summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
AgeCommit message (Expand)AuthorFilesLines
2014-10-30ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocksLudovic Desroches1-0/+1
2014-06-26ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON1-9/+13
2014-02-06ARM: at91: smc: bug fix in sam9_smc_cs_read()Jean-Jacques Hiblot1-1/+1
2013-12-11ARM: at91: sama5d3: reduce TWI internal clock frequencyLudovic Desroches1-3/+3
2013-12-04ARM: at91: fix hanged boot due to early rtt-interruptJohan Hovold7-0/+34
2013-12-04ARM: at91: fix hanged boot due to early rtc-interruptJohan Hovold11-1/+86
2013-05-24ARM: at91/sama5: fix incorrect PMC pcr div definitionJosh Wu1-3/+3
2013-05-24ARM: at91: at91sam9n12: move external irq declatation to DTJean-Christophe PLAGNIOL-VILLARD1-6/+0
2013-05-15ARM: at91: rm9200 fix time supportJean-Christophe PLAGNIOL-VILLARD1-2/+5
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-16/+49
2013-05-06Merge branch 'late/clksrc' into late/cleanupArnd Bergmann8-4/+18
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-19Merge tag 'at91-soc' of git://github.com/at91linux/linux-at91 into late/cleanupOlof Johansson5-16/+49
2013-04-19Merge branch 'at91/soc' into late/cleanupOlof Johansson22-439/+1159
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-18ARM: at91: suspend both memory controllers on at91sam9263Arnd Bergmann3-6/+28
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-09ARM: at91: change "Unknown" qualifier SoC subtype handlingNicolas Ferre2-10/+21
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