aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/cpu-db8500.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-11mfd: db8500-prcmu: Support U8420-sysclk firmwareGravatar Linus Walleij 1-1/+1
2019-07-23ARM: ux500: Stop populating the PRCMU devices earlyGravatar Linus Walleij 1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2018-05-04ARM: ux500: Drop U8540/9540 supportGravatar Linus Walleij 1-14/+2
2018-03-07ARM: ux500: Fix PMU IRQ regressionGravatar Linus Walleij 1-0/+3
2018-02-20ARM: ux500: remove PMU IRQ bouncerGravatar Mark Rutland 1-35/+0
2017-10-19ARM: ux500: Fix regression while init PM domainsGravatar Ulf Hansson 1-0/+4
2017-07-27drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUGravatar Will Deacon 1-0/+1
2017-03-02ARM: ux500: resume the second core properlyGravatar Linus Walleij 1-2/+0
2017-02-07ARM: ux500: cut some platform dataGravatar Linus Walleij 1-16/+0
2017-01-12ARM: ux500: remove duplicated include from cpu-db8500.cGravatar Wei Yongjun 1-1/+0
2016-07-12ARM: ux500: consolidate base platform filesGravatar Arnd Bergmann 1-0/+87
2016-07-12ARM: ux500: move soc_id driver to drivers/socGravatar Arnd Bergmann 1-4/+2
2016-07-12ARM: ux500: call ux500_setup_id laterGravatar Arnd Bergmann 1-8/+0
2016-07-12ARM: ux500: consolidate soc_device code in id.cGravatar Arnd Bergmann 1-27/+1
2016-07-12ARM: ux500: move l2x0 init to .init_irqGravatar Arnd Bergmann 1-1/+2
2016-07-12mfd: db8500 stop passing around platform dataGravatar Arnd Bergmann 1-15/+2
2016-07-12ARM: ux500: move ab8500_regulator_plat_data into driverGravatar Arnd Bergmann 1-2/+0
2016-02-26ARM: ux500: fix ureachable iounmap()Gravatar Linus Walleij 1-1/+3
2015-12-01ARM/clocksource: use automatic DT probing for ux500 PRCMUGravatar Linus Walleij 1-2/+0
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2015-08-06ARM: ux500: simplify secondary CPU bootGravatar Linus Walleij 1-1/+0
2015-07-31arm: perf: factor arm_pmu core out to driversGravatar Mark Rutland 1-1/+1
2015-05-18ARM: ux500: rename ux500_map_ioGravatar Linus Walleij 1-1/+1
2015-05-18ARM: ux500: look up PRCMU resource from DTGravatar Linus Walleij 1-18/+0
2015-05-18ARM: ux500: kill off L2CC static mapGravatar Linus Walleij 1-7/+0
2015-05-18ARM: ux500: get rid of SCU and backupram static mapsGravatar Linus Walleij 1-3/+0
2015-05-18ARM: ux500: get rid of static GIC dist baseGravatar Linus Walleij 1-1/+0
2015-05-18ARM: ux500: remap BB offset dynamicallyGravatar Linus Walleij 1-1/+5
2015-05-18ARM: ux500: delete UART static mapGravatar Linus Walleij 1-11/+1
2015-05-13ARM: ux500: get rid of static mapsGravatar Linus Walleij 1-12/+1
2014-07-10ARM: ux500: Staticize local symbols in cpu-db8500.cGravatar Sachin Kamat 1-4/+4
2014-05-12ARM: ux500: Remove redundant board file for mmci platform dataGravatar Ulf Hansson 1-4/+0
2014-03-04mfd: dbx500/abx500: root out hardcoded IRQ assignmentsGravatar Linus Walleij 1-4/+0
2014-02-28ARM: ux500: delete pointless DT config optionGravatar Linus Walleij 1-3/+0
2014-02-04ARM: ux500: move last AB8505 set-up to DTGravatar Linus Walleij 1-3/+0
2014-02-04ARM: ux500: move AB8500 clock out pins to DTGravatar Linus Walleij 1-7/+0
2014-01-08Merge tag 'ux500-devicetree-v3.14-2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Olof Johansson 1-4/+0
2013-12-13ARM: ux500: delete U8540 UART auxdataGravatar Linus Walleij 1-4/+0
2013-12-10Merge branch 'next/cleanup' into next/dtGravatar Kevin Hilman 1-0/+4
2013-11-26Revert "ARM: ux500: Stop passing MMC's platform data for Device Tree boots"Gravatar Linus Walleij 1-4/+4
2013-11-26Revert "ARM: ux500: Remove AUXDATA relating to SDI (MMC) clock-name bindings"Gravatar Linus Walleij 1-0/+4
2013-11-26ARM: ux500: delete Nomadik pinctrl AUXDATAGravatar Linus Walleij 1-4/+0
2013-11-26ARM: ux500: Consolidate [A|D]B8500 platform dataGravatar Lee Jones 1-3/+15
2013-09-26ARM: ux500: Stop requesting the SoC device to play 'parent' roleGravatar Lee Jones 1-8/+0
2013-09-26ARM: ux500: Do not register the PMU device if booting with ATAGsGravatar Lee Jones 1-31/+1
2013-09-26ARM: ux500: Deactivate enablement of DMA40 during ATAG bootingGravatar Lee Jones 1-2/+0
2013-09-26ARM: ux500: Stop enabling GPIOs when not booting with Device TreeGravatar Lee Jones 1-25/+0
2013-09-26ARM: ux500: Stop registering Pinctrl when booting with ATAG supportGravatar Lee Jones 1-1/+0
2013-09-26ARM: ux500: Purge support for registering the RTC when booting with ATAGsGravatar Lee Jones 1-1/+0