Re: [PATCH] usb: phy: samsung: Introducing usb phy driver for hsotg

2012-10-21 Thread Praveen Paneri
Hi, On Sun, Oct 21, 2012 at 12:49 AM, Pavel Machek wrote: > Hi! > >> > +#define S3C_PHYPWR (0x00) > ... >> > +#define S3C_PHYCLK (0x04) >> > + >> > +#define S3C_PHYCLK_MODE_SERIAL (1 << 6) >> > +#define S3C_PHYCLK_EXT_OSC

Re: [PATCH 1/4 v2] usb: phy: samsung: Add host phy support to samsung-phy driver

2012-10-21 Thread Vivek Gautam
HI, On Mon, Oct 22, 2012 at 10:27 AM, Jingoo Han wrote: > On Wednesday, October 10, 2012 7:43 PM Vivek Gautam wrote >> >> This patch adds host phy support to samsung-usbphy.c and >> further adds support for samsung's exynos5250 usb-phy. >> >> Signed-off-by: Vivek Gautam >> --- >> arch/arm/mach-

Re: [PATCH 2/4 v2] ARM: Exynos5250: Enabling samsung-usbphy driver

2012-10-21 Thread Vivek Gautam
Hi, On Mon, Oct 22, 2012 at 10:33 AM, Jingoo Han wrote: > On Wednesday, October 10, 2012 7:43 PM Vivek Gautam wrote >> >> Adding usbphy node for Exynos5250 along with the platform data. >> >> Signed-off-by: Vivek Gautam >> --- >> .../devicetree/bindings/usb/samsung-usbphy.txt | 12 +-

Re: [PATCH 2/4 v2] ARM: Exynos5250: Enabling samsung-usbphy driver

2012-10-21 Thread Jingoo Han
On Wednesday, October 10, 2012 7:43 PM Vivek Gautam wrote > > Adding usbphy node for Exynos5250 along with the platform data. > > Signed-off-by: Vivek Gautam > --- > .../devicetree/bindings/usb/samsung-usbphy.txt | 12 +- > arch/arm/boot/dts/exynos5250.dtsi |5 ++

Re: [PATCH 1/4 v2] usb: phy: samsung: Add host phy support to samsung-phy driver

2012-10-21 Thread Jingoo Han
On Wednesday, October 10, 2012 7:43 PM Vivek Gautam wrote > > This patch adds host phy support to samsung-usbphy.c and > further adds support for samsung's exynos5250 usb-phy. > > Signed-off-by: Vivek Gautam > --- > arch/arm/mach-exynos/setup-usb-phy.c |2 +- > arch/arm/mach-s3c64xx

[PATCH V4] gpio: samsung: use pr_* instead of printk

2012-10-21 Thread Jingoo Han
This patch uses pr_* instead of printk. Also, gpio_dbg is replaced with pr_debug. Signed-off-by: Jingoo Han --- Change since v3: - remove Linus Walleij's Reviewed-by Change since v2: - remove Ryan Mallon's Signed-off-by drivers/gpio/gpio-samsung.c | 18 ++ 1 files changed, 6 i

Re: [PATCH V3] gpio: samsung: use pr_* instead of printk

2012-10-21 Thread Jingoo Han
On Friday, October 19, 2012 7:09 PM Linus Walleij wrote > > On Wed, Oct 17, 2012 at 3:52 AM, Jingoo Han wrote: > > > This patch uses pr_* instead of printk. Also, gpio_dbg > > is replaced with pr_debug. > > > > Signed-off-by: Jingoo Han > > Reviewed-by: Linus Walleij <- NAK > > Please consult

RE: [PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor

2012-10-21 Thread Kukjin Kim
Kyungmin Park wrote: > > + Arnd, Olof, > > Tomasz, > I think it's better to add arm-soc maintainers at CC when send the patches. > Samsung patches doesn't handled or merged with proper time. > I did just now. Sorry for late. [...] > > Ping. I think this should be considered a fix. > > Tomasz,

RE: [PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor

2012-10-21 Thread Kukjin Kim
Tomasz Figa wrote: > > This patch adds missing initializer of .smp field of machine descriptor > of Exynos 4 DT machine. > > Signed-off-by: Tomasz Figa > --- > arch/arm/mach-exynos/mach-exynos4-dt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c

Re: [PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor

2012-10-21 Thread Kyungmin Park
+ Arnd, Olof, Tomasz, I think it's better to add arm-soc maintainers at CC when send the patches. Samsung patches doesn't handled or merged with proper time. Thank you, Kyungmin Park On 10/22/12, Tomasz Figa wrote: > On Friday 12 of October 2012 11:49:38 Tomasz Figa wrote: >> This patch adds mi

Re: [PATCH] ARM: dts: exynos4: Enable serial controllers on Origen and SMDKV310

2012-10-21 Thread Tomasz Figa
Hi Kgene, On Monday 15 of October 2012 23:23:22 Kukjin Kim wrote: > Tomasz Figa wrote: > > Hi Kgene, > > > > On Monday 08 of October 2012 15:12:48 Tomasz Figa wrote: > > > This patch adds status override of serial nodes to enable used > > > serial > > > ports on Origen and SMDKV310 board. > > >

Re: [PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor

2012-10-21 Thread Tomasz Figa
On Friday 12 of October 2012 11:49:38 Tomasz Figa wrote: > This patch adds missing initializer of .smp field of machine descriptor > of Exynos 4 DT machine. > > Signed-off-by: Tomasz Figa > --- > arch/arm/mach-exynos/mach-exynos4-dt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arc

Re: [PATCH] usb: phy: samsung: Introducing usb phy driver for hsotg

2012-10-21 Thread Domenico Andreoli
On Wed, Oct 17, 2012 at 08:13:01PM +0100, Russell King - ARM Linux wrote: > On Wed, Oct 17, 2012 at 08:00:00PM +0900, Kukjin Kim wrote: > > > +static int samsung_usbphy_get_refclk_freq(struct samsung_usbphy *sphy) > > > +{ > > > + struct clk *ref_clk; > > > + int refclk_freq = 0; > > > + > > > + re