summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
AgeCommit message (Expand)AuthorFilesLines
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-4/+18
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-8/+6
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds19-43/+758
2013-05-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-412/+413
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+2
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds4-0/+8
2013-04-28Merge branch 'gic/cleanup' into next/socOlof Johansson1-2/+1
2013-04-24ARM: at91: add clocks for spi dt entriesRichard Genoud4-0/+8
2013-04-23ARM: at91: cpuidle: use init/exit common routineDaniel Lezcano1-15/+2
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-18Merge tag 'imx-dt-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 int...Olof Johansson3-14/+24
2013-04-09Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/c...Arnd Bergmann7-11/+8
2013-04-09Merge tag 'v3.9-rc5' into next/cleanupArnd Bergmann3-14/+24
2013-04-08Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into ...Arnd Bergmann5-14/+26
2013-04-08ARM: at91: remove trailing semicolon from macrosJohan Hovold5-5/+5
2013-04-08ARM: at91/setup: fix trivial typosJohan Hovold1-3/+3
2013-04-03ARM: at91: remove unused dbgu_readl() macroNicolas Ferre1-3/+0
2013-04-02Merge branch 'lpc32xx/defconfig' of git://git.antcom.de/linux-2.6 into next/socOlof Johansson5-14/+26
2013-04-02Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/c...Olof Johansson1-1/+1
2013-04-02Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson3-2/+3
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-2/+1
2013-03-26ARM: at91: Fix typo in restart code panic messageMaxime Ripard1-1/+1
2013-03-26ARM: at91: introduce SAMA5 supportLudovic Desroches11-29/+725
2013-03-26ARM: at91: introduce the core type choice to split ARMv4/5 and ARMv7 archLudovic Desroches1-4/+18
2013-03-26ARM: at91: add AT91_SAM9_TIME entry to select at91sam926x_time.c compilationLudovic Desroches2-1/+6
2013-03-26ARM: at91: change name template in AT91_SOC_START macroLudovic Desroches9-9/+9
2013-03-21ARM: at91: add TWI bindings to RM9200 DTJoachim Eastwood1-0/+1
2013-03-18Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-14/+24
2013-03-14ARM: at91: fix infinite loop in at91_irq_suspend/resumeLudovic Desroches1-12/+8
2013-03-14ARM: at91: add gpio suspend/resume support when using pinctrlLudovic Desroches2-2/+16
2013-03-13ARM: at91: renamme rm9200 dt fileJean-Christophe PLAGNIOL-VILLARD2-1/+1
2013-03-13ARM: at91: rename board-dt to more specific name board-dt-sam9Jean-Christophe PLAGNIOL-VILLARD3-2/+2
2013-03-13ARM: at91: move non DT Kconfig to Kconfig.non_dtJean-Christophe PLAGNIOL-VILLARD2-395/+400
2013-03-13ARM: at91/avr32/atmel_lcdfb: add platform device-id tableJohan Hovold8-8/+18
2013-03-13ARM: at91/avr32/atmel_lcdfb: add bus-clock entryJohan Hovold4-0/+4
2013-03-12ARM: w1-gpio: fix erroneous gpio requestsJohan Hovold2-0/+2
2013-03-10ARM: AT91SAM9G45: same platform data structure for all crypto peripheralsNicolas Royer1-8/+6
2013-02-21Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2013-02-09Merge tag 'at91-dt' of git://github.com/at91linux/linux-at91 into next/dtOlof Johansson1-0/+2
2013-02-09Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/c...Olof Johansson3-394/+0
2013-02-08ARM: at91: remove NEOCORE 926 boardNicolas Ferre3-394/+0
2013-02-07ARM: at91: add EMAC bindings to RM9200 DTJoachim Eastwood1-0/+1
2013-02-07ARM: at91: add MMC bindings to RM9200 DTJoachim Eastwood1-0/+1
2013-02-05Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson1-2/+0
2013-01-29Merge branch 'depends/cleanup' into next/dtOlof Johansson41-89/+78
2013-01-27Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson1-0/+2
2013-01-23ARM: at91: rm9200: remake the BGA as default versionJean-Christophe PLAGNIOL-VILLARD1-0/+2
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-5/+2
2013-01-14ARM: at91: fix board-rm9200-dt after sys_timer conversionJoachim Eastwood1-1/+1