Re: [PATCH] reset: meson: add level reset support for GX SoC family

2017-10-17 Thread Neil Armstrong
On 17/10/2017 12:08, Philipp Zabel wrote: > Hi Neil, > > On Mon, 2017-10-16 at 17:26 +0200, Neil Armstrong wrote: >> The Amlogic GX SoC family embeds alternate registers to drive the reset >> levels next to the pulse registers. >> >> This patch adds support for level reset handling on the GX

Re: [PATCH] reset: meson: add level reset support for GX SoC family

2017-10-17 Thread Neil Armstrong
On 17/10/2017 12:08, Philipp Zabel wrote: > Hi Neil, > > On Mon, 2017-10-16 at 17:26 +0200, Neil Armstrong wrote: >> The Amlogic GX SoC family embeds alternate registers to drive the reset >> levels next to the pulse registers. >> >> This patch adds support for level reset handling on the GX

Re: [PATCH] reset: meson: add level reset support for GX SoC family

2017-10-17 Thread Philipp Zabel
Hi Neil, On Mon, 2017-10-16 at 17:26 +0200, Neil Armstrong wrote: > The Amlogic GX SoC family embeds alternate registers to drive the reset > levels next to the pulse registers. > > This patch adds support for level reset handling on the GX family only. > > The Meson8 family has an alternate

Re: [PATCH] reset: meson: add level reset support for GX SoC family

2017-10-17 Thread Philipp Zabel
Hi Neil, On Mon, 2017-10-16 at 17:26 +0200, Neil Armstrong wrote: > The Amlogic GX SoC family embeds alternate registers to drive the reset > levels next to the pulse registers. > > This patch adds support for level reset handling on the GX family only. > > The Meson8 family has an alternate

[PATCH] reset: meson: add level reset support for GX SoC family

2017-10-16 Thread Neil Armstrong
The Amlogic GX SoC family embeds alternate registers to drive the reset levels next to the pulse registers. This patch adds support for level reset handling on the GX family only. The Meson8 family has an alternate way to handle level reset. Signed-off-by: Neil Armstrong

[PATCH] reset: meson: add level reset support for GX SoC family

2017-10-16 Thread Neil Armstrong
The Amlogic GX SoC family embeds alternate registers to drive the reset levels next to the pulse registers. This patch adds support for level reset handling on the GX family only. The Meson8 family has an alternate way to handle level reset. Signed-off-by: Neil Armstrong ---