summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: Kconfig: Update company to MicrochipNicolas Ferre2018-02-281-7/+7
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-09-131-0/+4
|\
| * clk: at91: add audio pll clock driversQuentin Schulz2017-09-011-0/+4
* | ARM: at91: don't select CONFIG_ARM_CPU_SUSPEND for old platformsArnd Bergmann2017-08-231-1/+1
|/
* Merge tag 'at91-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2017-06-181-0/+1
|\
| * ARM: at91: select CONFIG_ARM_CPU_SUSPENDArnd Bergmann2017-05-291-0/+1
* | ARM: at91: handle CONFIG_PM for armv7m configurationsAlexandre Belloni2017-06-021-0/+6
* | ARM: at91: Add armv7m supportSzemző András2017-06-021-1/+9
|/
* ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantlyKishon Vijay Abraham I2016-09-211-1/+0
* ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-031-1/+1
* clk: at91: make use of syscon to share PMC registers in several driversBoris Brezillon2016-02-171-0/+1
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-201-5/+10
|\
| * ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada2015-12-011-5/+10
* | ARM: at91: fix pinctrl driver selectionLudovic Desroches2015-12-041-1/+5
|/
* clk: at91: add generated clock driverNicolas Ferre2015-10-011-0/+3
* ARM: at91/soc: add basic support for new sama5d2 SoCNicolas Ferre2015-08-051-0/+12
* ARM: at91: add a Kconfig dependency on multi-platformNicolas Ferre2015-04-031-0/+1
* ARM: at91: drop AT91_TIMER_HZAlexandre Belloni2015-03-191-18/+0
* ARM: at91: switch to multiplatformAlexandre Belloni2015-03-191-69/+52
* ARM: at91: time: move the system timer driver to drivers/clocksourceAlexandre Belloni2015-03-161-0/+1
* ARM: at91: remove NEED_MACH_IO_HArnd Bergmann2015-03-131-0/+1
* ARM: at91/pm: remove CONFIG_AT91_SLOW_CLOCK config optionWenyou Yang2015-03-131-13/+0
* ARM: at91: move "select SRAM" under SOC_AT91SAM9 and SOC_SAMA5Wenyou Yang2015-03-131-1/+3
* ARM: at91: remove ksz8081 phy fixup registration for sama5d4ek boardBoris Brezillon2015-03-121-1/+0
* ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle2015-02-181-1/+0
* ARM: at91: merge all SOC_AT91SAM9xxxAlexandre Belloni2015-02-021-66/+26
* ARM: at91: stop using HAVE_AT91_DBGUxAlexandre Belloni2015-01-261-19/+0
* ARM: at91: pm: use the mmio-sram pool to access SRAMAlexandre Belloni2015-01-161-0/+1
* ARM: at91: remove useless config MACH_AT91SAM9_DTAlexandre Belloni2015-01-151-5/+0
* ARM: at91: remove useless config MACH_AT91RM9200_DTAlexandre Belloni2015-01-151-3/+0
* ARM: at91/Kconfig: select board files automaticallyArnd Bergmann2014-12-021-12/+2
* ARM: at91: remove all !DT related configuration optionsNicolas Ferre2014-11-261-20/+7
* ARM: at91: switch configuration option to SOC_AT91RM9200Nicolas Ferre2014-11-211-1/+1
* ARM: at91: remove at91rm9200 legacy board supportNicolas Ferre2014-11-211-5/+0
* ARM: at91: remove CONFIG_MACH_SAMA5_DTAlexandre Belloni2014-11-131-9/+1
* ARM: at91: remove no-MMU at91x40 supportNicolas Ferre2014-11-031-17/+3
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-13/+4
|\
| * ARM: at91: PIT: Move the driver to drivers/clocksourceMaxime Ripard2014-09-151-6/+0
| * ARM: at91: PIT: Rework probe functionsMaxime Ripard2014-09-031-0/+1
| * ARM: at91: Remove reset code from the machine codeMaxime Ripard2014-08-251-8/+0
| * Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Nicolas Ferre2014-08-251-0/+4
| |\
| | * ARM: at91: select ATMEL_SDRAMC when using OFAlexandre Belloni2014-07-151-0/+4
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-10-081-0/+21
|\ \ \ | |/ / |/| |
| * | ARM: at91: introduce basic SAMA5D4 supportNicolas Ferre2014-09-221-0/+18
| * | clk: at91: add a driver for the h32mx clockAlexandre Belloni2014-09-221-0/+3
* | | ARM: at91: make use of the new AIC driver for dt enabled boardsBoris BREZILLON2014-08-191-3/+3
* | | ARM: at91: introduce OLD_IRQ_AT91 Kconfig optionBoris BREZILLON2014-08-191-8/+9
|/ /
* | ARM: at91: move at91sam9263 SoC to the CCFAlexandre Belloni2014-07-091-1/+0
* | ARM: at91: move at91sam9g45 SoC to the CCFAlexandre Belloni2014-07-091-1/+0
* | ARM: at91: move at91sam9260 SoCs to the CCFAlexandre Belloni2014-07-091-1/+0
OpenPOWER on IntegriCloud