Re: [PATCH v3 5/5] h1940: add UDA1380 to i2c devices list

2010-09-30 Thread Vasily Khoruzhick
On 27 of September 2010 09:32:49 Vasily Khoruzhick wrote: > Register UDA1380 codec during H1940 machine init > > Signed-off-by: Vasily Khoruzhick Ping signature.asc Description: This is a digitally signed message part.

Re: [patch 1/1] i2c-s3c2410: Enable i2c clock only when doing some transfert

2010-09-30 Thread Vasily Khoruzhick
On 27 of August 2010 22:33:00 Vasily Khoruzhick wrote: > This patch has problem with suspend/resume, clock needs to be enabled on > i2c re-init. Here's fixed version of patch in attachment. Ping -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a messa

Re: [PATCH 3/3] ARM: S5PV210: Add voltage consumer of WM8994 to the regulator framework

2010-09-30 Thread Kyungmin Park
On Fri, Oct 1, 2010 at 2:31 PM, Mark Brown wrote: > On Fri, Oct 01, 2010 at 01:23:25PM +0900, Chanwoo Choi wrote: > >> Additionally, I explain the constraints of the regulator of WM8994 codec. >> All these consumer supply of WM8994 codec connected the regulator(VCC_1.8V) >> on a circuit diagram. "

Re: [PATCH 3/3] ARM: S5PV210: Add voltage consumer of WM8994 to the regulator framework

2010-09-30 Thread Mark Brown
On Fri, Oct 01, 2010 at 01:23:25PM +0900, Chanwoo Choi wrote: > Additionally, I explain the constraints of the regulator of WM8994 codec. > All these consumer supply of WM8994 codec connected the regulator(VCC_1.8V) > on a circuit diagram. "VCC_1.8V" regulator is always enabled, because it is > us

Re: [PATCH 2/3] ARM: S5PV210: Add init code of audio to Goni and Aquila board

2010-09-30 Thread Mark Brown
On Fri, Oct 01, 2010 at 01:23:23PM +0900, Chanwoo Choi wrote: > This patch add initializtion code of audio and I2S platform drivers > to Goni and Aquila board. Reviewed-by: Mark Brown > +static void __init aquila_sound_init(void) > +{ > + unsigned int gpio; > + > + /* CODEC_XTAL_EN > +

RE: [PATCH 5/6] ARM: Samsung: Add common samsung_gpiolib_to_irq function

2010-09-30 Thread Marek Szyprowski
Hello, On Friday, October 01, 2010 6:49 AM Kukjin Kim wrote: ... > > diff --git a/arch/arm/plat-samsung/gpiolib.c > b/arch/arm/plat-samsung/gpiolib.c > > index c354089..f2dc389 100644 > > --- a/arch/arm/plat-samsung/gpiolib.c > > +++ b/arch/arm/plat-samsung/gpiolib.c > > @@ -197,3 +197,11 @@ voi

RE: [PATCH 5/6] ARM: Samsung: Add common samsung_gpiolib_to_irq function

2010-09-30 Thread Kukjin Kim
Marek Szyprowski wrote: > > From: Joonyoung Shim > > This patch adds a common callback for gpio_to_irq() for external and > gpio interrupts for Samsung SoCs. > > Signed-off-by: Joonyoung Shim > Signed-off-by: Kyungmin Park > Signed-off-by: Marek Szyprowski > --- > arch/arm/mach-s3c64xx/gpio

[PATCH 3/3] ARM: S5PV210: Add voltage consumer of WM8994 to the regulator framework

2010-09-30 Thread Chanwoo Choi
This patch add cose related to regulator. To control powre consumeption have registered the voltage consumer of WM8994 to the regulator framework. Additionally, I explain the constraints of the regulator of WM8994 codec. All these consumer supply of WM8994 codec connected the regulator(VCC_1.8V) o

[PATCH 2/3] ARM: S5PV210: Add init code of audio to Goni and Aquila board

2010-09-30 Thread Chanwoo Choi
This patch add initializtion code of audio and I2S platform drivers to Goni and Aquila board. Signed-off-by : Chanwoo Choi Signed-off-by : Joonyoung Shim Signed-off-by : Kyungmin Park --- arch/arm/mach-s5pv210/mach-aquila.c | 24 arch/arm/mach-s5pv210/mach-goni.c |

[PATCH 1/3] ARM: S5PV210: Add i2c information to Goni and Aquila board

2010-09-30 Thread Chanwoo Choi
This patch the I2C board information for the WM8994 used in the Goni/Aquila as audio codec and adds the I2C platform drivers. Signed-off-by : Chanwoo Choi Signed-off-by : Joonyoung Shim Signed-off-by : Kyungmin Park --- arch/arm/mach-s5pv210/mach-aquila.c | 27 +++ ar

Re: [PATCH] ARM: S5PV210: Add audio support to Goni and Aquila board

2010-09-30 Thread Chanwoo Choi
Jassi Brar wrote: > On Mon, Sep 13, 2010 at 10:45 AM, Chanwoo Choi wrote: >> This patch the I2C board information for the WM8994 used in the Goni/Aquila >> as audio codec and adds the I2C/I2S platform drivers. Additionlly, to >> control power consumption have registerd the voltage consumer of WM

Re: [PATCH 2/2] ARM: S5PV310: Update CPU hotplug implementation

2010-09-30 Thread Russell King - ARM Linux
On Thu, Sep 30, 2010 at 10:02:37AM -0700, Colin Cross wrote: > On Wed, Sep 29, 2010 at 4:58 AM, Kukjin Kim wrote: > > Kukjin Kim wrote: > >> > >> From: Changhwan Youn > >> > >> This patch updates CPU hotplug implementation to reduce CPU power > >> consumption > >> and will turn off the CPU power

Re: [PATCH 2/2] ARM: S5PV310: Update CPU hotplug implementation

2010-09-30 Thread Colin Cross
On Wed, Sep 29, 2010 at 4:58 AM, Kukjin Kim wrote: > Kukjin Kim wrote: >> >> From: Changhwan Youn >> >> This patch updates CPU hotplug implementation to reduce CPU power >> consumption >> and will turn off the CPU power when CPU1 is unplugged while previous CPU >> hotplug >> used CPU idle. >> Thi

Re: [PATCH v4] ARM: Samsung: Add common s5p gpio interrupt support

2010-09-30 Thread Kyungmin Park
On Thu, Sep 30, 2010 at 10:29 PM, Kukjin Kim wrote: > Marek Szyprowski wrote: >> >> This patch adds common code to enable support of gpio interrupts on s5p >> series. >> >> The total number of gpio pins is quite large on s5p series. Registering >> irq support for all of them would be a resource wa

[PATCH RESEND] drivers: s3c2410-i2c: fix calculation of SDA line delay

2010-09-30 Thread Marek Szyprowski
From: MyungJoo Ham S3C2440 style I2C controller uses PCLK to calculate the SDA line delay. The driver wrongly assumed that this delay is calculated from the frequency that the controller is operating on. This patch fixes this issue. Signed-off-by: MyungJoo Ham Signed-off-by: Kyungmin Park Sign

[PATCH] drivers: s3c2410-i2c: fix calculation of SDA line delay

2010-09-30 Thread Marek Szyprowski
S3C2440 style I2C controller uses PCLK to calculate the SDA line delay. The driver wrongly assumed that this delay is calculated from the frequency that the controller is operating on. This patch fixes this issue. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- Hello, I've ch

RE: [PATCH v4] ARM: Samsung: Add common s5p gpio interrupt support

2010-09-30 Thread Kukjin Kim
Marek Szyprowski wrote: > > This patch adds common code to enable support of gpio interrupts on s5p > series. > > The total number of gpio pins is quite large on s5p series. Registering > irq support for all of them would be a resource waste. Because of that > the interrupt support for standard g

RE: [PATCH] ARM: Samsung S5P: Unify defines for both gpio interrupt types

2010-09-30 Thread Kukjin Kim
Marek Szyprowski wrote: > > Hello, > Hi, (snip) > > > > Ok..firstly looks ok to me now. > > But I don't know...in the future may have to revert back due to S5P64XX. > > Well, these defines are used only by plat-s5p/irq-{eint,gpioint}.c. These generic > functions cannot be used for S5P64XX anyw

RE: [PATCH] ARM: Samsung S5P: Unify defines for both gpio interrupt types

2010-09-30 Thread Marek Szyprowski
Hello, On Thursday, September 30, 2010 1:23 PM Kukjin Kim wrote: > Marek Szyprowski wrote: > > > > Samsung S5P series have the same interrupt type defines for both > > external interrupts and gpio interrupts. This patch removes all > > duplicates from s5pc100 and s5pv210 specific includes as well

RE: [PATCH] ARM: Samsung S5P: Unify defines for both gpio interrupt types

2010-09-30 Thread Kukjin Kim
Marek Szyprowski wrote: > > Samsung S5P series have the same interrupt type defines for both > external interrupts and gpio interrupts. This patch removes all > duplicates from s5pc100 and s5pv210 specific includes as well as gpio > int code and put a common defines to plat/irqs.h > > Signed-off-

[PATCH] ARM: Samsung S5P: Unify defines for both gpio interrupt types

2010-09-30 Thread Marek Szyprowski
Samsung S5P series have the same interrupt type defines for both external interrupts and gpio interrupts. This patch removes all duplicates from s5pc100 and s5pv210 specific includes as well as gpio int code and put a common defines to plat/irqs.h Signed-off-by: Marek Szyprowski Signed-off-by: Ky

[PATCH v4] ARM: Samsung: Add common s5p gpio interrupt support

2010-09-30 Thread Marek Szyprowski
This patch adds common code to enable support of gpio interrupts on s5p series. The total number of gpio pins is quite large on s5p series. Registering irq support for all of them would be a resource waste. Because of that the interrupt support for standard gpio pins is registered dynamically by t

Re: [PATCH] ARM: S5PV210: Add audio support to Goni and Aquila board

2010-09-30 Thread Jassi Brar
On Mon, Sep 13, 2010 at 10:45 AM, Chanwoo Choi wrote: > This patch the I2C board information for the WM8994 used in the Goni/Aquila > as audio codec and adds the I2C/I2S platform drivers. Additionlly, to > control power consumption have registerd the voltage consumer of WM8994 > to the regulator f