commit | 332f632ec3d1dccdb89fadd5ce0850f02e14824d | [log] [tgz] |
---|---|---|
author | John Garry <john.garry@huawei.com> | Tue May 08 18:27:30 2018 +0800 |
committer | Wei Xu <xuwei5@hisilicon.com> | Thu May 10 17:30:06 2018 +0100 |
tree | 2b10d3323f855b47a0cd5bfa71fe3d6651788113 | |
parent | 6da6c0db5316275015e8cc2959f12a17584aeb64 [diff] |
HISI LPC: Stop using MFD APIs The MFD APIs should only be used by drivers in drivers/mfd. It is not worth splitting the driver to have separate parts in drivers/bus and drivers/mfd, so just drop MFD API usage. As a solution, we will use the platform device APIs directly to achieve the same as we had when using MFD APIs. Signed-off-by: John Garry <john.garry@huawei.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>