Re: [RFCv2 2/2] rpi: add support to enable usb power domain

2015-11-13 Thread Alexander Aring
On Thu, Nov 05, 2015 at 08:15:35AM +0100, Stefan Wahren wrote: ... > >+bool "Raspberry Pi power domain driver" > >+depends on ARCH_BCM2835 > >+depends on RASPBERRYPI_FIRMWARE > >+select PM_GENERIC_DOMAINS if PM > > Since PM_GENERIC_DOMAINS_OF depends on PM_GENERIC_DOMAINS this line

Re: [RFCv2 2/2] rpi: add support to enable usb power domain

2015-11-05 Thread Alexander Aring
On Thu, Nov 05, 2015 at 08:15:35AM +0100, Stefan Wahren wrote: > Hi Alexander, > > i think this subject should better start with "ARM:". > ok. I will change every thing which you recognised. Thanks. - Alex -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of

Re: [RFCv2 2/2] rpi: add support to enable usb power domain

2015-11-05 Thread Alexander Aring
Hi, On Thu, Nov 05, 2015 at 07:35:10AM -0600, Rob Herring wrote: > On Tue, Nov 03, 2015 at 11:45:11PM +0100, Alexander Aring wrote: ... > > > > diff --git > > a/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-power.txt > > b/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bc

Re: [RFCv2 2/2] rpi: add support to enable usb power domain

2015-11-05 Thread Rob Herring
On Tue, Nov 03, 2015 at 11:45:11PM +0100, Alexander Aring wrote: > This patch adds support for RPi several Power Domains and enable support > to enable the USB Power Domain when it's not enabled before. > > This patch based on Eric Anholt's patch to support Power Domains. He had > an issue about -

Re: [RFCv2 2/2] rpi: add support to enable usb power domain

2015-11-04 Thread Stefan Wahren
Hi Alexander, i think this subject should better start with "ARM:". Am 03.11.2015 um 23:45 schrieb Alexander Aring: This patch adds support for RPi several Power Domains and enable support to enable the USB Power Domain when it's not enabled before. This patch based on Eric Anholt's patch to s

[RFCv2 2/2] rpi: add support to enable usb power domain

2015-11-03 Thread Alexander Aring
This patch adds support for RPi several Power Domains and enable support to enable the USB Power Domain when it's not enabled before. This patch based on Eric Anholt's patch to support Power Domains. He had an issue about -EPROBE_DEFER inside the power domain subsystem, this issue was solved by co