On Wed, 16 Aug 2017, Scott Branden wrote:It looks like it was added under mfd as htc-pasic3.c is there
From: Shreesha Rajashekar <shreesha@xxxxxxxxxxxx>Why?
d1w bus master controller is added as a mfd node.
ds1wm driver is hooked to this node through the mfd framework.Why?
What makes this an MFD device?
Signed-off-by: Shreesha Rajashekar <shreesha@xxxxxxxxxxxx>
Signed-off-by: Scott Branden <scott.branden@xxxxxxxxxxxx>
---
drivers/mfd/Kconfig | 11 +++
drivers/mfd/Makefile | 1 +
drivers/mfd/bcm-iproc-d1w.c | 202 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 214 insertions(+)
create mode 100644 drivers/mfd/bcm-iproc-d1w.c