Re: [PATCH v2] reset: add support for non-DT systems

2018-02-19 Thread Bartosz Golaszewski
2018-02-17 3:01 GMT+01:00 David Lechner : > On 02/13/2018 12:39 PM, Bartosz Golaszewski wrote: >> >> From: Bartosz Golaszewski >> >> The reset framework only supports device-tree. There are some platforms >> however, which need to use it even in legacy, board-file based mode. >> >> An example of s

Re: [PATCH v2] reset: add support for non-DT systems

2018-02-16 Thread David Lechner
On 02/13/2018 12:39 PM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski The reset framework only supports device-tree. There are some platforms however, which need to use it even in legacy, board-file based mode. An example of such architecture is the DaVinci family of SoCs which supports

Re: [PATCH v2] reset: add support for non-DT systems

2018-02-14 Thread Sekhar Nori
On Wednesday 14 February 2018 12:09 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The reset framework only supports device-tree. There are some platforms > however, which need to use it even in legacy, board-file based mode. > > An example of such architecture is the DaVinci fam

Re: [PATCH v2] reset: add support for non-DT systems

2018-02-14 Thread Andy Shevchenko
On Wed, Feb 14, 2018 at 10:59 AM, Bartosz Golaszewski wrote: > 2018-02-13 20:17 GMT+01:00 Andy Shevchenko : >> On Tue, Feb 13, 2018 at 8:39 PM, Bartosz Golaszewski wrote: >>> + for (index = 0; lookup->dev; index++, lookup++) { >>> + if (strcmp(dev_id, lookup->

Re: [PATCH v2] reset: add support for non-DT systems

2018-02-14 Thread Bartosz Golaszewski
2018-02-13 20:17 GMT+01:00 Andy Shevchenko : > On Tue, Feb 13, 2018 at 8:39 PM, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> The reset framework only supports device-tree. There are some platforms >> however, which need to use it even in legacy, board-file based mode. >> >> An ex

Re: [PATCH v2] reset: add support for non-DT systems

2018-02-13 Thread Andy Shevchenko
On Tue, Feb 13, 2018 at 8:39 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The reset framework only supports device-tree. There are some platforms > however, which need to use it even in legacy, board-file based mode. > > An example of such architecture is the DaVinci family of S

[PATCH v2] reset: add support for non-DT systems

2018-02-13 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The reset framework only supports device-tree. There are some platforms however, which need to use it even in legacy, board-file based mode. An example of such architecture is the DaVinci family of SoCs which supports both device tree and legacy boot modes and we don't