[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 --- Changes based on git

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

2015-10-11 Thread Anand Moon
From: Jaehoon Chung To detect sd-card use the cd-gpio method. It can decrease the interrupt for detecting sd-card. Signed-off-by: Jaehoon Chung Signed-off-by: Anand Moon --- Changes based on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v4.4-next/dt-samsung branch

[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 --- 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 on cold boot. [2.439806

[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

[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

[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

[PATCHv4 1/2] ARM: exynos_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 Kozlowski Added reviewed

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

2015-10-09 Thread Anand Moon
e of such. So from my point of view network > adapters as module is okay. > > Anand, > Can you change it in multi_v7 patch to module? > > Best regards, > Krzysztof Yes I will change this to build as module for multi_v7, and resend the patch. -Anand Moon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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

2015-10-09 Thread Anand Moon
t; work. At least I am not aware of such. So from my point of view network > adapters as module is okay. > > Anand, > Can you change it in multi_v7 patch to module? > > Best regards, > Krzysztof Yes I will change this to build as module for multi_v7, and resend the patch. -Anand Moon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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

2015-10-08 Thread Anand Moon
015 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 >> > > > > index 1ff2bfa..

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

[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 Reviewed-by: Krzysztof Kozlowski --- Changes: Fixed the commit message thanks to Krzysztof Kozlowski Added reviewed by Krzysztof Kozlowski --- arch/arm/configs/multi_v7_defconfig

[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 Reviewed-by: Krzysztof Kozlowski --- Changes: Fixed the commit message thanks to Krzysztof Kozlowski Added reviewed by Krzysztof Kozlowski --- arch/arm/configs/exynos_defconfig | 1

[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

[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

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

2015-10-05 Thread Anand Moon
Odroid XU4 supports RTL8152/RTL8153 Based USB 3.0 Ethernet Adapters. Support speed upto 10/100/1000 Mbit Ethernet LAN. Signed-off-by: Anand Moon --- Changes: Fixed the commit log. --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs

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

2015-10-05 Thread Anand Moon
Odroid XU4 supports RTL8152/RTL8153 Based USB 3.0 Ethernet Adapters. Support speed upto 10/100/1000 Mbit Ethernet LAN. Signed-off-by: Anand Moon --- Changes: Fixed the commit log. --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs

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

2015-10-05 Thread Anand Moon
hi Krzysztof, On 5 October 2015 at 12:08, Krzysztof Kozlowski wrote: > On 05.10.2015 15:29, Anand Moon wrote: >> Enable CONFIG_USB_RTL8152 for Odroid-XU4. > > Why? > > Best regards, > Krzysztof > >> >> Signed-off-by: Anand Moon >> --- >>

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

2015-10-05 Thread Anand Moon
Enable CONFIG_USB_RTL8152 for Odroid-XU4. Signed-off-by: Anand Moon --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 03deb7f..009d714 100644 --- a/arch/arm/configs

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

2015-10-05 Thread Anand Moon
Enable CONFIG_USB_RTL8152 for Odroid-XU4. Signed-off-by: Anand Moon --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 1ff2bfa..5d1937b 100644 --- a/arch/arm/configs

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

2015-10-05 Thread Anand Moon
Enable CONFIG_USB_RTL8152 for Odroid-XU4. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 03deb7f..009d714

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

2015-10-05 Thread Anand Moon
Enable CONFIG_USB_RTL8152 for Odroid-XU4. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 1ff2bfa..5d1937b 100644 ---

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

2015-10-05 Thread Anand Moon
hi Krzysztof, On 5 October 2015 at 12:08, Krzysztof Kozlowski <k.kozlow...@samsung.com> wrote: > On 05.10.2015 15:29, Anand Moon wrote: >> Enable CONFIG_USB_RTL8152 for Odroid-XU4. > > Why? > > Best regards, > Krzysztof > >> >> Signed-off-by: Anand Moo

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

2015-10-05 Thread Anand Moon
Odroid XU4 supports RTL8152/RTL8153 Based USB 3.0 Ethernet Adapters. Support speed upto 10/100/1000 Mbit Ethernet LAN. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- Changes: Fixed the commit log. --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff

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

2015-10-05 Thread Anand Moon
Odroid XU4 supports RTL8152/RTL8153 Based USB 3.0 Ethernet Adapters. Support speed upto 10/100/1000 Mbit Ethernet LAN. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- Changes: Fixed the commit log. --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff

Re: [PATCH] ARM: dts: exynos4412-trats2: remove regulator-compatible usage

2015-09-28 Thread Anand Moon
regulator-compatible = "BUCK5"; > + buck5_reg: BUCK5 { > regulator-name = "VMEM_1.2V_AP"; > regulator-min-microvolt = <120>; > regulator-m

Re: [PATCH] ARM: dts: exynos4412-trats2: remove regulator-compatible usage

2015-09-28 Thread Anand Moon
lt = <120>; > regulator-max-microvolt = <120>; > regulator-always-on; > }; > > - buck6_reg: buck6 { > - regulator-compatible = "

Re: [PATCHv7] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-04 Thread Anand Moon
Hi Krzysztof, On 4 September 2015 at 12:18, Krzysztof Kozlowski wrote: > On 04.09.2015 15:20, Anand Moon wrote: >> Hi All, >> >> On 4 September 2015 at 05:56, Javier Martinez Canillas >> wrote: >>> Hello Krzysztof, >>> >>> On 09/04/2015 01:5

Re: [PATCHv7] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-04 Thread Anand Moon
Hi All, On 4 September 2015 at 05:56, Javier Martinez Canillas wrote: > Hello Krzysztof, > > On 09/04/2015 01:55 AM, Krzysztof Kozlowski wrote: >> On 04.09.2015 03:11, Anand Moon wrote: >>> Earlier design of the LED for Odroid XU3 was using gpio-leds >>> Now It

Re: [PATCHv7] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-04 Thread Anand Moon
Hi All, On 4 September 2015 at 05:56, Javier Martinez Canillas <jav...@osg.samsung.com> wrote: > Hello Krzysztof, > > On 09/04/2015 01:55 AM, Krzysztof Kozlowski wrote: >> On 04.09.2015 03:11, Anand Moon wrote: >>> Earlier design of the LED for Odroid XU3 was using g

Re: [PATCHv7] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-04 Thread Anand Moon
Hi Krzysztof, On 4 September 2015 at 12:18, Krzysztof Kozlowski <k.kozlow...@samsung.com> wrote: > On 04.09.2015 15:20, Anand Moon wrote: >> Hi All, >> >> On 4 September 2015 at 05:56, Javier Martinez Canillas >> <jav...@osg.samsung.com> wrote: >>>

Re: [PATCHv7] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-03 Thread Anand Moon
Hi All, On 4 September 2015 at 05:56, Javier Martinez Canillas wrote: > Hello Krzysztof, > > On 09/04/2015 01:55 AM, Krzysztof Kozlowski wrote: >> On 04.09.2015 03:11, Anand Moon wrote: >>> Earlier design of the LED for Odroid XU3 was using gpio-leds >>> Now It

[PATCHv7] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-03 Thread Anand Moon
Earlier design of the LED for Odroid XU3 was using gpio-leds Now It was change to using both pwm-leds and gpio-leds. Signed-off-by: Anand Moon Reviewed-by: Javier Martinez Canillas --- Changes from last version dropped following option. CONFIG_LEDS_CLASS_FLASH CONFIG_TRIGGER_ONESHOT

Re: [PATCHv6] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-03 Thread Anand Moon
Hi Javier, On 3 September 2015 at 14:50, Javier Martinez Canillas wrote: > Hello Anand, > > On 09/03/2015 07:38 AM, Anand Moon wrote: >> Enable config option NEW_LEDS, LEDS_CLASS, LEDS_GPIO, LEDS_PWM, >> LEDS_TRIGGERS, LEDS_TRIGGER_TIMER, LEDS_TRIGGER_HEARTBEAT for &g

[PATCHv7] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-03 Thread Anand Moon
Earlier design of the LED for Odroid XU3 was using gpio-leds Now It was change to using both pwm-leds and gpio-leds. Signed-off-by: Anand Moon <linux.am...@gmail.com> Reviewed-by: Javier Martinez Canillas <jav...@osg.samsung.com> --- Changes from last version dropped foll

Re: [PATCHv6] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-03 Thread Anand Moon
Hi Javier, On 3 September 2015 at 14:50, Javier Martinez Canillas <jav...@osg.samsung.com> wrote: > Hello Anand, > > On 09/03/2015 07:38 AM, Anand Moon wrote: >> Enable config option NEW_LEDS, LEDS_CLASS, LEDS_GPIO, LEDS_PWM, >> LEDS_TRIGGERS, LEDS_TRIGGER_TI

Re: [PATCHv7] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-03 Thread Anand Moon
Hi All, On 4 September 2015 at 05:56, Javier Martinez Canillas <jav...@osg.samsung.com> wrote: > Hello Krzysztof, > > On 09/04/2015 01:55 AM, Krzysztof Kozlowski wrote: >> On 04.09.2015 03:11, Anand Moon wrote: >>> Earlier design of the LED for Odroid XU3 was using g

[PATCHv6] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-02 Thread Anand Moon
Enable config option NEW_LEDS, LEDS_CLASS, LEDS_GPIO, LEDS_PWM, LEDS_TRIGGERS, LEDS_TRIGGER_TIMER, LEDS_TRIGGER_HEARTBEAT for Odroid-XU3/XU4 board. Signed-off-by: Anand Moon --- Changes from last version dropped following option. CONFIG_LEDS_CLASS_FLASH CONFIG_TRIGGER_ONESHOT

Re: [PATCH] ARM: exynos_defconfig: Make S3C2410_WATCHDOG as loadable module

2015-09-02 Thread Anand Moon
Hi Krzysztof On 3 September 2015 at 10:32, Krzysztof Kozlowski wrote: > On 03.09.2015 13:10, Anand Moon wrote: >> S3C2410_WATCHDOG watchdog drivers should not be loaded automatically, >> but only if a watchdog daemon is installed. > > First of all: why? > > Second

[PATCH] ARM: exynos_defconfig: Make S3C2410_WATCHDOG as loadable module

2015-09-02 Thread Anand Moon
S3C2410_WATCHDOG watchdog drivers should not be loaded automatically, but only if a watchdog daemon is installed. Signed-off-by: Anand Moon --- arch/arm/configs/exynos_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm

[PATCHv5] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-02 Thread Anand Moon
From: Anand Moon Enable config option NEW_LEDS, LEDS_CLASS, LEDS_GPIO, LEDS_PWM, LEDS_TRIGGERS, LEDS_TRIGGER_TIMER, LEDS_TRIGGER_HEARTBEAT for Odroid-XU3/XU4 board. Signed-off-by: Anand Moon --- Changes from last version dropped following option. CONFIG_LEDS_CLASS_FLASH

[PATCHv4] ARM: exynos_defconfig: Enable CONFIG_LEDS_PWM for Odroid-XU3/XU4

2015-09-02 Thread Anand Moon
Enable CONFIG_LEDS_PWM amd CONFIG_LEDS_TRIGGER_HEARTBEAT for Odroid-XU3/XU4 board. Signed-off-by: Anand Moon --- Changes from last version. Make all modules build-in. Enabled LEDS_GPIO --- arch/arm/configs/exynos_defconfig | 10 ++ 1 file changed, 10 insertions(+) diff --git

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

2015-09-02 Thread Anand Moon
HI Krzysztof, On 2 September 2015 at 19:42, Krzysztof Kozlowski wrote: > W dniu 08.06.2015 o 02:03, Anand Moon pisze: >> Enable CONFIG_LEDS_PWM amd CONFIG_LEDS_TRIGGER_HEARTBEAT for >> Odroid-XU3 board. >> >> Signed-off-by: Anand Moon > > Dear Anand, > >

[PATCHv4] ARM: exynos_defconfig: Enable CONFIG_LEDS_PWM for Odroid-XU3/XU4

2015-09-02 Thread Anand Moon
Enable CONFIG_LEDS_PWM amd CONFIG_LEDS_TRIGGER_HEARTBEAT for Odroid-XU3/XU4 board. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- Changes from last version. Make all modules build-in. Enabled LEDS_GPIO --- arch/arm/configs/exynos_defconfig | 10 ++ 1 file chang

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

2015-09-02 Thread Anand Moon
HI Krzysztof, On 2 September 2015 at 19:42, Krzysztof Kozlowski <k.kozlow...@samsung.com> wrote: > W dniu 08.06.2015 o 02:03, Anand Moon pisze: >> Enable CONFIG_LEDS_PWM amd CONFIG_LEDS_TRIGGER_HEARTBEAT for >> Odroid-XU3 board. >> >> Signed-off-by: Anand Moon

[PATCHv5] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-02 Thread Anand Moon
From: Anand Moon <moon.li...@yahoo.com> Enable config option NEW_LEDS, LEDS_CLASS, LEDS_GPIO, LEDS_PWM, LEDS_TRIGGERS, LEDS_TRIGGER_TIMER, LEDS_TRIGGER_HEARTBEAT for Odroid-XU3/XU4 board. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- Changes from last version dropped foll

[PATCH] ARM: exynos_defconfig: Make S3C2410_WATCHDOG as loadable module

2015-09-02 Thread Anand Moon
S3C2410_WATCHDOG watchdog drivers should not be loaded automatically, but only if a watchdog daemon is installed. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- arch/arm/configs/exynos_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/c

[PATCHv6] ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4

2015-09-02 Thread Anand Moon
Enable config option NEW_LEDS, LEDS_CLASS, LEDS_GPIO, LEDS_PWM, LEDS_TRIGGERS, LEDS_TRIGGER_TIMER, LEDS_TRIGGER_HEARTBEAT for Odroid-XU3/XU4 board. Signed-off-by: Anand Moon <linux.am...@gmail.com> --- Changes from last version dropped following option. CONFIG_LEDS_CLASS

Re: [PATCH] ARM: exynos_defconfig: Make S3C2410_WATCHDOG as loadable module

2015-09-02 Thread Anand Moon
Hi Krzysztof On 3 September 2015 at 10:32, Krzysztof Kozlowski <k.kozlow...@samsung.com> wrote: > On 03.09.2015 13:10, Anand Moon wrote: >> S3C2410_WATCHDOG watchdog drivers should not be loaded automatically, >> but only if a watchdog daemon is installed. > > Firs

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

2015-08-03 Thread Anand Moon
gt; > The patch adds respective binding allowing Odroid XU3 device to be > powered off. > > Signed-off-by: Krzysztof Kozlowski > Reported-by: Anand Moon > > --- > > Patch is losely based on patch in Hardkernel repository [0] and previous >

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
, > + sizeof(struct clk *), GFP_KERNEL); > if (!clk_table) > return -ENOMEM; > > @@ -322,7 +318,7 @@ static int __init s2mps11_clk_init(void) > } > subsys_initcall(s2mps11_clk_init); > > -static void __init s2mps11_clk_cl

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

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 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 ob

[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 --- Console log for improper shutdown. root

[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: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-11 Thread Anand Moon
Hi Krzysztof, On 24 June 2015 at 16:27, Krzysztof Kozlowski wrote: > 2015-06-24 19:32 GMT+09:00 Anand Moon : >> Hi Krzysztof, >> >> On 24 June 2015 at 13:27, Krzysztof Kozlowski >> wrote: >>> 2015-06-24 16:16 GMT+09:00 Anand Moon : >>>> Adde

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

2015-07-11 Thread Anand Moon
Hi Krzysztof, On 24 June 2015 at 16:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 19:32 GMT+09:00 Anand Moon linux.am...@gmail.com: 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

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 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 their

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: [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 wrote: > 2015-06-24 16:16 GMT+09:00 Anand Moon : >> Added .shutdown function to s2mps11 to help poweroff the board succefully. > > s/succefully/successfully/ > >> The device drivers set the register to turn

[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 --- Changes fixes the poweroff root@odroidxu3:~# poweroff Broadcast message from root@odroidxu3 (/dev/ttySAC2) at 13:08

[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

[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 --- Changes based on https://github.com/krzk/linux.git branch dt-for-next Console message: [3.756440

[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

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5422-cpu

[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 Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos5422

[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 Acked-by: Lukasz Majewski --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next Changes from v5 and v6: Use LDO7 regulator instead of LDO10

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts

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 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 >> Tested-by: Markus Reichl > &

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 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 >> Tested-by: Markus Reichl >> Acked

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next --- arch/arm/boot/dts/exynos5422

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- Changes rebase on git://git.kernel.org/pub

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next Changes from v5: Use LDO7 regulator

[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 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 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

[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

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 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 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 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: 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 Reviewed-by: Lukasz Majewski --- Changes v2: Fixed the commit log. Signed-off-by: Anand Moon --- arch/arm/configs/exynos_defconfig | 2 ++ 1

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 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 di

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 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] max

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 wrote: > Hi, > > > > On Monday, June 08, 2015 10:44 AM, "Krzysztof Kozlowski" > wrote: > > my apologies for being late in replying to this thread. > >> 2015-06-08 13:21 GMT+09:00 Anand Moon : >>> >>&

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: [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

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 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: >>

[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 --- 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 index 1b7253b..2bbdf80

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

2015-06-07 Thread Anand Moon
00.i2s 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 --- arch/arm/configs/exynos_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

[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 Signed-off-by: Anand Moon Cc: Jingoo Han Cc: Alan Stern --- Initial version of this patch

<    1   2   3   4   5   6   7   >