Re: [PATCH v6 01/13] mfd: add simple regmap based I2C driver

2020-07-28 Thread Lee Jones
On Tue, 28 Jul 2020, Michael Walle wrote: > Am 2020-07-28 10:15, schrieb Lee Jones: > > On Tue, 28 Jul 2020, Michael Walle wrote: > > > > > Am 2020-07-28 09:19, schrieb Lee Jones: > > > > On Sun, 26 Jul 2020, Michael Walle wrote: > > > > > > > > > There are I2C devices which contain several diffe

Re: [PATCH v6 01/13] mfd: add simple regmap based I2C driver

2020-07-28 Thread Michael Walle
Am 2020-07-28 10:15, schrieb Lee Jones: On Tue, 28 Jul 2020, Michael Walle wrote: Am 2020-07-28 09:19, schrieb Lee Jones: > On Sun, 26 Jul 2020, Michael Walle wrote: > > > There are I2C devices which contain several different functions but > > doesn't require any special access functions. For t

Re: [PATCH v6 01/13] mfd: add simple regmap based I2C driver

2020-07-28 Thread Lee Jones
On Tue, 28 Jul 2020, Michael Walle wrote: > Am 2020-07-28 09:19, schrieb Lee Jones: > > On Sun, 26 Jul 2020, Michael Walle wrote: > > > > > There are I2C devices which contain several different functions but > > > doesn't require any special access functions. For these kind of > > > drivers > > >

Re: [PATCH v6 01/13] mfd: add simple regmap based I2C driver

2020-07-28 Thread Michael Walle
Am 2020-07-28 09:19, schrieb Lee Jones: On Sun, 26 Jul 2020, Michael Walle wrote: There are I2C devices which contain several different functions but doesn't require any special access functions. For these kind of drivers an I2C regmap should be enough. Create an I2C driver which creates an

Re: [PATCH v6 01/13] mfd: add simple regmap based I2C driver

2020-07-28 Thread Lee Jones
On Sun, 26 Jul 2020, Michael Walle wrote: > There are I2C devices which contain several different functions but > doesn't require any special access functions. For these kind of drivers > an I2C regmap should be enough. > > Create an I2C driver which creates an I2C regmap and enumerates its > chi

[PATCH v6 01/13] mfd: add simple regmap based I2C driver

2020-07-25 Thread Michael Walle
There are I2C devices which contain several different functions but doesn't require any special access functions. For these kind of drivers an I2C regmap should be enough. Create an I2C driver which creates an I2C regmap and enumerates its children. If a device wants to use this as its MFD core dr