aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: add description of DT binding for the gpio-mvebu driverThomas Petazzoni2012-09-221-0/+53
* gpio: introduce gpio-mvebu driver for Marvell SoCsThomas Petazzoni2012-09-223-0/+686
* arm: mvebu: select the pinctrl drivers for Armada 370 and Armada XP platformsThomas Petazzoni2012-09-221-0/+2
* arm: mvebu: split Kconfig options for Armada 370 and XPThomas Petazzoni2012-09-221-3/+13
* ARM: mvebu: adjust Armada XP evaluation board DTSThomas Petazzoni2012-09-221-2/+2
* ARM: mvebu: Add pinctrl support to Armada 370 SoCThomas Petazzoni2012-09-221-0/+5
* ARM: mvebu: Add pinctrl support to Armada XP SoCsThomas Petazzoni2012-09-223-0/+84
* pinctrl: mvebu: add pinctrl driver for Armada XPThomas Petazzoni2012-09-224-0/+573
* pinctrl: mvebu: add pinctrl driver for Armada 370Thomas Petazzoni2012-09-224-0/+521
* pinctrl: mvebu: kirkwood pinctrl driverSebastian Hesselbarth2012-09-224-0/+756
* pinctrl: mvebu: dove pinctrl driverSebastian Hesselbarth2012-09-224-0/+697
* pinctrl: mvebu: pinctrl driver coreSebastian Hesselbarth2012-09-226-0/+1000
* arm: mvebu: add address decoding controller to the DTThomas Petazzoni2012-09-211-0/+5
* arm: mvebu: add basic address decoding support to Armada 370/XPThomas Petazzoni2012-09-212-1/+135
* arm: plat-orion: make bridge_virt_base non-const to support DT use caseThomas Petazzoni2012-09-211-1/+1
* arm: plat-orion: introduce PLAT_ORION_LEGACY hidden config optionThomas Petazzoni2012-09-212-9/+13
* arm: plat-orion: use void __iomem pointers for addr-map functionsThomas Petazzoni2012-09-216-16/+15
* arm: plat-orion: use void __iomem pointers for time functionsThomas Petazzoni2012-09-216-18/+14
* arm: plat-orion: use void __iomem pointers for MPP functionsThomas Petazzoni2012-09-216-12/+8
* arm: plat-orion: use void __iomem pointers for UART registration functionsThomas Petazzoni2012-09-216-34/+22
* arm: mach-mvebu: use IOMEM() for base address definitionsThomas Petazzoni2012-09-212-2/+2
* arm: mach-orion5x: use IOMEM() for base address definitionsThomas Petazzoni2012-09-217-19/+24
* arm: mach-mv78xx0: use IOMEM() for base address definitionsThomas Petazzoni2012-09-216-24/+31
* arm: mach-kirkwood: use IOMEM() for base address definitionsThomas Petazzoni2012-09-217-27/+31
* arm: mach-dove: use IOMEM() for base address definitionsThomas Petazzoni2012-09-216-26/+32
* arm: mach-orion5x: use plus instead of or for address definitionsThomas Petazzoni2012-09-213-37/+37
* arm: mach-mv78xx0: use plus instead of or for address definitionsThomas Petazzoni2012-09-212-47/+47
* arm: mach-kirkwood: use plus instead of or for address definitionsThomas Petazzoni2012-09-212-65/+65
* arm: mach-dove: use plus instead of or for address definitionsThomas Petazzoni2012-09-212-67/+67
* Linux 3.6-rc5Linus Torvalds2012-09-081-1/+1
* Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2012-09-085-12/+120
|\
| * ARM: dma-mapping: IOMMU allocates pages from atomic_pool with GFP_ATOMICHiroshi Doyu2012-08-281-0/+36
| * ARM: dma-mapping: Introduce __atomic_get_pages() for __iommu_get_pages()Hiroshi Doyu2012-08-281-0/+12
| * ARM: dma-mapping: Refactor out to introduce __in_atomic_poolHiroshi Doyu2012-08-281-6/+20
| * ARM: dma-mapping: atomic_pool with struct page **pagesHiroshi Doyu2012-08-281-3/+14
| * ARM: Kirkwood: increase atomic coherent pool sizeMarek Szyprowski2012-08-281-0/+7
| * ARM: DMA-Mapping: print warning when atomic coherent allocation failsMarek Szyprowski2012-08-281-0/+4
| * ARM: DMA-Mapping: add function for setting coherent pool size from platform codeMarek Szyprowski2012-08-282-1/+25
| * ARM: relax conditions required for enabling Contiguous Memory AllocatorMarek Szyprowski2012-08-281-1/+1
| * mm: cma: fix alignment requirements for contiguous regionsMarek Szyprowski2012-08-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-09-084-2/+23
|\ \
| * | Input: wacom - add support for EMR on Cintiq 24HD touchJason Gerecke2012-08-211-1/+5
| * | Input: i8042 - add Gigabyte T1005 series netbooks to noloop tableDmitry Torokhov2012-08-211-0/+14
| * | Input: imx_keypad - reset the hardware before enablingMichael Grzeschik2012-08-211-0/+3
| * | Input: edt-ft5x06 - fix build error when compiling wthout CONFIG_DEBUG_FSGuenter Roeck2012-08-211-1/+1
* | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-09-072-2/+6
|\ \ \
| * | | HID: tpkbd: work even if the new Lenovo Keyboard driver is not configuredAndres Freund2012-09-071-1/+3
| * | | HID: Only dump input if someone is listeningHenrik Rydberg2012-09-021-1/+2
| * | | HID: add NOGET quirk for Eaton Ellipse MAX UPSAlan Stern2012-08-271-0/+1
* | | | Merge tag 'stable/for-linus-3.6-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-09-064-7/+7
|\ \ \ \