summaryrefslogtreecommitdiff
path: root/drivers/mfd/aat2870-core.c
AgeCommit message (Collapse)Author
2011-11-30mfd: aat2870: Update the driver to new mfd coreJin Park
The mfd core was updated that removed size_t data_size and renamed void *platform_data to void *mfd_data in struct mfd_cell. The new mfd API, mfd_get_data(), was added for mfd device. It return from struct platform_device to right value of mfd_data and platform_data. Change-Id: I9b61d0ac0139be840c328fc0b266752d27815cf5 Signed-off-by: Jin Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/54912 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: Rc0b7b7d376c1bab14eab86a9bdfa4cd5b970bbf8
2011-07-31mfd: Add AAT2870 mfd driverJin Park
Add mfd core driver for AnalogicTech AAT2870. The AAT2870 is communication through I2C and contains backlight and regulator components. Signed-off-by: Jin Park <jinyoungp@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>