Re: [PATCH v4 1/8] ARM: dts: Exynos542x/5800: add cluster regulator supply properties

2015-12-08 Thread Markus Reichl
--- a/arch/arm/boot/dts/exynos5422-odroidxu4.dts > +++ b/arch/arm/boot/dts/exynos5422-odroidxu4.dts > @@ -32,6 +32,14 @@ > }; > }; > > + { > + cpu-supply = <_reg>; > +}; > + > + { > + cpu-supply = <_reg>; > +}; > + > { >

Re: [PATCH v3 0/10] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms

2015-12-07 Thread Markus Reichl
Hi, I have tested this patch set on Odroid-XU4 and get: [2.140821] cpu cpu0: Looking up cpu-cluster.1-supply from device tree [2.142780] cpu cpu0: bL_cpufreq_init: CPU 0 initialized [2.146858] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to

Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers

2015-10-21 Thread Markus Reichl
art logic and the card shouldn't be > left in an unknown state. > > So the problem here is not that the system is not being reset (that I > think that works) but that on reboot, the system is not able to boot > again since the ROM is not able to read the second stage bootloader. > > Mark

Re: [PATCH 0/7] Switch to generic syscon regmap based drivers

2015-10-20 Thread Markus Reichl
ig: https://raw.githubusercontent.com/tobiasjakobi/odroid-environment/master/sourcecode/system/vanilla-4.3-debug.conf halt -p works (power goes down to 0W) reboot does not work, stuck at 0.5W, right after "systemd-shutdown[1]: rebooting". reboot did work with 4.3.0-rc3 from above repo (witho

Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers

2015-10-20 Thread Markus Reichl
Am Dienstag, 20. Oktober 2015, 21:22:05 schrieb Alim Akhtar: > On Tue, Oct 20, 2015 at 9:17 PM, Alim Akhtar <alim.akh...@gmail.com> wrote: > > Hi Markus, > > > > On Tue, Oct 20, 2015 at 8:29 PM, Markus Reichl <m.rei...@fivetechno.de> > > wrote: > >

Re: [PATCH v2 0/6] Switch to generic syscon regmap based drivers

2015-10-20 Thread Markus Reichl
ay with make exynos_defconfig on Odroid U3. "halt -p" worked (power 0.0W). "reboot" got stuck at 0.5W. Without your patch set reboot worked. Thanks, -- Markus Reichl -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv6 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base

2015-06-15 Thread Markus Reichl
linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de This does not look right. You put this Tested-by since beginning of this patchset (v1) but first it was LDO10. Then you proposed LDO18 and now you use LDO7 from my suggestion. Which of this was tested by Markus because I

[RESEND] [PATCH 1/1] ARM: dts: Add LEDs on odroid XU3 board

2015-04-13 Thread Markus Reichl
This patch adds the RGB-LED on XU3 as 3 gpio-leds. It is derived from hardkernel's 3.10 tree. Tested-by: Anand Moon linux.am...@gmail.com Signed-off-by: Markus Reichl m.rei...@fivetechno.de --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 24 1 file changed, 24

Re: [PATCH 1/1] ARM: dts: Add HS400 support for exynos5422-odroidxu3

2015-04-07 Thread Markus Reichl
Hi, the base patch in [0] has been applied now. My patch was meanwhile Tested-by: Anand Moon linux.am...@gmail.com Am 31.03.2015 um 14:27 schrieb Markus Reichl: Am 30.03.2015 um 17:51 schrieb Markus Reichl: HS400 timing values are added for exynos5422-odroidxu3 board. --- This patch

[PATCH 1/1] ARM: dts: Add LEDs on odroid XU3 board.

2015-04-02 Thread Markus Reichl
This patch adds the RGB-LED on XU3 as 3 gpio-leds. It is derived from hardkernel's 3.10 tree. Signed-off-by: Markus Reichl m.rei...@fivetechno.de --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts

Re: Exynos5422 odroidxu3 pwm-fan control using thermal sensors

2015-04-02 Thread Markus Reichl
in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html MarkusTested-by: Markus Reichl m.rei...@fivetechno.de Best Regards, --- Markus Reichl -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc

[PATCH V4 2/2] ARM: dts: exynos5422-odroidxu3: add 'rtc_src' clock to rtc node

2015-03-31 Thread Markus Reichl
phandle. Changes since v1: 1. Dropped Documentation. 2. Split into 2 parts. Signed-off-by: Markus Reichl m.rei...@fivetechno.de --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts

Re: [PATCH V4 2/2] ARM: dts: exynos5422-odroidxu3: add 'rtc_src' clock to rtc node

2015-03-31 Thread Markus Reichl
Am 31.03.2015 um 14:00 schrieb Javier Martinez Canillas: Hello Markus, On 03/31/2015 01:48 PM, Markus Reichl wrote: The Exynos5422 SoC has a s3c6410 RTC where the source clock is now a mandatory property. This patch fixes probe failure of s3c-rtc on Odroid-XU3 boards. It is based on v4.0

Re: [PATCH 1/1] ARM: dts: Add HS400 support for exynos5422-odroidxu3

2015-03-31 Thread Markus Reichl
Am 30.03.2015 um 17:51 schrieb Markus Reichl: HS400 timing values are added for exynos5422-odroidxu3 board. --- This patch is analog to [0]. This patch needs [0] for the pin-ctrl definition of sd0_rclk. [0]: https://www.mail-archive.com/linux-samsung-soc%40vger.kernel.org/msg42902.html

[PATCH V4 1/2] ARM: dts: Add bindings for 32kHz clocks from s2mps11

2015-03-31 Thread Markus Reichl
This creates include/dt-bindings/clock/samsung,s2mps11.h with the three 32kHz clock outputs from the s2mps11 mfd. Signed-off-by: Markus Reichl m.rei...@fivetechno.de Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Changes since v3: None Changes since v2: None Changes since v1

[PATCH V2 1/2] ARM: dts: Add bindings for 32kHz clocks from s2mps11

2015-03-30 Thread Markus Reichl
This creates include/dt-bindings/clock/samsung,s2mps11.h with the three 32kHz clock outputs from the s2mps11 mfd. Signed-off-by: Markus Reichl m.rei...@fivetechno.de --- Changes since v1: 1. Dropped Documentation. 2. Split into 2 parts. --- include/dt-bindings/clock/samsung,s2mps11.h | 23

[PATCH V2 2/2] ARM: dts: exynos5422-odroidxu3: add 'rtc_src' clock to rtc node

2015-03-30 Thread Markus Reichl
The Exynos5422 SoC has a s3c6410 RTC where the source clock is now a mandatory property. This patch fixes probe failure of s3c-rtc on Odroid-XU3 boards. It is based in v4.0-rc2. Tested-by: Anand Moon linux.am...@gmail.com Signed-off-by: Markus Reichl m.rei...@fivetechno.de --- Changes since v1

[PATCH 1/1] ARM: dts: exynos5422-odroidxu3: add 'rtc_src' clock to rtc node

2015-03-30 Thread Markus Reichl
The Exynos5422 SoC has a s3c6410 RTC where the source clock is now a mandatory property. This patch fixes probe failure of s3c-rtc on Odroid-XU3 boards. It is based in v4.0-rc2. Signed-off-by: Markus Reichl m.rei...@fivetechno.de Tested-by: Anand Moon linux.am...@gmail.com --- .../devicetree

[PATCH V3 1/2] ARM: dts: Add bindings for 32kHz clocks from s2mps11

2015-03-30 Thread Markus Reichl
This creates include/dt-bindings/clock/samsung,s2mps11.h with the three 32kHz clock outputs from the s2mps11 mfd. Signed-off-by: Markus Reichl m.rei...@fivetechno.de Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Changes since v2: None Changes since v1: 1. Dropped Documentation

[PATCH V3 2/2] ARM: dts: exynos5422-odroidxu3: add 'rtc_src' clock to rtc node

2015-03-30 Thread Markus Reichl
The Exynos5422 SoC has a s3c6410 RTC where the source clock is now a mandatory property. This patch fixes probe failure of s3c-rtc on Odroid-XU3 boards. It is based in v4.0-rc2. Signed-off-by: Markus Reichl m.rei...@fivetechno.de --- Changes since v2: 1. Dropped unused phandle. Changes since v1

[PATCH 1/1] ARM: dts: Add HS400 support for exynos5422-odroidxu3

2015-03-30 Thread Markus Reichl
HS400 timing values are added for exynos5422-odroidxu3 board. --- This patch is analog to [0]. This patch needs [0] for the pin-ctrl definition of sd0_rclk. [0]: https://www.mail-archive.com/linux-samsung-soc%40vger.kernel.org/msg42902.html Signed-off-by: Markus Reichl m.rei...@fivetechno.de