Re: [PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-16 Thread Philipp Zabel
On Wed, 2017-08-16 at 14:09 +0200, Andreas Färber wrote: > Hi Philipp, > > Am 16.08.2017 um 11:44 schrieb Philipp Zabel: > > On Wed, 2017-08-16 at 02:38 +0200, Andreas Färber wrote: > > > Add a per-register reset controller driver. This deals with the > > > fact > > > that not all registers are

Re: [PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-16 Thread Philipp Zabel
On Wed, 2017-08-16 at 14:09 +0200, Andreas Färber wrote: > Hi Philipp, > > Am 16.08.2017 um 11:44 schrieb Philipp Zabel: > > On Wed, 2017-08-16 at 02:38 +0200, Andreas Färber wrote: > > > Add a per-register reset controller driver. This deals with the > > > fact > > > that not all registers are

Re: [PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-16 Thread Andreas Färber
Hi Philipp, Am 16.08.2017 um 11:44 schrieb Philipp Zabel: > On Wed, 2017-08-16 at 02:38 +0200, Andreas Färber wrote: >> Add a per-register reset controller driver. This deals with the fact >> that not all registers are adjoined. > > the way you handle the non-contiguous reset registers, this

Re: [PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-16 Thread Andreas Färber
Hi Philipp, Am 16.08.2017 um 11:44 schrieb Philipp Zabel: > On Wed, 2017-08-16 at 02:38 +0200, Andreas Färber wrote: >> Add a per-register reset controller driver. This deals with the fact >> that not all registers are adjoined. > > the way you handle the non-contiguous reset registers, this

Re: [PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-16 Thread Philipp Zabel
Hi Andreas, On Wed, 2017-08-16 at 02:38 +0200, Andreas Färber wrote: > Add a per-register reset controller driver. This deals with the fact > that not all registers are adjoined. the way you handle the non-contiguous reset registers, this looks like a candidate to join the recently discussed

Re: [PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-16 Thread Philipp Zabel
Hi Andreas, On Wed, 2017-08-16 at 02:38 +0200, Andreas Färber wrote: > Add a per-register reset controller driver. This deals with the fact > that not all registers are adjoined. the way you handle the non-contiguous reset registers, this looks like a candidate to join the recently discussed

[PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-15 Thread Andreas Färber
Add a per-register reset controller driver. This deals with the fact that not all registers are adjoined. Signed-off-by: Andreas Färber --- drivers/reset/Kconfig | 6 +++ drivers/reset/Makefile| 1 + drivers/reset/reset-rtd129x.c | 100

[PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-15 Thread Andreas Färber
Add a per-register reset controller driver. This deals with the fact that not all registers are adjoined. Signed-off-by: Andreas Färber --- drivers/reset/Kconfig | 6 +++ drivers/reset/Makefile| 1 + drivers/reset/reset-rtd129x.c | 100