summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-06-04ARM: ux500: Stop passing DMA platform data though AUXDATALee Jones1-2/+1
2013-06-04ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generi...Lee Jones4-27/+27
2013-06-04ARM: ux500: Remove empty function u8500_of_init_devices()Lee Jones1-13/+1
2013-06-04ARM: ux500: Remove ux500-musb platform registation when booting with DTLee Jones1-2/+0
2013-06-04usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones1-3/+0
2013-06-04usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones1-8/+0
2013-06-04usb: musb: ux500: move channel number knowledge into the driverLee Jones1-8/+6
2013-05-23ARM: ux500: Register Cryp and Hash platform drivers on SnowballLee Jones1-0/+2
2013-05-23ARM: ux500: Stop passing Cryp DMA channel config information though pdataLee Jones1-8/+0
2013-05-23ARM: ux500: Stop passing Hash DMA channel config information though pdataLee Jones1-4/+0
2013-05-23ARM: ux500: Remove unnecessary attributes from DMA channel request pdataLee Jones1-8/+0
2013-05-23ARM: ux500: Remove DMA address look-up tableLee Jones1-80/+0
2013-05-23ARM: ux500: Stop passing UART's platform data for Device Tree bootsLee Jones1-3/+3
2013-05-23ARM: ux500: Pass remnant platform data though to DMA40 driverLee Jones3-11/+5
2013-05-23dmaengine: ste_dma40: Calculate number of logical channels from physical onesLee Jones1-1/+0
2013-05-23ARM: ux500: Remove superfluous 'psize' attribute from Audio platform dataLee Jones1-38/+0
2013-05-23ARM: ux500: Remove unused 'data_width' attributes from UART DMA configsLee Jones1-12/+0
2013-05-23ARM: ux500: Remove unused 'data_width' attributes from SSP DMA configsLee Jones1-4/+0
2013-05-23ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configsLee Jones1-16/+0
2013-05-23ARM: ux500: Strip out duplicate USB DMA configurationLee Jones1-14/+3
2013-05-23dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbersLee Jones7-258/+172
2013-05-23dmaengine: ste_dma40: Move default memcpy configs into the driverLee Jones1-28/+0
2013-05-23dmaengine: ste_dma40: Assign memcpy channels in the driverLee Jones1-12/+0
2013-05-11Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds3-5/+52
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+3
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds16-105/+23
2013-05-10Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds1-17/+0
2013-05-10Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-21/+67
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds200-2305/+16132
2013-05-10Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-74/+377
2013-05-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds14-47/+56
2013-05-10Merge tag 'for-linus' of git://github.com/realmz/blackfin-linuxLinus Torvalds14-24/+101
2013-05-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds9-29/+46
2013-05-10xen/pci: Used cached MSI-X capability offsetBjorn Helgaas1-2/+1
2013-05-10xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas1-1/+1
2013-05-10ARC: [TB10x] Remove GENERIC_GPIOVineet Gupta1-7/+0
2013-05-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds40-147/+126
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds32-254/+773
2013-05-09Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds38-342/+1840
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds5-12/+45
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-05-09ARM: exynos: dts: Fixed vbus-gpiosDoug Anderson2-2/+2
2013-05-09ARM: EXYNOS5: Fix kernel dump in AFTR idle modeInderpal Singh2-3/+3
2013-05-09Merge tag 'omap-for-v3.10/dt-fixes-for-merge-window' of git://git.kernel.org/...Olof Johansson9-9/+35
2013-05-09Merge tag 'omap-for-v3.10/fixes-for-merge-window-part2' of git://git.kernel.o...Olof Johansson9-42/+39
2013-05-09ARM: ux500: Rid ignored return value of regulator_enable() compiler warningLee Jones1-2/+2
2013-05-09ARM: ux500: read the correct soc_id numberFabio Baltieri1-1/+1
2013-05-09ARM: exynos: dts: cros5250: add cyapa trackpadOlof Johansson1-0/+8
2013-05-09ARM: imx: Select GENERIC_ALLOCATORFabio Estevam3-78/+1