RE: [PATCH] regmap: add virtual PMIC IPC bus support

From: Yang, Fei
Date: Wed Jun 10 2015 - 11:51:37 EST


> > >Why is this being added to the regmap core rather than being
> > >implemented in using the reg_write() and reg_read() callbacks in the
> > >core driver for the PMIC?

> > Thanks. I don't receive this message before in eamil.
> > Current regmap only support register access using several bus: i2c, spi, ac97 ...
> > But register access for intel pmic are done by hardware ipc, so we add
> > such support in regmap core, To make pmic subdevice drivers can use generic regmap r/w API to access registers.

> That doesn't really address my concern - we already have the reg_read() and reg_write() interface so devices can use
> regmap without a bus in the core. The question is if this is something that's going to be used by many devices so there's
> code to share or if it's something that's only going to be used by this PMIC in which case keeping it in the driver should be easier.

The IPC code is actually independent of PMIC, it will evolve together with the PMC firmware instead of PMIC. Maintaining the IPC
code inside a PMIC driver would be weird because PMIC doesn't really know/care anything about IPC.
In other words, the same PMIC driver could run on different platforms with either i2c or IPC access without knowing which mechanism is
running underneath.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/