Re: [PATCH 0/7] ARM: davinci: add genpd support

2018-02-19 Thread Bartosz Golaszewski
2018-02-18 4:41 GMT+01:00 David Lechner : > On 02/09/2018 06:42 AM, Sekhar Nori wrote: >> >> Hi David, >> >> On Thursday 08 February 2018 04:13 AM, David Lechner wrote: >>> >>> On 02/07/2018 07:45 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Hi Sekhar et al, >>

Re: [PATCH 0/7] ARM: davinci: add genpd support

2018-02-17 Thread David Lechner
On 02/09/2018 06:42 AM, Sekhar Nori wrote: Hi David, On Thursday 08 February 2018 04:13 AM, David Lechner wrote: On 02/07/2018 07:45 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Hi Sekhar et al, please take a look at the following patches. They add a simple genpd driver and use

Re: [PATCH 0/7] ARM: davinci: add genpd support

2018-02-09 Thread Sekhar Nori
Hi David, On Thursday 08 February 2018 04:13 AM, David Lechner wrote: > On 02/07/2018 07:45 AM, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> Hi Sekhar et al, >> >> please take a look at the following patches. They add a simple genpd >> driver and use it in DT mode on da850 boards

Re: [PATCH 0/7] ARM: davinci: add genpd support

2018-02-07 Thread David Lechner
On 02/07/2018 07:45 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Hi Sekhar et al, please take a look at the following patches. They add a simple genpd driver and use it in DT mode on da850 boards. I was trying to use genpd in legacy mode too, but couldn't find neither any interfac

[PATCH 0/7] ARM: davinci: add genpd support

2018-02-07 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Hi Sekhar et al, please take a look at the following patches. They add a simple genpd driver and use it in DT mode on da850 boards. I was trying to use genpd in legacy mode too, but couldn't find neither any interfaces nor users that would do that. For now I added a ch