aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mfd-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-07[ARM] 5127/1: Core MFD supportDmitry Baryshkov1-0/+114