aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+0
2014-03-21ARM: at91: sama5 always uses DTArnd Bergmann1-0/+1
2014-03-21ARM: at91: split out at91x40 into a top-level optionArnd Bergmann1-4/+18
2014-03-12ARM: at91: move sam9261 SoC to common clkJean-Jacques Hiblot1-1/+0
2014-03-12ARM: at91: switch sam9rl to common clock frameworkAlexandre Belloni1-1/+0
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-12-12ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration optionNicolas Ferre1-6/+0
2013-12-11ARM: at91: remove redundant dependencyYanis Moreno1-1/+0
2013-12-10ARM: at91: sama5d3: add support for sama5d36 chipJosh Wu1-1/+1
2013-12-02ARM: at91: move sama5d3 SoC to common clkBoris BREZILLON1-1/+0
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 BREZILLON1-0/+21
2013-06-18ARM: at91: Fix link breakage when !CONFIG_PHYLIBAlexandre Belloni1-0/+1
2013-03-26ARM: at91: introduce SAMA5 supportLudovic Desroches1-0/+33
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 Desroches1-0/+4
2013-03-13ARM: at91: rename board-dt to more specific name board-dt-sam9Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2013-03-13ARM: at91: move non DT Kconfig to Kconfig.non_dtJean-Christophe PLAGNIOL-VILLARD1-395/+1
2013-02-08ARM: at91: remove NEOCORE 926 boardNicolas Ferre1-6/+0
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+0
2012-11-21Merge branch 'delivery/pinctrl-at91-3.8' of http://github.com/at91linux/linux-at91 into at91Linus Walleij1-0/+9
2012-11-19ARM: AT91: Add AT91RM9200 DT boardJoachim Eastwood1-0/+8
2012-11-19ARM: AT91: Fix build failure on board-dtJoachim Eastwood1-0/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+2
2012-10-24ARM: at91: drop duplicated config SOC_AT91SAM9 entryJean-Christophe PLAGNIOL-VILLARD1-8/+2
2012-10-23net/cadence: get rid of HAVE_NET_MACBJoachim Eastwood1-4/+0
2012-10-13ARM: config: sort select statements alphanumericallyRussell King1-13/+13
2012-07-04ARM: at91: fix new build errorsArnd Bergmann1-0/+4
2012-07-02ARM: at91: sparse irq supportLudovic Desroches1-0/+1
2012-07-02ARM: at91: at91 based machines specify their own irq handler at run timeLudovic Desroches1-0/+1
2012-04-28ARM: at91: Add machine files for AT91SAM9N12 SoCHong Xu1-0/+8
2012-04-17ARN: at91: introduce SOC_AT91xxx define to allow to compile SoC core supportJean-Christophe PLAGNIOL-VILLARD1-27/+64
2012-04-17ARM: at91: add SOC_AT91SAM9 kconfig option to factorise selectJean-Christophe PLAGNIOL-VILLARD1-16/+13
2012-04-17ARM: at91: uncompress: autodetect the uart to useJean-Christophe PLAGNIOL-VILLARD1-53/+0
2012-04-16ARM: at91/Kconfig: website link for AT91SAM9G20-EKNicolas Ferre1-0/+1
2012-04-16ARM: at91/Kconfig: add AT91SAM9x5 family to AT91_EARLY_DBGU0 entryNicolas Ferre1-1/+1
2012-04-16ARM: at91/Kconfig: add clarifications to AT91SAM9M10G45-EK entryNicolas Ferre1-3/+4
2012-04-16ARM: at91/Kconfig: add comment to at91sam9x5 family entryNicolas Ferre1-0/+6
2012-04-16ARM: at91/Kconfig: change at91sam9g45 entryNicolas Ferre1-1/+4
2012-03-15ARM: at91: always enable sam9 restartJean-Christophe PLAGNIOL-VILLARD1-8/+2
2012-02-03ARM: at91/at91sam9x5: Configuration and MakefileNicolas Ferre1-0/+9
2012-02-03ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD1-25/+1
2012-01-20ARM: at91: Fix at91sam9g45 and at91cap9 resetJean-Christophe PLAGNIOL-VILLARD1-0/+5
2012-01-20ARM: at91: introduce AT91_SAM9_ALT_RESET to select the at91sam9 alternative resetJean-Christophe PLAGNIOL-VILLARD1-0/+9
2011-11-28ARM: at91: make DBGU soc independentJean-Christophe PLAGNIOL-VILLARD1-2/+22
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-6/+0
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-0/+11
2011-10-31arm: at91: drop unused Kconfig symbolPaul Bolle1-6/+0