summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-06-1514-250/+374
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | dmaengine: ste_dma40: Fetch disabled channels from DTLee Jones2013-06-042-1/+18
| | * | | | | | | | | dmaengine: ste_dma40: Fetch the number of physical channels from DTLee Jones2013-06-041-1/+6
| | * | | | | | | | | ARM: ux500: Stop passing DMA platform data though AUXDATALee Jones2013-06-041-2/+1
| | * | | | | | | | | dmaengine: ste_dma40: Allow memcpy channels to be configured from DTLee Jones2013-06-043-8/+36
| | * | | | | | | | | dmaengine: ste_dma40_ll: Replace meaningless register set with commentLee Jones2013-06-041-2/+4
| | * | | | | | | | | dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones2013-06-044-65/+60
| | * | | | | | | | | dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'sLee Jones2013-06-041-22/+22
| | * | | | | | | | | ARM: ux500: Remove recently unused stedma40_xfer_dir enumsLee Jones2013-06-041-9/+1
| | * | | | | | | | | dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi...Lee Jones2013-06-042-40/+40
| | * | | | | | | | | ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generi...Lee Jones2013-06-044-27/+27
| | * | | | | | | | | dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'sLee Jones2013-06-041-10/+10
| | * | | | | | | | | ARM: ux500: Remove empty function u8500_of_init_devices()Lee Jones2013-06-041-13/+1
| | * | | | | | | | | ARM: ux500: Remove ux500-musb platform registation when booting with DTLee Jones2013-06-041-2/+0
| | * | | | | | | | | usb: musb: ux500: add device tree probing supportLee Jones2013-06-042-0/+101
| | * | | | | | | | | usb: musb: ux500: attempt to find channels by name before using pdataLee Jones2013-06-041-3/+17
| | * | | | | | | | | usb: musb: ux500: harden checks for platform dataLee Jones2013-06-041-3/+8
| | * | | | | | | | | usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones2013-06-042-4/+1
| | * | | | | | | | | usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones2013-06-042-8/+8
| | * | | | | | | | | usb: musb: ux500: move channel number knowledge into the driverLee Jones2013-06-043-33/+16
| * | | | | | | | | | Merge tag 'ux500-clksrc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2013-06-151-6/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | clocksource: dbx500-prcmu: comment cleanupFabio Baltieri2013-05-271-1/+1
| | * | | | | | | | | | clocksource: dbx500-prcmu: use relaxed readl variantRabin Vincent2013-05-271-5/+4
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'omap-for-v3.11/gpmc-signed' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2013-06-146-55/+63
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | ARM: OMAP2+: gpmc: Converts GPMC driver to pm_runtime capableavinash philip2013-06-121-2/+6
| | * | | | | | | | | ARM: OMAP2+: gpmc: get number of useable GPMC chip-selects via DTGupta Pekon2013-06-121-9/+29
| | * | | | | | | | | ARM: dts: OMAP2+: Simplify NAND supportJon Hunter2013-05-164-5/+2
| | * | | | | | | | | ARM: OMAP2+: Allow NAND transfer mode to be specified in DTMark Jackson2013-05-162-0/+22
| | * | | | | | | | | ARM: OMAP2+: nand: reorganize gpmc timing valuesChristoph Fritz2013-05-162-39/+4
| * | | | | | | | | | Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2013-06-13500-3264/+7677
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'v3.11-next/driver-cpufreq' into v3.11-next/s3c24xx-driverKukjin Kim2013-06-1114-103/+100
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreqViresh Kumar2013-05-2014-103/+100
| | | |/ / / / / / / / /
| | * | | | | | | | | | Merge branch 'v3.11-next/driver-pinctrl' into v3.11-next/s3c24xx-driverKukjin Kim2013-06-117-0/+684
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | | * | | | | | | | | pinctrl: Add pinctrl-s3c24xx driverHeiko Stuebner2013-05-207-0/+684
| | | |/ / / / / / / /
| | * | | | | | | | | Merge branch 'v3.11-next/driver-gpio' into v3.11-next/s3c24xx-driverKukjin Kim2013-06-112-106/+0
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | | * | | | | | | | gpio: samsung: Remove OF support for s3c24xxSylwester Nawrocki2013-06-112-106/+0
| | | |/ / / / / / /
| * | | | | | | | | Merge tag 'dw_apb_timer_of' of git://github.com/mmind/linux-rockchip into nex...Olof Johansson2013-06-128-39/+84
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'ux500-dma40-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-05-2817-666/+504
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | / / / / / | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | ARM: ux500: Register Cryp and Hash platform drivers on SnowballLee Jones2013-05-231-0/+2
| | * | | | | | | | crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogLee Jones2013-05-232-1/+3
| | * | | | | | | | ARM: ux500: Stop passing Cryp DMA channel config information though pdataLee Jones2013-05-231-8/+0
| | * | | | | | | | crypto: ux500/cryp - Set DMA configuration though dma_slave_config()Lee Jones2013-05-232-1/+23
| | * | | | | | | | crypto: ux500/cryp - Prepare clock before enabling itLee Jones2013-05-231-1/+11
| | * | | | | | | | ARM: ux500: Stop passing Hash DMA channel config information though pdataLee Jones2013-05-231-4/+0
| | * | | | | | | | crypto: ux500/hash - Set DMA configuration though dma_slave_config()Lee Jones2013-05-232-1/+14
| | * | | | | | | | crypto: ux500/hash - Prepare clock before enabling itLee Jones2013-05-231-1/+11
| | * | | | | | | | ARM: ux500: Remove unnecessary attributes from DMA channel request pdataLee Jones2013-05-231-8/+0
| | * | | | | | | | dmaengine: ste_dma40: Correct copy/paste errorLee Jones2013-05-231-1/+1
| | * | | | | | | | ARM: ux500: Remove DMA address look-up tableLee Jones2013-05-232-82/+0
| | * | | | | | | | dmaengine: ste_dma40: Remove redundant address fetching functionLee Jones2013-05-231-18/+0