drivers: max77693: Move state container to common header
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Wed, 15 Jul 2015 12:59:50 +0000 (21:59 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 16 Jul 2015 20:39:30 +0000 (21:39 +0100)
commit61b305cd2ae747b8c9a2e4467dea2575a390162c
treef1684ed3322b06b803027fc200c250f2806d8e9e
parent5b5e771fb711f95da859bf6be9fba4bc9919b5d5
drivers: max77693: Move state container to common header

This prepares for merging some of the drivers between max77693 and
max77843 so the child MFD driver can be attached to any parent MFD main
driver.

Move the state container to common header file. Additionally add
consistent 'i2c' prefixes to its members (of 'struct i2c_client' type).

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Acked-by: Sebastian Reichel <sre@kernel.org>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/extcon/extcon-max77693.c
drivers/input/misc/max77693-haptic.c
drivers/leds/leds-max77693.c
drivers/mfd/max77693.c
drivers/power/max77693_charger.c
drivers/regulator/max77693.c
include/linux/mfd/max77693-common.h [new file with mode: 0644]
include/linux/mfd/max77693-private.h
This page took 0.027263 seconds and 5 git commands to generate.