Re: [PATCH v3 0/4] Amlogic: Meson: Add reset controller

2016-08-17 Thread Kevin Hilman
On Wed, Aug 17, 2016 at 9:15 PM, Kevin Hilman wrote: > Hi Philipp, > > On Thu, Jun 2, 2016 at 2:42 AM, Philipp Zabel wrote: >> Hi Neil, >> >> Am Montag, den 30.05.2016, 15:27 +0200 schrieb Neil Armstrong: >>> Patchset to add and enable the reset controller driver on Meson SoCs >>> platforms. >>>

Re: [PATCH v3 0/4] Amlogic: Meson: Add reset controller

2016-08-17 Thread Kevin Hilman
Hi Philipp, On Thu, Jun 2, 2016 at 2:42 AM, Philipp Zabel wrote: > Hi Neil, > > Am Montag, den 30.05.2016, 15:27 +0200 schrieb Neil Armstrong: >> Patchset to add and enable the reset controller driver on Meson SoCs >> platforms. >> >> This reset controller has up to 256 reset lines with reset pu

Re: [PATCH v3 0/4] Amlogic: Meson: Add reset controller

2016-06-02 Thread Philipp Zabel
Hi Neil, Am Montag, den 30.05.2016, 15:27 +0200 schrieb Neil Armstrong: > Patchset to add and enable the reset controller driver on Meson SoCs > platforms. > > This reset controller has up to 256 reset lines with reset pulse generation > only, > so the assert and deassert calls are not availabl

Re: [PATCH v3 0/4] Amlogic: Meson: Add reset controller

2016-06-01 Thread Kevin Hilman
Philipp Zabel writes: > Hi Kevin, > > Am Montag, den 30.05.2016, 15:27 +0200 schrieb Neil Armstrong: >> Patchset to add and enable the reset controller driver on Meson SoCs >> platforms. >> >> This reset controller has up to 256 reset lines with reset pulse generation >> only, >> so the assert

Re: [PATCH v3 0/4] Amlogic: Meson: Add reset controller

2016-06-01 Thread Philipp Zabel
Hi Kevin, Am Montag, den 30.05.2016, 15:27 +0200 schrieb Neil Armstrong: > Patchset to add and enable the reset controller driver on Meson SoCs > platforms. > > This reset controller has up to 256 reset lines with reset pulse generation > only, > so the assert and deassert calls are not availab

[PATCH v3 0/4] Amlogic: Meson: Add reset controller

2016-05-30 Thread Neil Armstrong
Patchset to add and enable the reset controller driver on Meson SoCs platforms. This reset controller has up to 256 reset lines with reset pulse generation only, so the assert and deassert calls are not available. Depends on the patch : - "reset: add devm_reset_controller_register API" [1] Cha

[PATCH v3 0/4] Amlogic: Meson: Add reset controller

2016-05-30 Thread Neil Armstrong
Patchset to add and enable the reset controller driver on Meson SoCs platforms. This reset controller has up to 256 reset lines with reset pulse generation only, so the assert and deassert calls are not available. Depends on the patch : - "reset: add devm_reset_controller_register API" [1] Cha