29 Jul, 2008
4 commits
-
Signed-off-by: Dmitry Baryshkov
Signed-off-by: Samuel Ortiz -
Adding platform_data to mfd_cell allows passing of platform data directly
to the platform_device created for each cell and thus reuse of existing
drivers.
On the other side it can be used as a hook to mfd_cell itself
removing the need in mfd_get_cell method.Signed-off-by: Mike Rapoport
Acked-by: Dmitry Baryshkov
Signed-off-by: Samuel Ortiz -
Fix some coding style fixes in the mfd core driver.
Signed-off-by: Ben Dooks
Signed-off-by: Samuel Ortiz -
Convert mfd_remove_devices_fn() to use to_platform_device()
instead of doing container_of().Signed-off-by: Ben Dooks
Acked-by: Dmitry Baryshkov
Signed-off-by: Samuel Ortiz
26 Jul, 2008
1 commit
-
For it doesn't exist on i386.
Cc: Ian Molton
Cc: Dmitry Baryshkov
Cc: Russell King
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
07 Jul, 2008
1 commit
-
This patch provides a common subdevice registration system for MFD type
chips, using platfrom device.Signed-off-by: Ian Molton
Signed-off-by: Dmitry Baryshkov
Signed-off-by: Russell King