summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/core.h
Commit message (Expand)AuthorAgeFilesLines
* mfd: core: Un-constify mfd_cell.of_regMichał Mirosław2023-11-011-1/+1
* mfd: core: Remove .enable() and .disable() callbacksUwe Kleine-König2023-04-261-12/+0
* mfd: core: Reorder fields in 'struct mfd_cell' to save some memoryChristophe JAILLET2023-04-261-4/+4
* mfd: core: Spelling s/compement/complement/Geert Uytterhoeven2023-02-221-1/+1
* mfd: core: Remove support for dangling device propertiesHeikki Krogerus2021-04-141-4/+0
* mfd: core: Add support for software nodesHeikki Krogerus2021-04-141-0/+4
* mfd: Standardise MFD_CELL_* helper namesLee Jones2021-02-081-3/+3
* mfd: mfd-core: Add mechanism for removal of a subset of childrenCharles Keepax2020-08-131-0/+5
* mfd: core: Add OF_MFD_CELL_REG() helperLee Jones2020-08-131-6/+11
* mfd: core: Fix formatting of MFD helpersLee Jones2020-08-131-10/+10
* mfd: core: Make a best effort attempt to match devices with the correct of_nodesLee Jones2020-08-131-0/+10
* Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-041-1/+1
|\
| * docs: dt: convert usage-model.txt to ReSTMauro Carvalho Chehab2020-05-041-1/+1
* | mfd: Constify properties in mfd_cellTomas Winkler2020-05-261-1/+1
|/
* mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backsLee Jones2019-11-111-2/+0
* mfd: mfd-core: Remove mfd_clone_cell()Lee Jones2019-11-111-18/+0
* mfd: Provide MACRO to declare commonly defined MFD cell attributesLee Jones2019-11-111-0/+29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-201-0/+4
|\
| * mfd: Add resource managed APIs for mfd_add_devicesLaxman Dewangan2016-04-191-0/+4
* | device property: don't bother the drivers with struct property_setHeikki Krogerus2016-04-091-2/+2
|/
* mfd: core: propagate device properties to sub devices driversAndy Shevchenko2015-12-071-0/+5
* mfd: core: redo ACPI matching of the children devicesAndy Shevchenko2015-10-261-2/+8
* mfd: core: Add helper function to register hotplug devicesJohan Hovold2014-11-101-0/+7
* mfd: Add ACPI supportMika Westerberg2014-09-261-0/+3
* regulator: Constify the pointer to alias name arrayLee Jones2014-05-231-1/+1
* Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-11-151-1/+1
|\
| * mfd: Stop setting refcounting pointers in original mfd_cell arraysGeert Uytterhoeven2013-11-111-1/+1
* | mfd: Allow mapping regulator supplies to MFD device from childrenCharles Keepax2013-10-231-0/+6
|/
* mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-151-1/+3
* mfd: Attaching a node to new 'struct mfd_cell' of_compatible variableLee Jones2012-07-091-0/+4
* mfd: Make MFD core code Device Tree and IRQ domain awareLee Jones2012-07-091-0/+1
* mfd: Remove mfd_dataSamuel Ortiz2011-05-261-21/+0
* mfd: Add platform data pointer backSamuel Ortiz2011-05-261-0/+4
* mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz2011-04-121-2/+11
* mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to itAndres Salomon2011-03-271-9/+18
* mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" partAndres Salomon2011-03-231-2/+2
* mfd: add platform_device sharing support for mfdAndres Salomon2011-03-231-0/+9
* mfd: Add refcounting support to mfd_cellsAndres Salomon2011-03-231-1/+13
* mfd: Remove driver_data field from mfd_cellAndres Salomon2011-03-231-3/+0
* mfd: Rename platform_data field of mfd_cell to mfd_dataAndres Salomon2011-03-231-4/+4
* mfd: Drop data_size from mfd_cell structAndres Salomon2011-03-231-3/+0
* mfd-core: Unconditionally add mfd_cell to every platform_deviceAndres Salomon2011-03-231-2/+21
* mfd-core: Fix up typos/vagueness in commentAndres Salomon2011-03-231-2/+2
* mfd: Provide pm_runtime_no_callbacks flag in cell dataMark Brown2011-01-141-0/+6
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* mfd: Allow for bypass of cell resource conflict checkDaniel Drake2010-10-291-0/+3
* mfd: Allow multiple MFD cells with the same nameMark Brown2009-09-171-0/+1
* mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov2008-07-291-2/+2
* mfd: add platform_data to mfd_cellMike Rapoport2008-07-291-6/+7