aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/ab8500-core.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mfd: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2022-03-23mfd: Use platform_get_irq() to get the interruptGravatar Minghao Chi (CGEL ZTE) 1-7/+5
2022-03-08mfd: ab8500: Drop debugfs moduleGravatar Linus Walleij 1-20/+0
2021-08-05mfd: Don't use irq_create_mapping() to resolve a mappingGravatar Marc Zyngier 1-1/+1
2021-06-15mfd: ab8500-core: Use DEVICE_ATTR_RO/RW macroGravatar Zhen Lei 1-17/+16
2021-04-14mfd: ab8500: Drop bm disable parameterGravatar Linus Walleij 1-14/+6
2021-03-22mfd/power: ab8500: Push data to power supply codeGravatar Linus Walleij 1-9/+8
2021-02-22Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-21/+21
2021-02-08mfd: Standardise MFD_CELL_* helper namesGravatar Lee Jones 1-21/+21
2021-01-13regulator: ab8500: Decomission platform data headerGravatar Linus Walleij 1-1/+0
2020-01-24mfd: ab8500: Fix ab8500-clk typoGravatar Linus Walleij 1-2/+2
2020-01-24mfd: ab8500-core: Add device tree support for AB8505Gravatar Stephan Gerhold 1-2/+12
2019-11-11mfd: ab8500: Example using new OF_MFD_CELL MACROGravatar Lee Jones 1-96/+42
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Gravatar Thomas Gleixner 1-1/+1
2019-01-03mfd: ab8500-core: Return zero in get_register_interruptible()Gravatar Dan Carpenter 1-1/+1
2017-09-05mfd: ab8500-core: Constify attribute_group structuresGravatar Arvind Yadav 1-3/+3
2017-02-13mfd: ab8500-core: Rename clock device and compatibleGravatar Linus Walleij 1-2/+2
2016-11-29mfd: ab8500-core: Make it explicitly non-modularGravatar Paul Gortmaker 1-31/+6
2016-07-12mfd: db8500 stop passing around platform dataGravatar Arnd Bergmann 1-4/+0
2016-01-14mfd: ab8500-core: Fix many warnings reported by CheckpatchGravatar Lee Jones 1-14/+10
2015-12-04mfd: ab8500: Delete static IRQ resourcesGravatar Linus Walleij 1-482/+0
2015-08-11mfd: Kill off set_irq_flags usageGravatar Rob Herring 1-4/+0
2015-06-22mfd: Constify regmap and irq configuration dataGravatar Krzysztof Kozlowski 1-1/+1
2014-10-20mfd: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-20mfd: ab8500-core: Use 'ifdef' for config optionsGravatar Fabio Estevam 1-1/+1
2014-07-09mfd: ab8500-core: Resolve code style issuesGravatar Lee Jones 1-21/+24
2014-07-09mfd: ab8500-core: Remove pointless else in if statementGravatar Lee Jones 1-2/+2
2014-06-26mfd: ab8500: Fix dt irq mappingGravatar Grygorii Strashko 1-1/+1
2014-03-04mfd: dbx500/abx500: root out hardcoded IRQ assignmentsGravatar Linus Walleij 1-13/+14
2014-01-21mfd: ab8500: Use irqdomain to map interruptsGravatar Linus Walleij 1-1/+1
2014-01-06mfd: Constify struct mfd_cell where possibleGravatar Geert Uytterhoeven 1-7/+7
2013-06-13mfd: ab8500-core: Add AB8500 external regulators as MFD devicesGravatar Lee Jones 1-0/+10
2013-06-13mfd: ab8500-core: Add of_compatible property for ab8500-codecGravatar Fabio Baltieri 1-0/+1
2013-06-13mfd: ab8500-core: Add device for new RTC version for AB8540 cut2Gravatar Alexandre Torgue 1-8/+47
2013-06-13mfd: ab8500-core: Drop references to ab8500-ledsGravatar Lee Jones 1-13/+0
2013-05-17mfd: ab8500-core: Pass GPADC compatible string to MFD coreGravatar Lee Jones 1-0/+3
2013-05-17mfd: ab8500-core: Use the correct driver name when enabling gpio/pinctrlGravatar Lee Jones 1-3/+3
2013-05-17mfd: ab8500: Pass AB8500 IRQ to debugfs code by resourceGravatar Linus Walleij 1-0/+15
2013-04-09mfd: ab8500-core: Add of_compatilbe property for ab8500-usbGravatar Fabio Baltieri 1-0/+1
2013-04-09mfd: ab8500-core: Ignore masked out interruptsGravatar Fabio Baltieri 1-13/+14
2013-03-07ab8500-fg: Add power cut feature for ab8505 and ab8540Gravatar Lee Jones 1-0/+36
2013-03-07mfd: ab8500-core: Hierarchical interrupt registersGravatar Dariusz Szymczak 1-76/+6
2013-03-07mfd: ab8500-core: Add abx500-clk as an mfd child deviceGravatar Ulf Hansson 1-0/+12
2013-03-07mfd: ab8500-core: Show turn on status at bootGravatar Mattias Wallin 1-0/+26
2013-03-07mfd: ab8500-core: Add additional resources to ab8505_iddet_resourcesGravatar Lee Jones 1-0/+24
2013-03-07mfd: ab8500-debugfs: Add tests for ab8540 based platform initialisationsGravatar Lee Jones 1-3/+6
2013-03-07mfd: ab8500-core: Add Interrupt support for ab8540Gravatar Lee Jones 1-7/+43
2013-03-07mfd: ab8500-core: Rework MFD sub-device initialisation structuresGravatar Lee Jones 1-61/+182
2013-03-07mfd: ab8500-core: Add ADC support for ab8540Gravatar Lee Jones 1-15/+59
2013-03-07mfd: ab8500-core: APE Interrupts are not clearedGravatar Lee Jones 1-2/+3