summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/db8500-prcmu.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: db8500-prcmu: Replace deprecated strncpy with strscpyJustin Stitt2023-11-011-2/+2
* mfd: db8500-prcmu: Drop duplicated word "the" in the commentsJiang Jian2022-07-191-1/+1
* watchdog: db8500_wdt: Rename symbolsLinus Walleij2021-11-011-1/+1
* watchdog: ux500_wdt: Drop platform dataLinus Walleij2021-11-011-12/+1
* Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-09-071-13/+12
|\
| * mfd/cpuidle: ux500: Rename driver symbolLinus Walleij2021-08-161-2/+1
| * mfd: db8500-prcmu: Handle missing FW variantLinus Walleij2021-08-091-2/+4
| * mfd: db8500-prcmu: Rename register headerLinus Walleij2021-08-051-1/+1
| * mfd: db8500-prcmu: Adjust map to realityLinus Walleij2021-08-021-8/+6
* | mfd: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
|/
* mfd: db8500-prcmu: Fix multiple incorrectly documented function namesLee Jones2021-06-021-3/+3
* mfd: Standardise MFD_CELL_* helper namesLee Jones2021-02-081-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* mfd: db8500-prcmu: Remove incorrect function header from .probe() functionLee Jones2020-07-061-4/+0
* mfd: db8500-prcmu: Add description for 'reset_reason' in kerneldocLee Jones2020-07-061-0/+2
* mfd: dbx500-prcmu: Drop DSI pll clock functionsLinus Walleij2020-01-241-66/+0
* mfd: dbx500-prcmu: Drop set_display_clocks()Linus Walleij2020-01-241-30/+0
* mfd: ab8500-core: Add device tree support for AB8505Stephan Gerhold2020-01-241-6/+20
* mfd: db8500-prcmu: Support U8420-sysclk firmwareLinus Walleij2019-11-111-20/+43
* mfd: db8500-prcmu: Example using new OF_MFD_CELL/MFD_CELL_BASIC MACROsLee Jones2019-11-111-14/+7
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-09-291-52/+1
|\
| * thermal: db8500: Finalize device tree conversionLinus Walleij2019-09-241-52/+1
| * mfd: db8500-prcmu: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+2
* | mfd: db8500-prcmu: Support the higher DB8520 ARMSSLinus Walleij2019-09-021-5/+35
* | mfd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-121-3/+1
* | mfd: db8500-prcmu: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-121-0/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner2019-05-301-2/+1
* mfd: db8500-prcmu: Drop unused MODULE_ tags from non-modular codePaul Gortmaker2019-02-011-6/+4
* mfd: db8500-prcmu: Fix some section annotationsNathan Chancellor2019-01-031-2/+2
* mfd: db8500-prcmu: Get rid of cpufreq dependencyLinus Walleij2017-08-221-41/+21
* mfd: Convert remaining uses of pr_warning to pr_warnJoe Perches2017-04-271-1/+1
* mfd: db8500-prcmu: Remove unused *prcmu_set_ddr_opp() callsLee Jones2016-10-041-19/+0
* mfd: db8500 stop passing around platform dataArnd Bergmann2016-07-121-7/+3
* Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-181-5/+2
|\
| * mfd: db8500: Avoid uninitialized variable referenceArnd Bergmann2016-03-161-5/+2
* | thermal: allow u8500-thermal driver to be a moduleArnd Bergmann2016-02-091-0/+3
|/
* mfd: Kill off set_irq_flags usageRob Herring2015-08-111-1/+0
* mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski2015-06-221-1/+1
* mfd: db8500-prcmu: Remove unused functionRickard Strandqvist2015-01-221-9/+0
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * mfd: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | mfd: db8500-prcmu: Provide sane error path valuesLee Jones2014-11-251-11/+8
* | mfd: db8500-prcmu: Check return of devm_ioremap for errorPramod Gurav2014-11-251-0/+5
|/
* mfd: db8500-prcmu: Remove check for CONFIG_DBX500_PRCMU_DEBUGPaul Bolle2014-06-031-3/+0
* mfd: db8500-prcmu: Make mfd_cell array constKrzysztof Kozlowski2014-06-031-1/+1
* mfd: db8500-prcmu: Use cpufreq_for_each_entry macro for iterationStratos Karafotis2014-04-301-11/+8
* mfd: dbx500/abx500: root out hardcoded IRQ assignmentsLinus Walleij2014-03-041-12/+22
* mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-061-2/+2
* mfd: dbx500: Remove any mention of the BML8580CLKLee Jones2013-09-261-1/+0
* Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-09-071-2/+2
|\