aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-2/+7
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds21-840/+96
2014-01-23Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for-nextRussell King1-1/+1
2014-01-14Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanupKevin Hilman3-273/+0
2014-01-14ARM: at91: smc: bug fix in sam9_smc_cs_read()Jean-Jacques Hiblot1-1/+1
2013-12-26Merge tag 'v3.13-rc4' into next/cleanupOlof Johansson1-5/+2
2013-12-20Merge branch 'efm32/soc' into next/socKevin Hilman3-8/+9
2013-12-19ARM: at91: switch Calao QIL-A9260 board to DTJean-Christophe PLAGNIOL-VILLARD3-273/+0
2013-12-19Merge branch 'master' into for-nextJiri Kosina41-179/+304
2013-12-12ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration optionNicolas Ferre3-15/+0
2013-12-11ARM: at91: remove redundant dependencyYanis Moreno1-1/+0
2013-12-11ARM: add permission annotations to MT_MEMORY* mapping typesRussell King1-1/+1
2013-12-10ARM: at91: sama5d3: add support for sama5d36 chipJosh Wu3-2/+7
2013-12-04Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/cleanupOlof Johansson20-551/+96
2013-12-04Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+7
2013-12-02ARM: at91/dt: remove old clk materialBoris BREZILLON1-346/+0
2013-12-02ARM: at91: move sama5d3 SoC to common clkBoris BREZILLON1-1/+0
2013-12-02ARM: at91: prepare common clk transition for sama5d3 SoCBoris BREZILLON1-1/+5
2013-12-02ARM: at91: prepare sama5 dt boards transition to common clkBoris BREZILLON1-1/+9
2013-12-02ARM: at91: add new compatible strings for pmc driverBoris BREZILLON1-0/+5
2013-12-02ARM: at91: move pit timer to common clk frameworkBoris BREZILLON1-1/+13
2013-12-02clk: at91: add PMC smd clockBoris BREZILLON1-0/+5
2013-12-02clk: at91: add PMC usb clockBoris BREZILLON1-0/+11
2013-12-02clk: at91: add PMC utmi clockBoris BREZILLON1-0/+7
2013-12-02ARM: at91: add Kconfig options for common clk supportBoris BREZILLON5-4/+34
2013-12-02ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.hBoris BREZILLON14-203/+13
2013-12-02treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-12-02ARM: at91: fixed unresolved symbol "at91_pm_set_standby" when built without CONFIG_PMBrent Taylor1-0/+4
2013-12-02ARM: at91: sama5d3: reduce TWI internal clock frequencyLudovic Desroches1-3/+3
2013-11-20ARM: at91: rm9200: switch back to clockevents_config_and_registerUwe Kleine-König1-5/+2
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-2/+2
2013-11-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds14-1/+120
2013-11-15Merge tag 'at91-fixes-non-critical' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson14-1/+120
2013-11-15ARM: at91: fix hanged boot due to early rtt-interruptJohan Hovold7-0/+34
2013-11-15ARM: at91: fix hanged boot due to early rtc-interruptJohan Hovold11-1/+86
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds9-27/+27
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds11-111/+70
2013-11-11Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-15/+1
2013-10-28Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson4-3/+11
2013-10-18Merge tag 'at91-dt' of git://github.com/at91linux/linux-at91 into next/dtKevin Hilman1-0/+1
2013-10-17iio: at91: introduce touch screen support in iio adc driverJosh Wu1-0/+34
2013-10-16ARM: AT91: DT: pm: Select ram controller standby based on DTJean-Christophe PLAGNIOL-VILLARD7-15/+17
2013-10-16ARM: AT91: pm: Factorize standby functionJean-Christophe PLAGNIOL-VILLARD6-36/+29
2013-10-16ARM: at91: cpuidle: Move driver to drivers/cpuidleDaniel Lezcano2-70/+0
2013-10-16ARM: at91: cpuidle: Convert to platform driverDaniel Lezcano9-22/+56
2013-10-16ARM: at91: remove init_machine() as default is suitableNicolas Ferre2-14/+0
2013-10-14ARM: at91: add at91sam9n12 ssc clock in look up tableBo Shen1-0/+1