summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mfd-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-201-1/+39
|\
| * mfd: Add resource managed APIs for mfd_add_devicesLaxman Dewangan2016-04-191-0/+38
| * mfd: core: Fix ACPI child matching by _HID/_CIDIrina Tirdea2016-04-111-1/+1
* | 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/+7
* mfd: core: redo ACPI matching of the children devicesAndy Shevchenko2015-10-261-16/+36
* mfd: make mfd_remove_devices() iterate in reverse orderAndy Shevchenko2015-07-281-1/+1
* mfd: Check ACPI device companion before checking resourcesLorenzo Pieralisi2015-06-221-3/+5
* mfd: core: Fix platform-device name collisionsJohan Hovold2015-03-301-1/+1
* mfd: core: Fix platform-device id generationJohan Hovold2014-11-251-1/+7
* mfd: Add ACPI supportMika Westerberg2014-09-261-0/+40
* mfd: Inherit coherent_dma_mask from parent deviceBoris BREZILLON2014-09-261-0/+1
* mfd: core: Don't use devres functions before device is addedCharles Keepax2014-06-031-4/+7
* Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-11-151-12/+17
|\
| * mfd: Fix memory leak in mfd_add_devices()Geert Uytterhoeven2013-11-111-4/+8
| * mfd: Stop setting refcounting pointers in original mfd_cell arraysGeert Uytterhoeven2013-11-111-8/+9
* | mfd: Allow mapping regulator supplies to MFD device from childrenCharles Keepax2013-10-231-5/+17
|/
* mfd: core: Copy DMA mask and params from parentBenedikt Spranger2013-08-141-0/+2
* mfd: Only unregister platform devices allocated by the mfd coreCharles Keepax2012-11-201-2/+13
* mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-151-6/+6
* mfd: Make MFD core code Device Tree and IRQ domain awareLee Jones2012-07-091-4/+26
* mfd: Fix ACPI conflict checkJean Delvare2012-03-061-1/+1
* mfd: Fix kcalloc parameters swappedAxel Lin2012-03-061-1/+1
* mfd: Add module.h to the implicit drivers/mfd usersPaul Gortmaker2011-10-311-0/+1
* mfd: Add platform data pointer backSamuel Ortiz2011-05-261-0/+7
* mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz2011-04-121-2/+14
* mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to itAndres Salomon2011-03-271-42/+11
* mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" partAndres Salomon2011-03-231-4/+4
* mfd: add platform_device sharing support for mfdAndres Salomon2011-03-231-0/+61
* mfd: Add refcounting support to mfd_cellsAndres Salomon2011-03-231-4/+60
* mfd: Remove driver_data field from mfd_cellAndres Salomon2011-03-231-1/+0
* mfd-core: Unconditionally add mfd_cell to every platform_deviceAndres Salomon2011-03-231-6/+3
* mfd: Provide pm_runtime_no_callbacks flag in cell dataMark Brown2011-01-141-0/+4
* mfd: Add devices platform data when the cell data size is not 0Brian Harring2010-10-291-4/+6
* mfd: Allow for bypass of cell resource conflict checkDaniel Drake2010-10-291-3/+5
* mfd: properly handle platform_device_add_resources fail in mfd_add_deviceAxel Lin2010-08-121-1/+3
* mfd: Check for mem_base when building IORESOURCE_MEM resourcesSamuel Ortiz2010-05-281-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mfd: Check for ACPI conflictsSamuel Ortiz2010-03-071-0/+5
* mfd: Allow multiple MFD cells with the same nameMark Brown2009-09-171-1/+1
* mfd: Pass driver_data onto child devicesMark Brown2009-01-041-0/+1
* mfd: reduce stack usage in mfd-core.cIan Molton2008-10-191-4/+11
* mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov2008-07-291-7/+7
* mfd: add platform_data to mfd_cellMike Rapoport2008-07-291-1/+1
* mfd: Coding style fixesBen Dooks2008-07-281-8/+7
* mfd: Use to_platform_device instead of container_ofBen Dooks2008-07-281-2/+1
* mfd: don't use memzeroAndrew Morton2008-07-251-1/+1
* [ARM] 5127/1: Core MFD supportDmitry Baryshkov2008-07-071-0/+114
OpenPOWER on IntegriCloud