[PATCH] ARM: Exynos5420: dt: Fixed the checkpatch.pl WARNING misspelled

2015-03-20 Thread Anand Moon
Changes fixes the misspelled of #interrups-cell. arch/arm/boot/dts/exynos5420.dtsi:224: WARNING: 'interrups' may be misspelled - perhaps 'interrupts'? Tested on OdroidXU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5420.dtsi | 2 +- 1 file

[PATCH 5/6] pwm: samsung: Fix output race on disabling

2015-03-26 Thread Anand Moon
on disable. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk Signed-off-by: Anand Moon linux.am...@gmail.com --- drivers/pwm/pwm-samsung.c | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/drivers/pwm/pwm-samsung.c b/drivers/pwm/pwm

[PATCH 1/6] ARM: dts :exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board.

2015-03-26 Thread Anand Moon
Add pwm-fan node to the OdroidXU3 board. Tested on OdroidXU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot

[PATCH 3/6] ARM:dts exynos5422 Update the thermal sensor for tmu_cpu0

2015-03-26 Thread Anand Moon
Move the registration of thermal sensors for tmu_cpu0 from exynos5420.dtsi to exynos5-cpu-thermal.dtsi, to avoid duplicate registration of the sensors. Tested on OdroidXU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5-cpu-thermal.dtsi | 58

[PATCH 2/6] ARM: dts exynos5420 update the cooling cells for core cpu0

2015-03-26 Thread Anand Moon
update the cooling level for cpu0 to avoid following message. root@odroidxu3:~# dmesg | grep ther [0.241511] /thermal-zones/cpu-thermal/cooling-maps/map0: could not get #cooling-cells for /cpus/cpu@0 Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot

[PATCH 6/6] hwmon: pwm-fan: Update the duty cycle inorder to control the pwm-fan

2015-03-26 Thread Anand Moon
Below changes depend on following patch. https://patchwork.kernel.org/patch/5944061/ Update the pwm_config with duty then update the pwm_disable to poweroff the cpu fan. Tested on OdroidXU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com --- drivers/hwmon/pwm-fan.c | 10 -- 1

[PATCH 4/6] ARM: dts: OdroidXU3: Enable TMU at Exynos5422 base.

2015-03-26 Thread Anand Moon
This commit enables TMU IP block on the Exynos5422 OdroidXU3 device. Tested on OdroidXU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts

Exynos5422 odroidxu3 pwm-fan control using thermal sensors

2015-03-26 Thread Anand Moon
This work depeds upon work done by Lukasz Majewski l.majew...@samsung.com and Sjoerd Simons sjoerd.sim...@collabora.co.uk regarding the pwm-fan. -Anand Moon -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform

2015-04-23 Thread Anand Moon
to handle kernel paging request at virtual address ac22254f [ 27.660633] Unable to handle kernel paging request at virtual address 76688788 -Anand Moon On 22 April 2015 at 23:07, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: On Tuesday, April 21, 2015 04:45:56 PM Kevin Hilman wrote

[PATCHv2] clk samsung exynos5420 add CLK_RECALC_NEW_RATES flag to mout_apll and mout_kpll clock.

2015-05-08 Thread Anand Moon
/lkml/2015/4/3/388 Tested on OdroidXU3 Board - Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- drivers/clk/samsung/clk-exynos5420.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCHv5 4/5] ARM: dts: exynos5420 update the cooling cells for core cpu0

2015-05-13 Thread Anand Moon
On 13 May 2015 at 13:01, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-05-13 15:36 GMT+09:00 Anand Moon linux.am...@gmail.com: update the cooling level for cpu0 to avoid following message. Capitalize sentence. In commit subject add missing colon after exynos5420. root@odroidxu3

[PATCHv5 5/5] ARM: dts: Enable thermal_zone for exynos5422-odroidxu3

2015-05-13 Thread Anand Moon
Include exynos5-cpu-thermal.dtsi to enable thermal_zone support. Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 1 + 1 file changed, 1 insertion

[PATCH] pwm: Add clk enable/disable for pwm_samsung_enable/pwm_samsung_disable

2015-04-14 Thread Anand Moon
It's safe to disable the clk when we following. pwm_config(pwm, 0, period); pwm_disable(pwm); And enable clk when we do following. pwm_config(pwm, duty, period); pwm_enable(pwm); Tested on OdroidXU3 Board. Signed-off-by: Anand Moon linux.am...@gmail.com

[PATCH v3 2/6] ARM: dts: OdroidXU3: Enable TMU at Exynos5422 base.

2015-04-12 Thread Anand Moon
This commit enables TMU IP block on the Exynos5422 OdroidXU3 device. Tested on OdroidXU3 board. Changes since v1 : None Changes since v2 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com

[PATCH v3 1/6] ARM: dts :exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board.

2015-04-12 Thread Anand Moon
Add pwm-fan node to the OdroidXU3 board. Tested on OdroidXU3 board. Changes since v1 : None Changes since v2 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422

v3 Exynos5422 odroidxu3 pwm-fan control using thermal sensors

2015-04-12 Thread Anand Moon
-on-disabling.patch 0006-hwmon-pwm-fan-Update-the-duty-cycle-inorder-to-contr.patch changes from v2 Added patch 0006-hwmon-pwm-fan-Update-the-duty-cycle-inorder-to-contr.patch -Anand Moon -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord

[PATCH v3 5/6] ARM: dts: Enable thermal_zone for exynos5422.

2015-04-12 Thread Anand Moon
Include exynos5-cpu-thermal.dtsi to enable thermal_zone support. Changes since v1 : Seperate the include previous patch. Changes since v2 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com

[PATCH v3 4/6] ARM: dts exynos5420 update the cooling cells for core cpu0

2015-04-12 Thread Anand Moon
: None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5420.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts

[PATCH v3 6/6] hwmon: pwm-fan: Update the duty cycle inorder to control the pwm-fan

2015-04-12 Thread Anand Moon
Signed-off-by: Anand Moon linux.am...@gmail.com --- drivers/hwmon/pwm-fan.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/hwmon/pwm-fan.c b/drivers/hwmon/pwm-fan.c index 7c83dc4..f25c841 100644 --- a/drivers/hwmon/pwm-fan.c +++ b/drivers/hwmon/pwm-fan.c

[PATCH v3 3/6] ARM: dts: define default thermal-zones for exynos5

2015-04-12 Thread Anand Moon
Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5-cpu-thermal.dtsi | 59 ++ 1 file changed, 59 insertions(+) create mode 100644 arch/arm/boot/dts/exynos5-cpu

Re: [PATCH v3 6/6] hwmon: pwm-fan: Update the duty cycle inorder to control the pwm-fan

2015-04-12 Thread Anand Moon
hi Guenter, I am referring to #linux/drivers/pwm/pwm-samsung.c Will update the comment. -Anand Moon On 12 April 2015 at 20:37, Guenter Roeck li...@roeck-us.net wrote: On 04/12/2015 07:54 AM, Anand Moon wrote: In order to disable the PWM we need to update using following sequence

v4 Exynos5422 odroidxu3 pwm-fan control using thermal sensors

2015-04-12 Thread Anand Moon
-cycle-inorder-to-contr.patch changes from v3 Simpilfy the commment in the patch. -Anand Moon -- 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

[PATCH v4 5/6] ARM: dts: Enable thermal_zone for exynos5422.

2015-04-12 Thread Anand Moon
Include exynos5-cpu-thermal.dtsi to enable thermal_zone support. Changes since v1 : Separate the include previous patch. Changes since v2 : None Changes since v3 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon

[PATCH v4 2/6] ARM: dts: OdroidXU3: Enable TMU at Exynos5422 base.

2015-04-12 Thread Anand Moon
This commit enables TMU IP block on the Exynos5422 OdroidXU3 device. Tested on OdroidXU3 board. Changes since v1 : None Changes since v2 : None Changes since v3 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon

[PATCH v4 1/6] ARM: dts :exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board.

2015-04-12 Thread Anand Moon
Add pwm-fan node to the OdroidXU3 board. Tested on OdroidXU3 board. Changes since v1 : None Changes since v2 : None Changes since v3 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch

[PATCH v4 6/6] hwmon: pwm-fan: Update the duty cycle inorder to control the pwm-fan

2015-04-12 Thread Anand Moon
m.rei...@fivetechno.de Reviewed-by: Lukasz Majewski l.majew...@samsung.com Reviewed-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk Signed-off-by: Anand Moon linux.am...@gmail.com --- drivers/hwmon/pwm-fan.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/hwmon/pwm

[PATCH v4 4/6] ARM: dts exynos5420 update the cooling cells for core cpu0

2015-04-12 Thread Anand Moon
: None Changes since v3 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5420.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi

[PATCH v4 3/6] ARM: dts: define default thermal-zones for exynos5

2015-04-12 Thread Anand Moon
Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5-cpu-thermal.dtsi | 59 ++ 1 file changed, 59 insertions(+) create mode 100644 arch/arm/boot

Re: [PATCH] pwm: Add clk enable/disable for pwm_samsung_enable/pwm_samsung_disable

2015-04-15 Thread Anand Moon
hi Sjoerd, Are you referring to handle of polarity (PWM_POLARITY_NORMAL/PWM_POLARITY_INVERSED) during enable and disable. How can I analyses if the clock is high and low. -Anand Moon On 15 April 2015 at 14:04, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Wed, 2015-04-15 at 03:35

Re: [PATCH 5/6] pwm: samsung: Fix output race on disabling

2015-04-08 Thread Anand Moon
Hi Sjoerd, Correct. Will do so. I just included in this series. As it relevant to my changes and testing. -Anand Moon On 8 April 2015 at 14:12, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Wed, 2015-04-08 at 10:28 +0200, Lukasz Majewski wrote: Hi Anand, From: Sjoerd Simons

Re: [PATCH 3/6] ARM:dts exynos5422 Update the thermal sensor for tmu_cpu0

2015-04-08 Thread Anand Moon
Hi Lukasz, I have Odroidxu3 board with fan. Odroid xu3 board and run on high temperature. As per my understating as the sensors temperature cross the first alert it triggers fan to run. I was doing some stress testing to trigger this overheating with my changes. -Anand Moon On 8 April 2015

Re: [PATCH 3/6] ARM:dts exynos5422 Update the thermal sensor for tmu_cpu0

2015-04-08 Thread Anand Moon
▒°C) I have observed cpu shutdown as we do test pm-qa thermal testing. So I propose the temperature values to be 5, 65000 ,8 and 85000 Critical temperature. Please share your thoughts. -Anand Moon On 8 April 2015 at 13:32, Lukasz Majewski l.majew...@samsung.com wrote: Hi Anand, Move

Re: [PATCH 6/6] hwmon: pwm-fan: Update the duty cycle inorder to control the pwm-fan

2015-04-08 Thread Anand Moon
and then stop's I have observed this state change with tmon utility in linux/tools/thermal/tmon/ -Anand Moon On 8 April 2015 at 21:02, Guenter Roeck li...@roeck-us.net wrote: On Wed, Apr 08, 2015 at 10:44:15AM +0200, Lukasz Majewski wrote: Hi Anand, Below changes depend on following patch

Re: [PATCH 6/6] hwmon: pwm-fan: Update the duty cycle inorder to control the pwm-fan

2015-04-08 Thread Anand Moon
Moon On 8 April 2015 at 22:23, Guenter Roeck li...@roeck-us.net wrote: On Wed, Apr 08, 2015 at 09:32:05PM +0530, Anand Moon wrote: Hi Guenter, Initially the board bootup the cooling level state is 0. So update the duty cycle and this power off the fan. As their is no state change the fan

[PATCH v2 2/5] ARM: dts: OdroidXU3: Enable TMU at Exynos5422 base.

2015-04-09 Thread Anand Moon
This commit enables TMU IP block on the Exynos5422 OdroidXU3 device. Tested on OdroidXU3 board. Changes since v1 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts

[PATCH v2 1/5] ARM: dts :exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board.

2015-04-09 Thread Anand Moon
Add pwm-fan node to the OdroidXU3 board. Tested on OdroidXU3 board. Changes since v1 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 16

[PATCH v2 5/5] ARM: dts: Enable thermal_zone for exynos5422.

2015-04-09 Thread Anand Moon
Include exynos5-cpu-thermal.dtsi to enable thermal_zone support. Changes since v1 : Seperate the include previous patch. Tested-by: Markus Reichl m.rei...@fivetechno.de Reviewed-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts

[PATCH v2 4/5] ARM: dts exynos5420 update the cooling cells for core cpu0

2015-04-09 Thread Anand Moon
Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5420.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index

[PATCH v2 3/5] ARM: dts: define default thermal-zones for exynos5

2015-04-09 Thread Anand Moon
Reviewed-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5-cpu-thermal.dtsi | 59 ++ 1 file changed, 59 insertions(+) create mode 100644 arch/arm/boot/dts/exynos5-cpu-thermal.dtsi diff --git a/arch

v2 Exynos5422 odroidxu3 pwm-fan control using thermal sensors

2015-04-09 Thread Anand Moon
-on-disabling.patch 0006-hwmon-pwm-fan-Update-the-duty-cycle-inorder-to-contr.patch -Anand Moon -- 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

[PATCHv2 2/2] ARM: exynos_defconfig: Enable CONFIG_LEDS_PWM for Odroid-XU3

2015-06-07 Thread Anand Moon
Enable CONFIG_LEDS_PWM amd CONFIG_LEDS_TRIGGER_HEARTBEAT for Odroid-XU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/configs/exynos_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig

[PATCHv2 1/2] ARM: exynos_defconfig: Enable CONFIG_SND_SOC_ODROIDX2 for Odroid-XU3

2015-06-07 Thread Anand Moon
mapping ok [6.068392] s5m-rtc s2mps14-rtc: setting system clock to 2015-06-07 12:51:06 UTC (1433681466) [6.123650] ALSA device list: [6.135203] #0: Odroid-XU3 Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/configs/exynos_defconfig | 2 ++ 1 file changed, 2 insertions

[RESEND] ARM: dts: odroidxu3: Enable USB3 regulators

2015-06-07 Thread Anand Moon
[3.917578] usb@1240 supply vdd33 not found, using dummy regulator [3.922731] exynos-dwc3 usb@1240: Looking up vdd10-supply from device tree [3.922747] exynos-dwc3 usb@1240: Looking up vdd10-supply property in node /usb@1240 failed Signed-off-by: Anand Moon linux.am...@gmail.com

[RESEND 2/2] usb: ohci-exynos: Make provision for vdd regulators

2015-06-07 Thread Anand Moon
ensuring now that the controller driver requests the necessary VDD regulators (if available, unless there are direct VDD rails), and enable them so as to make them working. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com Cc: Jingoo Han jg1

[RESEND 1/2] usb: ehci-exynos: Make provision for vdd regulators

2015-06-07 Thread Anand Moon
. So ensuring now that the controller driver requests the necessary VDD regulators (if available, unless there are direct VDD rails), and enable them so as to make them working. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com Cc: Jingoo Han jg1

Re: [PATCHv2 1/2] ARM: exynos_defconfig: Enable CONFIG_SND_SOC_ODROIDX2 for Odroid-XU3

2015-06-08 Thread Anand Moon
Hi, On 9 June 2015 at 05:20, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 08.06.2015 02:03, Anand Moon wrote: Enable CONFIG_SND_SOC_ODROIDX2 and CONFIG_SND_SIMPLE_CARD to enable sound on Odroid-XU3 board. Below is the output of boot log. [6.021550] max98090 5-0010: MAX98090

Re: [PATCHv2 2/2] ARM: exynos_defconfig: Enable CONFIG_LEDS_PWM for Odroid-XU3

2015-06-08 Thread Anand Moon
Hi On 9 June 2015 at 05:26, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 08.06.2015 02:03, Anand Moon wrote: Enable CONFIG_LEDS_PWM amd CONFIG_LEDS_TRIGGER_HEARTBEAT for Odroid-XU3 board. I am a little confused. This is v2. I found version 3, a little different: http

[PATCHv2] ARM: exynos_defconfig: Enable CONFIG_SND_SOC_ODROIDX2 for Odroid-XU3

2015-06-08 Thread Anand Moon
Enable CONFIG_SND_SOC_ODROIDX2 and CONFIG_SND_SIMPLE_CARD to enable sound on Odroid-XU3 board using the max98090 audio codec. Signed-off-by: Anand Moon linux.am...@gmail.com Reviewed-by: Lukasz Majewski l.majew...@samsung.com --- Changes v2: Fixed the commit log. Signed-off-by: Anand Moon

Re: [PATCH] ARM: dts: odroidxu3: Enable USB3 regulators

2015-06-06 Thread Anand Moon
On 30 May 2015 at 19:23, Anand Moon linux.am...@gmail.com wrote: On 28 May 2015 at 14:49, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 28.05.2015 17:58, Anand Moon wrote: Enable regulator for usbdrd3_0 and usbdrd3_1 From the schematic pin diagram USB3_0 and USB3_1 is regulated by LDO9

Re: [PATCHv3] ARM: dts: odroidxu3: Enable USB3 regulators

2015-06-06 Thread Anand Moon
On 7 June 2015 at 08:02, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: W dniu 29.05.2015 o 23:30, Anand Moon pisze: Enable regulator for usbdrd3_0 and usbdrd3_1. Looking at the schematic pin diagram for MAX77802 USB3_0 and USB3_1 is regulated by LDO9 and LD011. Fix the boot message

Re: [RESEND 1/2] usb: ehci-exynos: Make provision for vdd regulators

2015-06-07 Thread Anand Moon
Hi Krzysztof , On 8 June 2015 at 07:40, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 07.06.2015 22:20, Anand Moon wrote: Facilitate getting required 3.3V and 1.0V VDD supply for EHCI controller on Exynos. With the patches for regulators' nodes merged in 3.15: c8c253f ARM: dts: Add

Re: [RESEND 1/2] usb: ehci-exynos: Make provision for vdd regulators

2015-06-08 Thread Anand Moon
On 8 June 2015 at 10:58, Vivek Gautam gautam.vi...@samsung.com wrote: Hi, On Monday, June 08, 2015 10:44 AM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: my apologies for being late in replying to this thread. 2015-06-08 13:21 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi

[PATCH] ARM: dts: exynos5422-odroidxu3: Add ramp delay for regulators

2015-06-18 Thread Anand Moon
Adds ramp delay for the vdd_ldo9, vdd_ldo13, vdd_ldo15 and vdd_sd regulator. Changes removes warning ramp_delay not set for all the above regulator. Signed-off-by: Anand Moon linux.am...@gmail.com --- Changes based on https://github.com/krzk/linux.git branch dt-for-next Console message

[PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Anand Moon
Added .shutdown function to s2mps11 to help poweroff the board succefully. The device drivers set the register to turn off the PMIC. Signed-off-by: Anand Moon linux.am...@gmail.com --- Changes fixes the poweroff root@odroidxu3:~# poweroff Broadcast message from root@odroidxu3 (/dev

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Anand Moon
Hi Krzysztof, On 24 June 2015 at 13:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 16:16 GMT+09:00 Anand Moon linux.am...@gmail.com: Added .shutdown function to s2mps11 to help poweroff the board succefully. s/succefully/successfully/ The device drivers set the register

Re: exynos4412: Audio dies after one day on kernel 4.0

2015-06-22 Thread Anand Moon
Hi Krzysztof On 23 June 2015 at 05:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 23.06.2015 01:00, Anand Moon wrote: Hi Krzysztof On 13 June 2015 at 13:45, Krzysztof Kozlowski k.kozlow...@samsung.com mailto:k.kozlow...@samsung.com wrote: 2015-06-13 14:47 GMT+09:00 Krzysztof

[PATCHv6 1/4] ARM: dts: exynos5422-odroidxu3: Add pwm-fan node

2015-06-14 Thread Anand Moon
Add pwm-fan node to the Odroid-XU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Changes rebase on git://git.kernel.org/pub/scm

[PATCHv6 3/4] ARM: dts: exynos5422-odroidxu3: Define default thermal-zones

2015-06-14 Thread Anand Moon
Trip points corresponding to the one defined in the exynos_tmu_data.c for Exynos5422 have been included so define thermal-zones attribute. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Acked

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

2015-06-14 Thread Anand Moon
This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux

[PATCHv6 4/4] ARM: dts: exynos5422-odroidxu3: Enable thermal-zones

2015-06-14 Thread Anand Moon
Include exynos5422-cpu-thermal.dtsi to enable thermal_zone support. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + 1 file changed, 1

Re: [PATCHv5 1/5] ARM: dts: exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board

2015-06-13 Thread Anand Moon
hi Krzysztof, I will send an update version soon. -Anand Moon On 14 June 2015 at 11:01, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-05-13 16:46 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi Krzysztof, Will make the changes. Thanks for the review. Hi Anand, Do you plan

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

2015-06-14 Thread Anand Moon
hi Krzysztof On 15 June 2015 at 05:41, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 14.06.2015 19:24, Anand Moon wrote: This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei

[PATCHv7 3/4] ARM: dts: exynos5422-odroidxu3: Define default thermal-zones

2015-06-14 Thread Anand Moon
Trip points corresponding to the one defined in the exynos_tmu_data.c for Exynos5422 have been included so define thermal-zones attribute. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Acked

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

2015-06-14 Thread Anand Moon
This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Acked-by: Lukasz Majewski l.majew...@samsung.com --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next Changes from v5 and v6

[PATCHv7 1/4] ARM: dts: exynos5422-odroidxu3: Add pwm-fan node

2015-06-14 Thread Anand Moon
Add pwm-fan node to the Odroid-XU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

[PATCHv7 4/4] ARM: dts: exynos5422-odroidxu3: Enable thermal-zones

2015-06-14 Thread Anand Moon
Include exynos5422-cpu-thermal.dtsi to enable thermal_zone support. Signed-off-by: Anand Moon linux.am...@gmail.com Acked-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + 1 file changed

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

2015-06-14 Thread Anand Moon
hi Krzysztof On 15 June 2015 at 05:21, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 14.06.2015 19:24, Anand Moon wrote: This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei

[PATCHv2] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-29 Thread Anand Moon
branch work-next/odroid-xu3-s2mps11-irq. v2 - Fixed the comment. --- Tested-by: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts

Re: [PATCH] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-29 Thread Anand Moon
On 28 May 2015 at 14:49, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 28.05.2015 17:58, Anand Moon wrote: Enable regulator for usbdrd3_0 and usbdrd3_1 From the schematic pin diagram USB3_0 and USB3_1 is regulated by LDO9 and LD011. Please reformat statement above to proper sentence(s

[PATCH] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-28 Thread Anand Moon
-xu3-s2mps11-irq --- Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts index 27014bb..a353a58 100644

Re: [PATCH] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-28 Thread Anand Moon
Hi Krzysztof, I will take care of these issue in the future. -Anand Moon On 28 May 2015 at 14:49, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 28.05.2015 17:58, Anand Moon wrote: Enable regulator for usbdrd3_0 and usbdrd3_1 From the schematic pin diagram USB3_0 and USB3_1

Re: [PATCH] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-30 Thread Anand Moon
On 28 May 2015 at 14:49, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 28.05.2015 17:58, Anand Moon wrote: Enable regulator for usbdrd3_0 and usbdrd3_1 From the schematic pin diagram USB3_0 and USB3_1 is regulated by LDO9 and LD011. Please reformat statement above to proper sentence(s

Re: [PATCHv2] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-29 Thread Anand Moon
Hi Javier, Ok sorry for the mistake and not following the protocol. Now I clearly understood my mistake. It will not be repeated. I will resend the patch. Is this correct format to follow. Tested-by: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Anand Moon linux.am

[PATCHv3] ARM: dts: odroidxu3: Enable USB3 regulators

2015-05-29 Thread Anand Moon
...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts index 27014bb..a353a58 100644 --- a/arch/arm

Re: [PATCHv3] clk samsung exynos5420 add CLK_RECALC_NEW_RATES flag to mout_apll and mout_kpll clock.

2015-07-01 Thread Anand Moon
Hi AlL, On 8 May 2015 at 16:37, Anand Moon linux.am...@gmail.com wrote: Addition of CLK_RECALC_NEW_RATES flag to support Exynos5420 cpu clk so that correct divider values are re-calculated after both pre/post clock notifiers had run for mout_apll clock and mout_kpll clock. Observation

Re: [PATCHv5 2/5] ARM: dts: Odroid-XU3 Enable TMU at Exynos5422 base

2015-05-23 Thread Anand Moon
On 21 May 2015 at 05:33, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 20.05.2015 23:59, Anand Moon wrote: On 20 May 2015 at 08:57, Dongjin Kim tobet...@gmail.com wrote: Hello Kryzsztof, Are you able to check if TMU is under VDDI power domain from Exynos5422 datasheet? If it is, XU3

Re: [PATCHv5 2/5] ARM: dts: Odroid-XU3 Enable TMU at Exynos5422 base

2015-05-23 Thread Anand Moon
On 24 May 2015 at 10:03, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-05-24 2:35 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi Krzysztof, I did some debugging on the this using powerdebug utility. Using LDO7 to control TMU seams to me correct option compared to BUCK3. Setting

Re: CPUIdle for Exynos5422 Odroid-XU3/XU4 boards.

2015-08-20 Thread Anand Moon
Hi Krzysztof, On 21 August 2015 at 06:25, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 21.08.2015 03:15, Anand Moon wrote: Hi Daniel, On 20 August 2015 at 21:40, Daniel Lezcano daniel.lezc...@free.fr wrote: On 08/20/2015 12:54 PM, Anand Moon wrote: Hello Krzysztof/Kukjim

CPUIdle for Exynos5422 Odroid-XU3/XU4 boards.

2015-08-20 Thread Anand Moon
Hello Krzysztof/Kukjim, CPUIdle seen to be not working for Exynos5422 Odroid boards. Is their any way this feature will be implemented in the future. -Anand Moon -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org

Re: CPUIdle for Exynos5422 Odroid-XU3/XU4 boards.

2015-08-20 Thread Anand Moon
Hi Daniel, On 20 August 2015 at 21:40, Daniel Lezcano daniel.lezc...@free.fr wrote: On 08/20/2015 12:54 PM, Anand Moon wrote: Hello Krzysztof/Kukjim, CPUIdle seen to be not working for Exynos5422 Odroid boards. Is their any way this feature will be implemented in the future. Yeah a good

Re: [PATCH v4] ARM: dts: exynos5422-odroidxu3: Hook up PWM and use it for LEDs

2015-07-30 Thread Anand Moon
CONFIG_LEDS_TRIGGER_GPIO=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_LEDS_TRIGGER_TRANSIENT=y # CONFIG_LEDS_TRIGGER_CAMERA is not set Please let me know if I am missing some thing. -Anand Moon -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message

Re: [PATCH 1/2] mfd: s2mps11: Add manual shutdown method for Odroid XU3

2015-08-03 Thread Anand Moon
allowing Odroid XU3 device to be powered off. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com Reported-by: Anand Moon linux.am...@gmail.com --- Patch is losely based on patch in Hardkernel repository [0] and previous work of Anand Moon [1]. [0] https://github.com/hardkernel/linux

Re: [PATCH] clk: s2mps11: Use kcalloc instead of kzalloc for array allocation

2015-07-22 Thread Anand Moon
) +static void __exit s2mps11_clk_cleanup(void) { platform_driver_unregister(s2mps11_clk_driver); } -- 1.9.1 Tested on Odroid-XU3 board. Tested-by: Anand Moon linux.am...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body

[PATCHv2] regulator: s2mps11: Added shutdown function to poweroff

2015-07-14 Thread Anand Moon
Added .shutdown function to s2mps11 to help poweroff the board successfully. s2mps11-pmic: S2MPS11_REG_CTRL1 reg value 16:0001 The device driver clears the register to turn off the PMIC. Signed-off-by: Anand Moon linux.am...@gmail.com --- Console log for improper

Re: [PATCHv2] regulator: s2mps11: Added shutdown function to poweroff

2015-07-14 Thread Anand Moon
hi Krzysztof, On 15 July 2015 at 06:33, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 15.07.2015 00:41, Anand Moon wrote: Added .shutdown function to s2mps11 to help poweroff the board successfully. Which board does not poweroff? The PMIC is used on multiple boards, did you observed

Re: [RFC] ARM: EXYNOS: reset KFC cores when cpu is up

2015-07-14 Thread Anand Moon
EXYNOS5420_BB_PMOS_EN BIT(7) -- 2.1.0 It brought all the 8 core up on my Odroid-XU3 Tested-by: Anand Moon linux.am...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] mmc: pwrseq: Use highest priority for eMMC restart handler

2015-10-21 Thread Anand Moon
, there are other restart handlers (such as >>>>> the syscon-reboot one) that use a higher priority. So, use the highest >>>>> priority to make sure that the eMMC hw is reset before a system reboot. >>>>> >>>>> Signed

Re: [PATCH] mmc: pwrseq: Use highest priority for eMMC restart handler

2015-10-22 Thread Anand Moon
Hi Javier, On 22 October 2015 at 14:06, Javier Martinez Canillas <jav...@osg.samsung.com> wrote: > Hello Anand, > > On 10/22/2015 07:03 AM, Anand Moon wrote: >> Hi Javier, >> >> On 22 October 2015 at 08:22, Javier Martinez Canillas >> <jav...@o

Re: [PATCHv2] ARM: dts: use vmmc-supply of emmc/sd for exynos5422-odroidxu3

2015-10-22 Thread Anand Moon
hi Krzysztof, On 22 October 2015 at 06:31, Krzysztof Kozlowski <k.kozlow...@samsung.com> wrote: > On 20.10.2015 21:56, Anand Moon wrote: >> Changes need for host controller to detect UHS-I highspeed cards. >> Changes in VDDQ_MMC2 voltage range help scale >> the required

Re: [PATCH 3/3] ARM: dts: exynos5422-odroidxu3: Added UHS-I bus speed support

2015-10-19 Thread Anand Moon
g, so possibly the software needs extra work? > Thanks for clarifying all the background details on the mmc changes. Here is what I would conclude from the previous mail chain's. 1 Drop the cd-gpios changes. pinctrl-0 changes. 2 Fix the regulator changes for vmmc/vqmmc with disable of regulator-always-on; 3 Drop this UHS-I changes as if now. Is this ok with you. -Anand Moon > > -Doug -- 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

[PATCHv3 2/2] ARM: multi_v7_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-07 Thread Anand Moon
Odroid XU4 has a RTL8153-CG gigabit Ethernet adapter, connected over USB 3.0. Signed-off-by: Anand Moon <linux.am...@gmail.com> Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com> --- Changes: Fixed the commit message thanks to Krzysztof Kozlowski Added reviewed

[PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-07 Thread Anand Moon
Odroid XU4 has a RTL8153-CG gigabit Ethernet adapter, connected over USB 3.0. Signed-off-by: Anand Moon <linux.am...@gmail.com> Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com> --- Changes: Fixed the commit message thanks to Krzysztof Kozlowski Added reviewed

[PATCHv2] ARM: dts: use vmmc-supply of emmc/sd for exynos5422-odroidxu3

2015-10-20 Thread Anand Moon
Changes need for host controller to detect UHS-I highspeed cards. Changes in VDDQ_MMC2 voltage range help scale the required voltage to detect and load the microSD cards. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- Changes based on git://git.kernel.org/pub/scm/linux/kernel/git

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

2015-10-21 Thread Anand Moon
the SoC iROM to be able to read the bootloader from the >>> eMMC since the iROM doesn't have restart 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)

Re: [PATCH v2 3/6] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5

2015-10-21 Thread Anand Moon
<moritz.fisc...@ettus.com> >> --- >> arch/arm/boot/dts/exynos5.dtsi | 14 ++ >> 1 file changed, 14 insertions(+) >> > > Tested-by: Javier Martinez Canillas <jav...@osg.samsung.com> > > Best regards, > -- > Javier Martinez Canillas >

Re: [PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-08 Thread Anand Moon
> > On 08.10.2015 16:41, Arnd Bergmann wrote: >> > > > On Thursday 08 October 2015 03:48:36 Anand Moon wrote: >> > > > > diff --git a/arch/arm/configs/exynos_defconfig >> > > > > b/arch/arm/configs/exynos_defconfig >> > > > > i

[PATCH 1/3] ARM: dts: exynos5422-odroidxu3: use cd-gpio method to detect sd-card

2015-10-11 Thread Anand Moon
From: Jaehoon Chung <jh80.ch...@samsung.com> To detect sd-card use the cd-gpio method. It can decrease the interrupt for detecting sd-card. Signed-off-by: Jaehoon Chung <jh80.ch...@samsung.com> Signed-off-by: Anand Moon <linux.am...@gmail.com> --- Changes based on git://git.

[PATCH 2/3] ARM: dts: use vmmc-supply of emmc/sd for exynos5422-odroidxu3

2015-10-11 Thread Anand Moon
Added support for vmmc/vqmmc-supply for emmc/sd cards. Fixed the min values for regulator ldo13_reg (VDDQ_MMC2). Added ramp-delay for LDO9(VDD33_USB3_0). Added ramp-delay for LDO13(VDDQ_MMC2). Added ramp-delay for LDO15(ETH_P3V3). Signed-off-by: Anand Moon <linux.am...@gmail.com> --- C

[PATCH 3/3] ARM: dts: exynos5422-odroidxu3: Added UHS-I bus speed support

2015-10-11 Thread Anand Moon
Added support for UHS-I bus speed 50MB/s (SDR50, DDR50) 104MB/s (SDR104) Signed-off-by: Anand Moon <linux.am...@gmail.com> --- Changes based on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v4.4-next/dt-samsung branch Changes Fixed the UHS-I bus speed detedtion o

[PATCHv4 2/2] ARM: multi_v7_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-11 Thread Anand Moon
Odroid XU4 has a RTL8153-CG gigabit Ethernet adapter, connected over USB 3.0. Signed-off-by: Anand Moon <linux.am...@gmail.com> Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com> --- Changes: Fixed the commit message thanks to Krzysztof KozlowskAdded reviewed by Krzyszt

  1   2   >