aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/db8500-prcmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08mfd: Standardise MFD_CELL_* helper namesLee Jones1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-06mfd: db8500-prcmu: Remove incorrect function header from .probe() functionLee Jones1-4/+0
2020-07-06mfd: db8500-prcmu: Add description for 'reset_reason' in kerneldocLee Jones1-0/+2
2020-01-24mfd: dbx500-prcmu: Drop DSI pll clock functionsLinus Walleij1-66/+0
2020-01-24mfd: dbx500-prcmu: Drop set_display_clocks()Linus Walleij1-30/+0
2020-01-24mfd: ab8500-core: Add device tree support for AB8505Stephan Gerhold1-6/+20
2019-11-11mfd: db8500-prcmu: Support U8420-sysclk firmwareLinus Walleij1-20/+43
2019-11-11mfd: db8500-prcmu: Example using new OF_MFD_CELL/MFD_CELL_BASIC MACROsLee Jones1-14/+7
2019-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds1-52/+1
2019-09-24thermal: db8500: Finalize device tree conversionLinus Walleij1-52/+1
2019-09-02mfd: db8500-prcmu: Support the higher DB8520 ARMSSLinus Walleij1-5/+35
2019-08-12mfd: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-08-12mfd: db8500-prcmu: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-08-09mfd: db8500-prcmu: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner1-2/+1
2019-02-01mfd: db8500-prcmu: Drop unused MODULE_ tags from non-modular codePaul Gortmaker1-6/+4
2019-01-03mfd: db8500-prcmu: Fix some section annotationsNathan Chancellor1-2/+2
2017-08-22mfd: db8500-prcmu: Get rid of cpufreq dependencyLinus Walleij1-41/+21
2017-04-27mfd: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2016-10-04mfd: db8500-prcmu: Remove unused *prcmu_set_ddr_opp() callsLee Jones1-19/+0
2016-07-12mfd: db8500 stop passing around platform dataArnd Bergmann1-7/+3
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-5/+2
2016-03-16mfd: db8500: Avoid uninitialized variable referenceArnd Bergmann1-5/+2
2016-02-09thermal: allow u8500-thermal driver to be a moduleArnd Bergmann1-0/+3
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-1/+0
2015-06-22mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski1-1/+1
2015-01-22mfd: db8500-prcmu: Remove unused functionRickard Strandqvist1-9/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25mfd: db8500-prcmu: Provide sane error path valuesLee Jones1-11/+8
2014-11-25mfd: db8500-prcmu: Check return of devm_ioremap for errorPramod Gurav1-0/+5
2014-10-20mfd: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-03mfd: db8500-prcmu: Remove check for CONFIG_DBX500_PRCMU_DEBUGPaul Bolle1-3/+0
2014-06-03mfd: db8500-prcmu: Make mfd_cell array constKrzysztof Kozlowski1-1/+1
2014-04-30mfd: db8500-prcmu: Use cpufreq_for_each_entry macro for iterationStratos Karafotis1-11/+8
2014-03-04mfd: dbx500/abx500: root out hardcoded IRQ assignmentsLinus Walleij1-12/+22
2014-01-06mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven1-2/+2
2013-09-26mfd: dbx500: Remove any mention of the BML8580CLKLee Jones1-1/+0
2013-09-07Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds1-2/+2
2013-09-02mfd: db8500-prcmu: Staticize clk_mgtSachin Kamat1-1/+1
2013-09-02mfd: db8500-prcmu: Use ANSI function declarationSachin Kamat1-1/+1
2013-07-27ARM: ux500: cpuidle: Instantiate the driver from platform deviceLinus Walleij1-0/+4
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+5
2013-06-06mfd: db8500: Update BML clock register for db8580Philippe Begnic1-0/+1
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-5/+5
2013-05-17mfd: db8500-prcmu: Update stored DSI PLL divider valueUlf Hansson1-0/+2
2013-05-17mfd: db8500-prcmu: Supply the pdata_size attribute for db8500-thermalLee Jones1-0/+1
2013-04-09mfd: db8500-prcmu: Support platform dependant device selectionLee Jones1-8/+24
2013-04-09mfd: db8500-prcmu: Return early if the TCPM cannot be locatedLee Jones1-19/+21
2013-04-08ARM: ux500: split out prcmu initializationArnd Bergmann1-29/+111