aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+2
2014-12-09Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds78-23280/+22
2014-12-04Merge tag 'at91-cleanup5' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/cleanupArnd Bergmann16-1703/+5
2014-12-03ARM: at91: remove unused board.h fileArnd Bergmann2-121/+0
2014-12-03ARM: at91: remove unneeded header filesNicolas Ferre2-179/+0
2014-12-03ARM: at91/clocksource: remove !DT PIT initializationsArnd Bergmann1-2/+0
2014-12-02ARM: at91: at91rm9200 ST initialization is now DT onlyArnd Bergmann3-27/+0
2014-12-02ARM: at91: remove old AT91-specific driversArnd Bergmann8-1289/+3
2014-12-02ARM: at91: cleanup initilisation code by removing dead codeArnd Bergmann3-73/+0
2014-12-02ARM: at91/Kconfig: select board files automaticallyArnd Bergmann1-12/+2
2014-11-28Merge tag 'at91-cleanup4' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/cleanupArnd Bergmann30-6236/+12
2014-11-28Merge tag 'at91-cleanup3' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/cleanupArnd Bergmann23-9786/+0
2014-11-27ARM: at91: remove unused IRQ function declarationsNicolas Ferre1-4/+0
2014-11-27ARM: at91: remove legacy IRQ driver and related codeNicolas Ferre9-427/+0
2014-11-26ARM: at91: remove old at91-specific clock driverNicolas Ferre5-1047/+0
2014-11-26ARM: at91: remove clock data in at91sam9n12.c and at91sam9x5.c filesNicolas Ferre2-520/+4
2014-11-26ARM: at91: remove all !DT related configuration optionsNicolas Ferre1-20/+7
2014-11-21ARM: at91: switch configuration option to SOC_AT91RM9200Nicolas Ferre1-1/+1
2014-11-21ARM: at91: remove at91rm9200 legacy board supportNicolas Ferre5-1674/+0
2014-11-21ARM: at91: remove at91rm9200 legacy boards filesNicolas Ferre14-2543/+0
2014-11-21ARM: at91: remove at91sam9261/at91sam9g10 legacy board supportNicolas Ferre5-2135/+0
2014-11-20Merge tag 'at91-cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/cleanupArnd Bergmann9-296/+5
2014-11-19ARM: at91: remove useless init_time for DT-only SoCsBoris Brezillon2-12/+0
2014-11-19ARM: at91: remove at91sam9260/at91sam9g20 legacy board supportNicolas Ferre4-1879/+0
2014-11-19ARM: at91: remove at91sam9260/at91sam9g20 legacy boards filesNicolas Ferre13-3316/+0
2014-11-19ARM: at91: remove at91sam9263 legacy board supportNicolas Ferre5-2455/+0
2014-11-19ARM: at91/at91sam9g45: remove useless header fileNicolas Ferre1-1/+0
2014-11-13ARM: at91: move sdramc/ddrsdr header to include/soc/at91Alexandre Belloni5-276/+3
2014-11-13ARM: at91: remove CONFIG_MACH_SAMA5_DTAlexandre Belloni2-10/+2
2014-11-13ARM: at91: remove unused CONFIG_ARCH_AT91SAM9G45 optionNicolas Ferre2-10/+0
2014-11-10ARM: at91: remove mach/atmel-mci.hAlexandre Belloni2-18/+1
2014-11-10ARM: at91: remove useless init_time for DT-only SoCsBoris Brezillon2-14/+0
2014-11-10ARM: at91: fix build breakage due to legacy board removalsOlof Johansson2-0/+2
2014-11-08ARM: at91: fix build breakage due to legacy board removalsOlof Johansson2-0/+2
2014-11-03ARM: at91: remove at91sam9rl legacy board supportNicolas Ferre5-1987/+0
2014-11-03ARM: at91: remove at91sam9g45/9m10 legacy board supportNicolas Ferre5-2916/+0
2014-11-03ARM: at91: remove no-MMU at91x40 supportNicolas Ferre13-348/+4
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+0
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds33-789/+331
2014-10-08Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-22/+0
2014-10-08Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-12/+297
2014-10-08Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-843/+45
2014-10-08Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2014-10-07Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+6
2014-10-02kbuild: remove unnecessary variable initializaionsMasahiro Yamada1-3/+0
2014-09-26ARM: at91: fix nommu build regressionArnd Bergmann1-1/+5
2014-09-26Merge tag 'at91-soc' of git://github.com/at91linux/linux-at91 into next/cleanupArnd Bergmann4-518/+0
2014-09-24ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocksLudovic Desroches1-0/+1
2014-09-22ARM: at91: SAMA5D4 SoC detection code and low level routinesNicolas Ferre8-12/+188
2014-09-22ARM: at91: introduce basic SAMA5D4 supportNicolas Ferre6-0/+102