Re: [U-Boot] [PATCH v2 6/8] reset: socfpga: add reset handling for old kernels

2019-02-21 Thread Simon Goldschmidt
On Thu, Feb 21, 2019 at 11:15 PM Marek Vasut wrote: > > On 2/21/19 11:07 PM, Simon Goldschmidt wrote: > > > > > > Am Do., 21. Feb. 2019, 22:56 hat Marek Vasut > > geschrieben: > > > > On 2/21/19 10:43 PM, Simon Goldschmidt wrote: > > > This adds code to take peripher

Re: [U-Boot] [PATCH v2 6/8] reset: socfpga: add reset handling for old kernels

2019-02-21 Thread Marek Vasut
On 2/21/19 11:07 PM, Simon Goldschmidt wrote: > > > Am Do., 21. Feb. 2019, 22:56 hat Marek Vasut > geschrieben: > > On 2/21/19 10:43 PM, Simon Goldschmidt wrote: > > This adds code to take peripherals out of reset based on an > environment > > variable. Thi

Re: [U-Boot] [PATCH v2 6/8] reset: socfpga: add reset handling for old kernels

2019-02-21 Thread Simon Goldschmidt
Am Do., 21. Feb. 2019, 22:56 hat Marek Vasut geschrieben: > On 2/21/19 10:43 PM, Simon Goldschmidt wrote: > > This adds code to take peripherals out of reset based on an environment > > variable. This is in preparation for removing the code that does this > from > > SPL. > > > > However, some dri

Re: [U-Boot] [PATCH v2 6/8] reset: socfpga: add reset handling for old kernels

2019-02-21 Thread Marek Vasut
On 2/21/19 10:43 PM, Simon Goldschmidt wrote: > This adds code to take peripherals out of reset based on an environment > variable. This is in preparation for removing the code that does this from > SPL. > > However, some drivers even in current Linux cannot handle peripheral reset, > so until thi

[U-Boot] [PATCH v2 6/8] reset: socfpga: add reset handling for old kernels

2019-02-21 Thread Simon Goldschmidt
This adds code to take peripherals out of reset based on an environment variable. This is in preparation for removing the code that does this from SPL. However, some drivers even in current Linux cannot handle peripheral reset, so until this works, we need a compatibility workaround. This workaro