Re: [PATCH] ARM: dts: imx6qdl: phycore: Remove emmc vmmc-supply

2019-12-05 Thread Stefan Riedmüller
Hi, On 05.12.19 09:37, Ahmad Fatoum wrote: Hello, On 12/5/19 9:07 AM, Sascha Hauer wrote: On Tue, Dec 03, 2019 at 02:48:41PM +0100, Stefan Riedmueller wrote: There is no driver for the eMMC's vmmc-supply regulator in the barebox. Use a dummy regulator instead by simply deleting the

Re: [PATCH] ARM: dts: imx6qdl: phycore: Remove emmc vmmc-supply

2019-12-05 Thread Ahmad Fatoum
Hi, On 12/5/19 2:08 PM, Stefan Riedmüller wrote: > What about regulators that are marked as regulator-always-on but need voltage > adjustments? Or isn't this a real use case for the bootloader? If someone absolutely need the voltage adjustments, they'll have to implement a proper regulator

[PATCH v2 2/4] dts/scripts: use #!/usr/bin/env bash shebang instead of #!/bin/bash

2019-12-05 Thread Florian Klink
Some distributions might not have bash in /bin, but in $PATH. Using #!/usr/bin/env bash solves this, and is consistent with how the perl and python shebangs look like in the tree. --- dts/scripts/cronjob | 2 +- dts/scripts/index-filter.sh | 2 +-

[PATCH v2 3/4] docs: use #!/usr/bin/env bash shebang instead of #!/bin/bash

2019-12-05 Thread Florian Klink
Some distributions might not have bash in /bin, but in $PATH. Using #!/usr/bin/env bash solves this, and is consistent with how the perl and python shebangs look like in the tree. --- Documentation/user/usb.rst | 2 +- MAKEALL| 2 +- 2 files changed, 2 insertions(+), 2

[PATCH v2 1/4] scripts: use #!/usr/bin/env bash shebang instead of #!/bin/bash

2019-12-05 Thread Florian Klink
Some distributions might not have bash in /bin, but in $PATH. Using #!/usr/bin/env bash solves this, and is consistent with how the perl and python shebangs look like in the tree. --- scripts/canon-a1100-image| 4 +++- scripts/check_size | 2 +- scripts/dfuboot.sh

[PATCH v2 4/4] docs: use #!/usr/bin/env python shebang instead of #!/usr/bin/python

2019-12-05 Thread Florian Klink
Some distributions might not have python in /usr/bin, but in $PATH. Using #!/usr/bin/env python solves this, and is consistent with how the other perl and python shebangs look like in the tree. --- Documentation/gen_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 3/3] remoteproc: add .stop device parameter for stopping remote processor

2019-12-05 Thread Sascha Hauer
On Wed, Dec 04, 2019 at 02:07:48PM +0100, Ahmad Fatoum wrote: > Hello Sascha, > > On 11/25/19 9:28 AM, Sascha Hauer wrote: > > I would assume that when I can stop the remote processor with this > > parameter I should be able to start it here as well, no? > > I've yet to think some more about

Re: [PATCH] ARM: dts: imx6qdl: phycore: Remove emmc vmmc-supply

2019-12-05 Thread Sascha Hauer
Hi Stefan, On Tue, Dec 03, 2019 at 02:48:41PM +0100, Stefan Riedmueller wrote: > There is no driver for the eMMC's vmmc-supply regulator in the barebox. > Use a dummy regulator instead by simply deleting the vmmc-supply > property. > > Signed-off-by: Stefan Riedmueller > --- >

Re: [PATCH] ARM: dts: imx6qdl: phycore: Remove emmc vmmc-supply

2019-12-05 Thread Ahmad Fatoum
Hello, On 12/5/19 9:07 AM, Sascha Hauer wrote: > On Tue, Dec 03, 2019 at 02:48:41PM +0100, Stefan Riedmueller wrote: >> There is no driver for the eMMC's vmmc-supply regulator in the barebox. >> Use a dummy regulator instead by simply deleting the vmmc-supply >> property. >> >> Signed-off-by: