Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-16 Thread Eric Anholt
Ulf Hansson writes: > On 16 December 2015 at 02:27, Krzysztof Kozlowski > wrote: >> 2015-12-16 10:11 GMT+09:00 Sebastian Reichel : >>> Hi, >>> >>> On Tue, Dec 15, 2015 at 04:53:31PM -0800, Eric Anholt wrote: >> There are 6 power domain drivers in >> arch/arm, 3 in drivers/clk, and 3

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-16 Thread Ulf Hansson
On 16 December 2015 at 02:27, Krzysztof Kozlowski wrote: > 2015-12-16 10:11 GMT+09:00 Sebastian Reichel : >> Hi, >> >> On Tue, Dec 15, 2015 at 04:53:31PM -0800, Eric Anholt wrote: >>> >>> What motivated the location of this power domain driver in >>> >>> arch/arm/mach-bcm? Should not we have this

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-16 Thread Eric Anholt
Ulf Hansson writes: > On 16 December 2015 at 02:27, Krzysztof Kozlowski > wrote: >> 2015-12-16 10:11 GMT+09:00 Sebastian Reichel : >>> Hi, >>> >>> On Tue, Dec 15, 2015 at 04:53:31PM -0800, Eric Anholt wrote: >> There are 6

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-16 Thread Ulf Hansson
On 16 December 2015 at 02:27, Krzysztof Kozlowski wrote: > 2015-12-16 10:11 GMT+09:00 Sebastian Reichel : >> Hi, >> >> On Tue, Dec 15, 2015 at 04:53:31PM -0800, Eric Anholt wrote: >>> >>> What motivated the location of this power domain driver in >>> >>>

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Krzysztof Kozlowski
2015-12-16 10:11 GMT+09:00 Sebastian Reichel : > Hi, > > On Tue, Dec 15, 2015 at 04:53:31PM -0800, Eric Anholt wrote: >> >>> What motivated the location of this power domain driver in >> >>> arch/arm/mach-bcm? Should not we have this in drivers/power/ or >> >>> somewhere in drivers/ at the very

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Sebastian Reichel
Hi, On Tue, Dec 15, 2015 at 04:53:31PM -0800, Eric Anholt wrote: > >>> What motivated the location of this power domain driver in > >>> arch/arm/mach-bcm? Should not we have this in drivers/power/ or > >>> somewhere in drivers/ at the very least? > >> > >> ls stronly suggests that power contains

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Eric Anholt
Florian Fainelli writes: > On 15/12/15 15:55, Eric Anholt wrote: >> Florian Fainelli writes: >> >>> On 15/12/15 13:40, Eric Anholt wrote: From: Alexander Aring This patch adds support for several power domains on Raspberry Pi, including USB (so it can be enabled even if

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Florian Fainelli
On 15/12/15 15:55, Eric Anholt wrote: > Florian Fainelli writes: > >> On 15/12/15 13:40, Eric Anholt wrote: >>> From: Alexander Aring >>> >>> This patch adds support for several power domains on Raspberry Pi, >>> including USB (so it can be enabled even if the bootloader didn't do >>> it), and

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Eric Anholt
Florian Fainelli writes: > On 15/12/15 13:40, Eric Anholt wrote: >> From: Alexander Aring >> >> This patch adds support for several power domains on Raspberry Pi, >> including USB (so it can be enabled even if the bootloader didn't do >> it), and graphics. >> >> This patch is the combined

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Florian Fainelli
On 15/12/15 13:40, Eric Anholt wrote: > From: Alexander Aring > > This patch adds support for several power domains on Raspberry Pi, > including USB (so it can be enabled even if the bootloader didn't do > it), and graphics. > > This patch is the combined work of Eric Anholt (who wrote USB

[PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Eric Anholt
From: Alexander Aring This patch adds support for several power domains on Raspberry Pi, including USB (so it can be enabled even if the bootloader didn't do it), and graphics. This patch is the combined work of Eric Anholt (who wrote USB support inside of the Raspberry Pi firmware driver, and

[PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Eric Anholt
From: Alexander Aring This patch adds support for several power domains on Raspberry Pi, including USB (so it can be enabled even if the bootloader didn't do it), and graphics. This patch is the combined work of Eric Anholt (who wrote USB support inside of the Raspberry Pi

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Florian Fainelli
On 15/12/15 13:40, Eric Anholt wrote: > From: Alexander Aring > > This patch adds support for several power domains on Raspberry Pi, > including USB (so it can be enabled even if the bootloader didn't do > it), and graphics. > > This patch is the combined work of Eric

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Eric Anholt
Florian Fainelli writes: > On 15/12/15 13:40, Eric Anholt wrote: >> From: Alexander Aring >> >> This patch adds support for several power domains on Raspberry Pi, >> including USB (so it can be enabled even if the bootloader didn't do >> it), and

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Florian Fainelli
On 15/12/15 15:55, Eric Anholt wrote: > Florian Fainelli writes: > >> On 15/12/15 13:40, Eric Anholt wrote: >>> From: Alexander Aring >>> >>> This patch adds support for several power domains on Raspberry Pi, >>> including USB (so it can be enabled

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Eric Anholt
Florian Fainelli writes: > On 15/12/15 15:55, Eric Anholt wrote: >> Florian Fainelli writes: >> >>> On 15/12/15 13:40, Eric Anholt wrote: From: Alexander Aring This patch adds support for several power domains on

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Krzysztof Kozlowski
2015-12-16 10:11 GMT+09:00 Sebastian Reichel : > Hi, > > On Tue, Dec 15, 2015 at 04:53:31PM -0800, Eric Anholt wrote: >> >>> What motivated the location of this power domain driver in >> >>> arch/arm/mach-bcm? Should not we have this in drivers/power/ or >> >>> somewhere in drivers/

Re: [PATCH v3 2/4] ARM: bcm2835: add rpi power domain driver

2015-12-15 Thread Sebastian Reichel
Hi, On Tue, Dec 15, 2015 at 04:53:31PM -0800, Eric Anholt wrote: > >>> What motivated the location of this power domain driver in > >>> arch/arm/mach-bcm? Should not we have this in drivers/power/ or > >>> somewhere in drivers/ at the very least? > >> > >> ls stronly suggests that power contains