mfd: lpc_sch: Reduce duplicate code and improve manageability
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 2 Sep 2014 10:45:19 +0000 (13:45 +0300)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:57 +0000 (08:15 +0100)
commitb24512c860244716fa8ca74faff2ff617c465515
tree1cc314590e334b2812ee9d6a869b38a87e8c415c
parentf69a7cf74d5536faa180437581be2a9c0aad1bb1
mfd: lpc_sch: Reduce duplicate code and improve manageability

This patch refactors the driver to use helper functions instead of
copy'n'pasted pieces of code.

It also introduces an additional struct to hold a chipset info. The chipset
info will be used to store features that are supported by specific processor or
chipset. LPC_SCH supports SMBUS, GPIO and WDT features. As this code base might
expand further to support more processors, this implementation will help to
keep code base clean and manageable.

The patch is partially based on the work done by Chang Rebecca Swee Fun.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lpc_sch.c
This page took 0.034374 seconds and 5 git commands to generate.