aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-21ARM: at91: don't provide dt init code for at91x40Arnd Bergmann1-1/+1
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+5
2013-12-11ARM: add permission annotations to MT_MEMORY* mapping typesRussell King1-1/+1
2013-12-10ARM: at91: sama5d3: add support for sama5d36 chipJosh Wu1-0/+4
2013-12-02ARM: at91: add Kconfig options for common clk supportBoris BREZILLON1-2/+4
2013-12-02ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.hBoris BREZILLON1-1/+1
2013-10-16ARM: AT91: DT: pm: Select ram controller standby based on DTJean-Christophe PLAGNIOL-VILLARD1-3/+11
2013-06-21ARM: at91: fix at91_extern_irq usage for non-dt boardsJean-Christophe PLAGNIOL-VILLARD1-1/+1
2013-06-18ARM: at91: Change the internal SRAM memory type MT_MEMORY_NONCACHEDWenyou Yang1-1/+1
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+15
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+27
2013-04-09ARM: at91: change "Unknown" qualifier SoC subtype handlingNicolas Ferre1-7/+15
2013-04-08ARM: at91/setup: fix trivial typosJohan Hovold1-3/+3
2013-03-26ARM: at91: Fix typo in restart code panic messageMaxime Ripard1-1/+1
2013-03-26ARM: at91: introduce SAMA5 supportLudovic Desroches1-0/+27
2013-01-23ARM: at91: rm9200: remake the BGA as default versionJean-Christophe PLAGNIOL-VILLARD1-0/+2
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-11-21Merge branch 'delivery/pinctrl-at91-3.8' of http://github.com/at91linux/linux-at91 into at91Linus Walleij1-0/+14
2012-11-19ARM: AT91: Add AT91RM9200 DT boardJoachim Eastwood1-0/+14
2012-11-11Merge branch 'at91' into develLinus Walleij1-1/+5
2012-11-06arm: at91: move at91_shdwc.h to arch/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-10-24ARM: at91: fix external interrupts in non-DT caseNicolas Ferre1-1/+1
2012-10-24ARM: at91: at91sam9g10: fix SOC type detectionIvan Shugov1-1/+1
2012-10-13arm: at91: dt: at91sam9 add pinctrl supportJean-Christophe PLAGNIOL-VILLARD1-1/+2
2012-10-13ARM: at91: add dummies pinctrl for non dt platformJean-Christophe PLAGNIOL-VILLARD1-0/+3
2012-10-07Merge branch 'late/fixes' into fixesOlof Johansson1-1/+1
2012-10-04ARM: at91: skip at91_io_desc definition for NOMMUArnd Bergmann1-1/+1
2012-09-18ARM: at91: use __iomem pointers for MMIOArnd Bergmann1-2/+2
2012-05-02Merge branch 'ux500-u9540-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/newsocArnd Bergmann1-0/+2
2012-04-28ARM: at91: Add machine files for AT91SAM9N12 SoCHong Xu1-0/+6
2012-04-16ARM: at91: Export at91_matrix_baseJoachim Eastwood1-0/+1
2012-04-16ARM: at91: Export at91_ramc_baseJoachim Eastwood1-0/+1
2012-03-30ARM: fix builds due to missing <asm/system_misc.h> includesOlof Johansson1-0/+1
2012-03-15ARM: at91: add Shutdown Controller (SHDWC) DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+77
2012-03-15ARM: at91: add ram controller DT supportJean-Christophe PLAGNIOL-VILLARD1-3/+37
2012-03-15ARM: at91: add RSTC (Reset Controller) dt supportJean-Christophe PLAGNIOL-VILLARD1-0/+30
2012-03-15ARM: at91: add pmc DT supportJean-Christophe PLAGNIOL-VILLARD1-2/+1
2012-03-15ARM: at91/dt: add specific DT soc initJean-Christophe PLAGNIOL-VILLARD1-0/+18
2012-02-23ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD1-0/+9
2012-02-03ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD1-17/+0
2012-01-20ARM: at91: make rstc soc independentJean-Christophe PLAGNIOL-VILLARD1-0/+9
2012-01-20ARM: at91: fix at91rm9200 soc subtype handlingNicolas Ferre1-2/+5
2011-12-19Merge branch 'picoxcell/cleanup' into next/cleanupOlof Johansson1-18/+0
2011-11-28ARM: at91: make DBGU soc independentJean-Christophe PLAGNIOL-VILLARD1-5/+2
2011-11-28ARM: at91: make shutdown controler soc independentJean-Christophe PLAGNIOL-VILLARD1-0/+17
2011-11-28ARM: at91: add ioremap_registers entry point to soc setupJean-Christophe PLAGNIOL-VILLARD1-0/+2
2011-11-15ARM: mach-at91: remove arch specific special handling for ioremapNicolas Pitre1-18/+0
2011-07-28at91: add arch specific ioremap supportJean-Christophe PLAGNIOL-VILLARD1-0/+19
2011-07-28at91: factorize sram initJean-Christophe PLAGNIOL-VILLARD1-0/+20