aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/mfd-core.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-26mfd: Add platform data pointer backGravatar Samuel Ortiz 1-0/+7
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellGravatar Samuel Ortiz 1-2/+14
2011-03-27mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to itGravatar Andres Salomon 1-42/+11
2011-03-23mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" partGravatar Andres Salomon 1-4/+4
2011-03-23mfd: add platform_device sharing support for mfdGravatar Andres Salomon 1-0/+61
2011-03-23mfd: Add refcounting support to mfd_cellsGravatar Andres Salomon 1-4/+60
2011-03-23mfd: Remove driver_data field from mfd_cellGravatar Andres Salomon 1-1/+0
2011-03-23mfd-core: Unconditionally add mfd_cell to every platform_deviceGravatar Andres Salomon 1-6/+3
2011-01-14mfd: Provide pm_runtime_no_callbacks flag in cell dataGravatar Mark Brown 1-0/+4
2010-10-29mfd: Add devices platform data when the cell data size is not 0Gravatar Brian Harring 1-4/+6
2010-10-29mfd: Allow for bypass of cell resource conflict checkGravatar Daniel Drake 1-3/+5
2010-08-12mfd: properly handle platform_device_add_resources fail in mfd_add_deviceGravatar Axel Lin 1-1/+3
2010-05-28mfd: Check for mem_base when building IORESOURCE_MEM resourcesGravatar Samuel Ortiz 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07mfd: Check for ACPI conflictsGravatar Samuel Ortiz 1-0/+5
2009-09-17mfd: Allow multiple MFD cells with the same nameGravatar Mark Brown 1-1/+1
2009-01-04mfd: Pass driver_data onto child devicesGravatar Mark Brown 1-0/+1
2008-10-19mfd: reduce stack usage in mfd-core.cGravatar Ian Molton 1-4/+11
2008-07-29mfd: accept pure device as a parent, not only platform_deviceGravatar Dmitry Baryshkov 1-7/+7
2008-07-29mfd: add platform_data to mfd_cellGravatar Mike Rapoport 1-1/+1
2008-07-28mfd: Coding style fixesGravatar Ben Dooks 1-8/+7
2008-07-28mfd: Use to_platform_device instead of container_ofGravatar Ben Dooks 1-2/+1
2008-07-25mfd: don't use memzeroGravatar Andrew Morton 1-1/+1
2008-07-07[ARM] 5127/1: Core MFD supportGravatar Dmitry Baryshkov 1-0/+114