Re: [PATCH v3 15/21] reset: add driver for generic reset controllers

2020-03-03 Thread Andre Przywara
On Sat, 25 Jan 2020 17:52:57 +0530 Amit Singh Tomar wrote: Hi, > The simplest and most generic form of a reset controller just exposes > multiple MMIO registers, where each bit toggles a separate reset line. > Add a generic driver to describe this kind of reset controller. > > This is used on t

Re: [PATCH v3 15/21] reset: add driver for generic reset controllers

2020-02-24 Thread Andre Przywara
On Sat, 25 Jan 2020 17:52:57 +0530 Amit Singh Tomar wrote: Hi, > The simplest and most generic form of a reset controller just exposes > multiple MMIO registers, where each bit toggles a separate reset line. > Add a generic driver to describe this kind of reset controller. > > This is used on t

Re: [PATCH v3 15/21] reset: add driver for generic reset controllers

2020-02-23 Thread Manivannan Sadhasivam
On Sat, Jan 25, 2020 at 05:52:57PM +0530, Amit Singh Tomar wrote: > The simplest and most generic form of a reset controller just exposes > multiple MMIO registers, where each bit toggles a separate reset line. > Add a generic driver to describe this kind of reset controller. > > This is used on t

[PATCH v3 15/21] reset: add driver for generic reset controllers

2020-01-25 Thread Amit Singh Tomar
The simplest and most generic form of a reset controller just exposes multiple MMIO registers, where each bit toggles a separate reset line. Add a generic driver to describe this kind of reset controller. This is used on the Action Semi S700, for instance, but also by other SoCs. Signed-off-by: A