summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/core.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-14mfd: core: Remove support for dangling device propertiesHeikki Krogerus1-4/+0
2021-04-14mfd: core: Add support for software nodesHeikki Krogerus1-0/+4
2021-02-08mfd: Standardise MFD_CELL_* helper namesLee Jones1-3/+3
2020-08-13mfd: mfd-core: Add mechanism for removal of a subset of childrenCharles Keepax1-0/+5
2020-08-13mfd: core: Add OF_MFD_CELL_REG() helperLee Jones1-6/+11
2020-08-13mfd: core: Fix formatting of MFD helpersLee Jones1-10/+10
2020-08-13mfd: core: Make a best effort attempt to match devices with the correct of_nodesLee Jones1-0/+10
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-05-26mfd: Constify properties in mfd_cellTomas Winkler1-1/+1
2020-05-04docs: dt: convert usage-model.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-11-11mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backsLee Jones1-2/+0
2019-11-11mfd: mfd-core: Remove mfd_clone_cell()Lee Jones1-18/+0
2019-11-11mfd: Provide MACRO to declare commonly defined MFD cell attributesLee Jones1-0/+29
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2016-04-19mfd: Add resource managed APIs for mfd_add_devicesLaxman Dewangan1-0/+4
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus1-2/+2
2015-12-07mfd: core: propagate device properties to sub devices driversAndy Shevchenko1-0/+5
2015-10-26mfd: core: redo ACPI matching of the children devicesAndy Shevchenko1-2/+8
2014-11-10mfd: core: Add helper function to register hotplug devicesJohan Hovold1-0/+7
2014-09-26mfd: Add ACPI supportMika Westerberg1-0/+3
2014-05-23regulator: Constify the pointer to alias name arrayLee Jones1-1/+1
2013-11-15Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds1-1/+1
2013-11-11mfd: Stop setting refcounting pointers in original mfd_cell arraysGeert Uytterhoeven1-1/+1
2013-10-23mfd: Allow mapping regulator supplies to MFD device from childrenCharles Keepax1-0/+6
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+3
2012-07-09mfd: Attaching a node to new 'struct mfd_cell' of_compatible variableLee Jones1-0/+4
2012-07-09mfd: Make MFD core code Device Tree and IRQ domain awareLee Jones1-0/+1
2011-05-26mfd: Remove mfd_dataSamuel Ortiz1-21/+0
2011-05-26mfd: Add platform data pointer backSamuel Ortiz1-0/+4
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz1-2/+11
2011-03-27mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to itAndres Salomon1-9/+18
2011-03-23mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" partAndres Salomon1-2/+2
2011-03-23mfd: add platform_device sharing support for mfdAndres Salomon1-0/+9
2011-03-23mfd: Add refcounting support to mfd_cellsAndres Salomon1-1/+13
2011-03-23mfd: Remove driver_data field from mfd_cellAndres Salomon1-3/+0
2011-03-23mfd: Rename platform_data field of mfd_cell to mfd_dataAndres Salomon1-4/+4
2011-03-23mfd: Drop data_size from mfd_cell structAndres Salomon1-3/+0
2011-03-23mfd-core: Unconditionally add mfd_cell to every platform_deviceAndres Salomon1-2/+21
2011-03-23mfd-core: Fix up typos/vagueness in commentAndres Salomon1-2/+2
2011-01-14mfd: Provide pm_runtime_no_callbacks flag in cell dataMark Brown1-0/+6
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-29mfd: Allow for bypass of cell resource conflict checkDaniel Drake1-0/+3
2009-09-17mfd: Allow multiple MFD cells with the same nameMark Brown1-0/+1
2008-07-29mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov1-2/+2
2008-07-29mfd: add platform_data to mfd_cellMike Rapoport1-6/+7
2008-07-28mfd: Coding style fixesBen Dooks1-9/+8
2008-07-07[ARM] 5127/1: Core MFD supportDmitry Baryshkov1-0/+55