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.
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
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. "
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
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
> +
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
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
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
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 |
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
23 matches
Mail list logo