aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-23treewide: add intermediate .s files to targetsMasahiro Yamada1-0/+2
2018-12-23treewide: remove explicit rules for *offsets.sMasahiro Yamada1-3/+0
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+3
2018-09-25ARM: at91: pm: call put_device instead of of_node_put in at91_pm_config_wszhong jiang1-3/+3
2018-09-16power: reset: at91-poweroff: switch to slow clock before shutdownClaudiu Beznea1-0/+8
2018-08-27ARM: at91: pm: remove pm_bu initialization in at91_pm_backup_init()Claudiu Beznea1-3/+0
2018-08-23Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+5
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-53/+282
2018-08-15Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+4
2018-07-28ARM: at91: remove unused duplicated filechk_offsetsMasahiro Yamada1-25/+0
2018-07-17ARM: at91: pm: configure wakeup sources for ULP1 modeClaudiu Beznea1-22/+146
2018-07-17ARM: at91: pm: Add ULP1 mode supportWenyou Yang3-21/+125
2018-07-17ARM: at91: pm: Use ULP0 naming instead of slow clockClaudiu Beznea3-16/+17
2018-07-06clk: at91: add I2S clock mux driverCodrin Ciubotariu1-0/+4
2018-06-20ARM: at91: fix USB clock detection handlingAlexandre Belloni1-0/+5
2018-02-28ARM: at91: Kconfig: Update company to MicrochipNicolas Ferre1-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-18ARM: at91: Replace uses of virt_to_phys with __pa_symbolAlexandre Belloni1-2/+2
2017-09-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+4
2017-09-01clk: at91: add audio pll clock driversQuentin Schulz1-0/+4
2017-08-23ARM: at91: don't select CONFIG_ARM_CPU_SUSPEND for old platformsArnd Bergmann2-1/+13
2017-06-18Merge tag 'at91-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/socOlof Johansson1-0/+1
2017-06-18Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/socOlof Johansson10-51/+305
2017-06-13ARM: at91: fix at91_suspend_entering_slow_clock link errorArnd Bergmann1-9/+0
2017-06-02ARM: at91: handle CONFIG_PM for armv7m configurationsAlexandre Belloni3-2/+16
2017-06-02ARM: at91: Add armv7m supportSzemző András4-1/+38
2017-05-29ARM: at91: select CONFIG_ARM_CPU_SUSPENDArnd Bergmann1-0/+1
2017-05-19ARM: remove duplicate 'const' annotations'Arnd Bergmann1-1/+1
2017-05-15ARM: at91: pm: fallback to slowclock when backup mode failsAlexandre Belloni1-0/+5
2017-05-15ARM: at91: pm: allow selecting standby and suspend modesAlexandre Belloni2-35/+78
2017-05-15ARM: at91: pm: Add sama5d2 backup modeAlexandre Belloni6-23/+187
2017-03-31ARM: at91: move SoC detection to its own driverAlexandre Belloni6-344/+3
2017-03-31ARM: at91: pm: correct typoAlexandre Belloni1-1/+1
2017-03-31ARM: at91: pm: Remove at91_pm_set_standbyAlexandre Belloni1-8/+2
2017-03-31ARM: at91: pm: Merge all at91sam9*_pm_initAlexandre Belloni3-61/+6
2017-03-31ARM: at91: pm: Tie the USB clock mask to the pmcAlexandre Belloni1-14/+23
2017-03-31ARM: at91: pm: Tie the memory controller type to the ramc idAlexandre Belloni1-10/+20
2017-03-31ARM: at91: pm: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.Alexandre Belloni1-1/+19
2017-03-31ARM: at91: pm: Simplify at91rm9200_standbyAlexandre Belloni1-8/+3
2017-03-31ARM: at91: pm: Use struct at91_pm_data in pm_suspend.SAlexandre Belloni5-67/+102
2017-03-31ARM: at91: pm: Move global variables into at91_pm_dataAlexandre Belloni1-23/+21
2017-03-31ARM: at91: pm: Move at91_ramc_read/write to pm.cAlexandre Belloni2-8/+6
2017-03-31ARM: at91: pm: Cleanup headersAlexandre Belloni1-16/+5
2017-03-14ARM: at91: pm: cpu_idle: switch DDR to power-down modeNicolas Ferre1-1/+17
2017-01-11ARM: at91: pm: remove useless extern definitionAlexandre Belloni2-3/+1
2016-09-21ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantlyKishon Vijay Abraham I1-1/+0
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2016-07-06Merge ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB changes into next/socArnd Bergmann1-1/+1
2016-06-23arm: use of_platform_default_populate() to populateKefeng Wang3-3/+3