Re: [PATCH v5 02/13] mfd: add simple regmap based I2C driver

2020-07-20 Thread Lee Jones
On Mon, 20 Jul 2020, Michael Walle wrote: > Am 2020-07-17 11:06, schrieb Lee Jones: > > On Mon, 06 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 v5 02/13] mfd: add simple regmap based I2C driver

2020-07-19 Thread Michael Walle
Am 2020-07-17 11:06, schrieb Lee Jones: On Mon, 06 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 v5 02/13] mfd: add simple regmap based I2C driver

2020-07-19 Thread Michael Walle
Am 2020-07-17 11:04, schrieb Lee Jones: On Mon, 06 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 v5 02/13] mfd: add simple regmap based I2C driver

2020-07-17 Thread Lee Jones
On Mon, 06 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

Re: [PATCH v5 02/13] mfd: add simple regmap based I2C driver

2020-07-17 Thread Lee Jones
On Mon, 06 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