summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-2325-91/+947
|\
| * Merge branch 'pxa' into develRussell King2008-07-1333-667/+1586
| |\
| | * [ARM] pxa: add base support for PXA930 (aka Tavor-P)Eric Miao2008-07-133-0/+515
| | * [NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform dataEric Miao2008-07-121-0/+2
| | * [NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variableEric Miao2008-07-121-0/+7
| | * [NET] smc91x: add SMC91X_NOWAIT flag to platform dataEric Miao2008-07-121-0/+2
| | * [NET] smc91x: remove "irq_flags" from "struct smc91x_platdata"Eric Miao2008-07-121-1/+0
| | * Merge branch 'pxa-devel' into pxaRussell King2008-07-126-5/+31
| | |\
| | | * [ARM] 5113/1: PXA SSP: Additional register definitions for PXA3xx SSPMark Brown2008-07-101-1/+15
| | | * [ARM] pxa: add simple gpio debug LEDs support for zyloniteEric Miao2008-07-091-0/+2
| | | * [ARM] pxa: add GPIO expander (PCA9539) support for zyloniteEric Miao2008-07-091-0/+2
| | | * [ARM] pxa: add pxa3xx NAND device and clock sourcesEric Miao2008-07-091-0/+2
| | | * [ARM] pxa: add pxa2xx_mfp_set_lpm() to facilitate low power state changeEric Miao2008-07-091-0/+1
| | | * [ARM] pxa: allow display of uncompress message through STUARTEric Miao2008-07-091-4/+9
| | * | Merge branch 'eseries' into pxaRussell King2008-07-123-0/+78
| | |\ \
| | | * | PXA UDC - allow use of inverted GPIO for pullupIan Molton2008-07-101-0/+1
| | | * | E-series GPIO / IRQ definitions.Ian Molton2008-07-102-0/+77
| | | |/
| | * | Merge branch 'pxa-tosa' into pxaRussell King2008-07-128-33/+183
| | |\ \
| | | * | [ARM] 5150/1: Tosa: support built-in bluetooth power-upDmitry Baryshkov2008-07-072-4/+25
| | | * | [ARM] 5128/1: tc6393xb: tmio-nand supportDmitry Baryshkov2008-07-072-0/+19
| | | * | [ARM] 5127/1: Core MFD supportDmitry Baryshkov2008-07-071-0/+55
| | | * | [ARM] 5097/1: Tosa: support TC6393XB deviceDmitry Baryshkov2008-07-072-14/+31
| | | * | [ARM] 5096/2: Support Toshiba TC6393XB Mobile I/O Controller.Dmitry Baryshkov2008-07-071-0/+47
| | | * | [ARM] 5083/2: Tosa: fix IrDA transciver powerup.Dmitry Baryshkov2008-07-071-0/+1
| | | * | [ARM] 5047/2: Support resetting by asserting GPIO pinDmitry Baryshkov2008-07-072-16/+6
| | | | |
| | | \ \
| | *-. \ \ Merge branches 'pxa-ian' and 'pxa-xm270' into pxaRussell King2008-07-122-50/+12
| | |\ \ \ \
| | | | * | | [ARM] 5106/1: CM-X270: remove unneeded cm-x270.hMike Rapoport2008-07-091-50/+0
| | | | | |/ | | | | |/|
| | | * | | Fix serial broken-ness on PXA250Ian Molton2008-07-101-0/+12
| | | |/ /
| | | | |
| | | \ \
| | *-. \ \ Merge branches 'pxa-ezx', 'pxa-magician' and 'pxa-palm' into pxaRussell King2008-07-10309-604/+1138
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | | * | [ARM] 5153/1: Add support for PalmTX handheld computerMarek VaĊĦut2008-07-101-0/+106
| | | | * | Merge branch 'machtypes' into pxa-palmRussell King2008-07-09308-604/+1032
| | | | |\ \ | | | |/ / /
| | * | | | [ARM] 5163/1: pxa27x_udc: Allow choosing the bits in UP2OCR_SEOSStefan Schmidt2008-07-101-1/+1
| | * | | | [ARM] 5164/1: pxafb: Support for RGB666, RGBT666, RGB888 and RGBT888Stefan Schmidt2008-07-101-1/+2
| | * | | | [ARM] 5165/1: pxafb: More LCCR3 depth definesStefan Schmidt2008-07-101-0/+6
| | |/ / /
| | * | | [ARM] 5088/3: pxa2xx: add pxa2xx_set_spi_info to register pxa2xx-spi platform...Guennadi Liakhovetski2008-07-091-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-231-0/+38
|\ \ \ \ \
| * | | | | sg: reimplement sg mapping iteratorTejun Heo2008-07-231-0/+38
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-239-29/+194
|\ \ \ \ \ \
| * | | | | | I/OAT: I/OAT version 3.0 supportMaciej Sosnowski2008-07-222-1/+14
| * | | | | | iop_adma: cleanup iop_chan_xor_slot_countDan Williams2008-07-172-13/+9
| * | | | | | async_tx: make async_tx_test_ack a boolean routineDan Williams2008-07-171-5/+3
| * | | | | | async_tx: remove depend_tx from async_tx_sync_epilogDan Williams2008-07-171-8/+1
| * | | | | | async_tx: export async_tx_quiesceDan Williams2008-07-171-0/+2
| * | | | | | dmaengine: Driver for the Synopsys DesignWare DMA controllerHaavard Skinnemoen2008-07-082-0/+78
| * | | | | | dmaengine: Add slave DMA interfaceHaavard Skinnemoen2008-07-081-1/+51
| * | | | | | dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams2008-07-081-0/+4
| * | | | | | dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-081-1/+2
| * | | | | | dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara2008-07-081-0/+28
| * | | | | | dmaengine: track the number of clients using a channelDan Williams2008-07-081-0/+2
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-07-233-42/+156
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud