Re: [PATCH v3 4/8] reset: Add IPQ40xx reset controller driver

2020-09-19 Thread Tom Rini
On Thu, Sep 10, 2020 at 04:00:02PM +0200, Robert Marko wrote: > On Qualcomm IPQ40xx SoC series, GCC clock IP also handles the resets. > So since this will be needed by further drivers, lets add a driver for the > reset controller. > > Signed-off-by: Robert Marko > Cc: Luka Perkov Applied to

[PATCH v3 4/8] reset: Add IPQ40xx reset controller driver

2020-09-10 Thread Robert Marko
On Qualcomm IPQ40xx SoC series, GCC clock IP also handles the resets. So since this will be needed by further drivers, lets add a driver for the reset controller. Signed-off-by: Robert Marko Cc: Luka Perkov --- MAINTAINERS | 2 + drivers/reset/Kconfig