summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2012-09-22arm: mvebu: use GPIO support now that a driver is availableThomas Petazzoni2-0/+2
2012-09-22arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platformsThomas Petazzoni1-0/+2
2012-09-22arm: mvebu: split Kconfig options for Armada 370 and XPThomas Petazzoni1-3/+13
2012-09-22ARM: mvebu: adjust Armada XP evaluation board DTSThomas Petazzoni1-2/+2
2012-09-22ARM: mvebu: Add pinctrl support to Armada 370 SoCThomas Petazzoni1-0/+5
2012-09-22ARM: mvebu: Add pinctrl support to Armada XP SoCsThomas Petazzoni3-0/+84
2012-09-22pinctrl: mvebu: pinctrl driver coreSebastian Hesselbarth1-0/+1
2012-09-21arm: mvebu: add address decoding controller to the DTThomas Petazzoni1-0/+5
2012-09-21arm: mvebu: add basic address decoding support to Armada 370/XPThomas Petazzoni2-1/+135
2012-09-21arm: plat-orion: make bridge_virt_base non-const to support DT use caseThomas Petazzoni1-1/+1
2012-09-21arm: plat-orion: introduce PLAT_ORION_LEGACY hidden config optionThomas Petazzoni2-9/+13
2012-09-21arm: plat-orion: use void __iomem pointers for addr-map functionsThomas Petazzoni6-16/+15
2012-09-21arm: plat-orion: use void __iomem pointers for time functionsThomas Petazzoni6-18/+14
2012-09-21arm: plat-orion: use void __iomem pointers for MPP functionsThomas Petazzoni6-12/+8
2012-09-21arm: plat-orion: use void __iomem pointers for UART registration functionsThomas Petazzoni6-34/+22
2012-09-21arm: mach-mvebu: use IOMEM() for base address definitionsThomas Petazzoni2-2/+2
2012-09-21arm: mach-orion5x: use IOMEM() for base address definitionsThomas Petazzoni7-19/+24
2012-09-21arm: mach-mv78xx0: use IOMEM() for base address definitionsThomas Petazzoni6-24/+31
2012-09-21arm: mach-kirkwood: use IOMEM() for base address definitionsThomas Petazzoni7-27/+31
2012-09-21arm: mach-dove: use IOMEM() for base address definitionsThomas Petazzoni6-26/+32
2012-09-21arm: mach-orion5x: use plus instead of or for address definitionsThomas Petazzoni3-37/+37
2012-09-21arm: mach-mv78xx0: use plus instead of or for address definitionsThomas Petazzoni2-47/+47
2012-09-21arm: mach-kirkwood: use plus instead of or for address definitionsThomas Petazzoni2-65/+65
2012-09-21arm: mach-dove: use plus instead of or for address definitionsThomas Petazzoni2-67/+67
2012-09-08Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds4-11/+119
2012-09-04ARM: gemini: fix the gemini buildLinus Walleij1-0/+1
2012-09-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson3-3/+4
2012-09-03ARM: shmobile: armadillo800eva: enable rw rootfs mountKuninori Morimoto1-1/+1
2012-09-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson1-1/+1
2012-09-02Merge branch 'fixes-for-v3.6-v2' of git://git.infradead.org/users/jcooper/lin...Olof Johansson1-0/+1
2012-08-31ARM: Kirkwood: Fix 'SZ_1M' undeclared here for db88f6281-bp-setup.cAndrew Lunn1-0/+1
2012-08-31ARM: shmobile: mackerel: fixup usb module orderKuninori Morimoto1-1/+2
2012-08-31ARM: shmobile: armadillo800eva: fixup: sound card detection orderKuninori Morimoto1-1/+1
2012-08-30ARM: shmobile: marzen: fixup smsc911x id for regulatorKuninori Morimoto1-1/+1
2012-08-28ARM: dma-mapping: IOMMU allocates pages from atomic_pool with GFP_ATOMICHiroshi Doyu1-0/+36
2012-08-28ARM: dma-mapping: Introduce __atomic_get_pages() for __iommu_get_pages()Hiroshi Doyu1-0/+12
2012-08-28ARM: dma-mapping: Refactor out to introduce __in_atomic_poolHiroshi Doyu1-6/+20
2012-08-28ARM: dma-mapping: atomic_pool with struct page **pagesHiroshi Doyu1-3/+14
2012-08-28ARM: Kirkwood: increase atomic coherent pool sizeMarek Szyprowski1-0/+7
2012-08-28ARM: DMA-Mapping: print warning when atomic coherent allocation failsMarek Szyprowski1-0/+4
2012-08-28ARM: DMA-Mapping: add function for setting coherent pool size from platform codeMarek Szyprowski2-1/+25
2012-08-28ARM: relax conditions required for enabling Contiguous Memory AllocatorMarek Szyprowski1-1/+1
2012-08-27Merge branch 'armadillo800eva' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson1-5/+6
2012-08-27Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson8-8/+42
2012-08-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson1-2/+2
2012-08-25Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds45-96/+161
2012-08-25ARM: mach-shmobile: armadillo800eva: Enable power button as wakeup sourceLaurent Pinchart1-2/+3
2012-08-25ARM: mach-shmobile: armadillo800eva: Fix GPIO buttons descriptionsLaurent Pinchart1-4/+4
2012-08-23Merge branch 'randconfig/mach' into fixesArnd Bergmann8-10/+12
2012-08-23ARM: ux500: don't select LEDS_GPIO for snowballArnd Bergmann2-1/+1