aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mfd-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-08mfd: mfd-core: Document mfd_add_devices()Bartosz Golaszewski1-0/+13
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2016-11-16mfd: core: Fix device reference leak in mfd_clone_cellJohan Hovold1-0/+2
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+39
2016-04-19mfd: Add resource managed APIs for mfd_add_devicesLaxman Dewangan1-0/+38
2016-04-11mfd: core: Fix ACPI child matching by _HID/_CIDIrina Tirdea1-1/+1
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/+7
2015-10-26mfd: core: redo ACPI matching of the children devicesAndy Shevchenko1-16/+36
2015-07-28mfd: make mfd_remove_devices() iterate in reverse orderAndy Shevchenko1-1/+1
2015-06-22mfd: Check ACPI device companion before checking resourcesLorenzo Pieralisi1-3/+5
2015-03-30mfd: core: Fix platform-device name collisionsJohan Hovold1-1/+1
2014-11-25mfd: core: Fix platform-device id generationJohan Hovold1-1/+7
2014-09-26mfd: Add ACPI supportMika Westerberg1-0/+40
2014-09-26mfd: Inherit coherent_dma_mask from parent deviceBoris BREZILLON1-0/+1
2014-06-03mfd: core: Don't use devres functions before device is addedCharles Keepax1-4/+7
2013-11-15Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds1-12/+17
2013-11-11mfd: Fix memory leak in mfd_add_devices()Geert Uytterhoeven1-4/+8
2013-11-11mfd: Stop setting refcounting pointers in original mfd_cell arraysGeert Uytterhoeven1-8/+9
2013-10-23mfd: Allow mapping regulator supplies to MFD device from childrenCharles Keepax1-5/+17
2013-08-14mfd: core: Copy DMA mask and params from parentBenedikt Spranger1-0/+2
2012-11-20mfd: Only unregister platform devices allocated by the mfd coreCharles Keepax1-2/+13
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-6/+6
2012-07-09mfd: Make MFD core code Device Tree and IRQ domain awareLee Jones1-4/+26
2012-03-06mfd: Fix ACPI conflict checkJean Delvare1-1/+1
2012-03-06mfd: Fix kcalloc parameters swappedAxel Lin1-1/+1
2011-10-31mfd: Add module.h to the implicit drivers/mfd usersPaul Gortmaker1-0/+1
2011-05-26mfd: Add platform data pointer backSamuel Ortiz1-0/+7
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz1-2/+14
2011-03-27mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to itAndres Salomon1-42/+11
2011-03-23mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" partAndres Salomon1-4/+4
2011-03-23mfd: add platform_device sharing support for mfdAndres Salomon1-0/+61
2011-03-23mfd: Add refcounting support to mfd_cellsAndres Salomon1-4/+60
2011-03-23mfd: Remove driver_data field from mfd_cellAndres Salomon1-1/+0
2011-03-23mfd-core: Unconditionally add mfd_cell to every platform_deviceAndres Salomon1-6/+3
2011-01-14mfd: Provide pm_runtime_no_callbacks flag in cell dataMark Brown1-0/+4
2010-10-29mfd: Add devices platform data when the cell data size is not 0Brian Harring1-4/+6
2010-10-29mfd: Allow for bypass of cell resource conflict checkDaniel Drake1-3/+5
2010-08-12mfd: properly handle platform_device_add_resources fail in mfd_add_deviceAxel Lin1-1/+3
2010-05-28mfd: Check for mem_base when building IORESOURCE_MEM resourcesSamuel Ortiz1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07mfd: Check for ACPI conflictsSamuel Ortiz1-0/+5
2009-09-17mfd: Allow multiple MFD cells with the same nameMark Brown1-1/+1
2009-01-04mfd: Pass driver_data onto child devicesMark Brown1-0/+1
2008-10-19mfd: reduce stack usage in mfd-core.cIan Molton1-4/+11
2008-07-29mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov1-7/+7
2008-07-29mfd: add platform_data to mfd_cellMike Rapoport1-1/+1
2008-07-28mfd: Coding style fixesBen Dooks1-8/+7
2008-07-28mfd: Use to_platform_device instead of container_ofBen Dooks1-2/+1
2008-07-25mfd: don't use memzeroAndrew Morton1-1/+1