Re: [PATCH V2 3/6] thermal: Add generic cpuhotplug cooling implementation

2012-03-19 Thread Amit Kachhap
On 19 March 2012 17:15, Srivatsa S. Bhat wrote: > On 03/19/2012 11:47 AM, Amit Daniel Kachhap wrote: > >> This patch adds support for generic cpu thermal cooling low level >> implementations using cpuhotplug based on the thermal level requested >> from user. Different cpu related cooling devices c

[GIT PULL] Power management updates for 3.4

2012-03-19 Thread Rafael J. Wysocki
Hi Linus, Please pull power management updates for 3.4 since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d: Linux 3.3-rc6 with top-most commit 98e8bdafeb4728a6af7bbcbcc3984967d1cf2bc1 Merge branch 'pm-domains' from the git repository at: git://git.kernel.org/pub/scm/linux/kernel/g

Re: [PATCH 5/5] mmc: sdhci-s3c: setup pins using pinctrl interface

2012-03-19 Thread Stephen Warren
On 03/11/2012 06:46 AM, Thomas Abraham wrote: > The platform specific callback to setup the sdhci pin mux and pin config > is removed and the pinctrl subsystem interface is used to setup the > mux and config. > @@ -643,8 +649,13 @@ static int __devinit sdhci_s3c_probe(struct > platform_device *pd

Re: [PATCH 1/5] pinctrl: add samsung pinctrl and gpiolib driver

2012-03-19 Thread Stephen Warren
On 03/11/2012 06:46 AM, Thomas Abraham wrote: > Add a new pinctrl and gpiolib driver for Samsung SoC's. This driver provides a > common framework for all Samsung SoC's to interface with the pinctrl and > gpiolib subsystems. > > This driver is split into two parts: the pinctrl interface and the gpi

Re: [PATCH 2/3] i2c-s3c2410: Rework device type handling

2012-03-19 Thread Mark Brown
On Thu, Mar 15, 2012 at 05:54:33PM +0100, Karol Lewandowski wrote: > If you consider code to be inherently less readable because of this > approach I'll rework it. If it's not a such big deal for you I would > prefer to keep it as is. The thing that was causing me to think the code was funny was

Re: [PATCH] usb: gadget: s3c-hsotg: fix kernel panic

2012-03-19 Thread Lukasz Majewski
On Fri, 16 Mar 2012 13:35:20 + Sangwook Lee wrote: > Fix kernel panic from s3c_hsotg_udc_stop. > if udc_is_newstyle is true, s3c_hsotg_udc_stop should not > call disconnect, unbind. > > As running rmmod g_mass_storage, kernel panic happens. > > (composite_unbind+0x14/0x164 [g_mass_storage])

Re: [PATCH V2 3/6] thermal: Add generic cpuhotplug cooling implementation

2012-03-19 Thread Srivatsa S. Bhat
On 03/19/2012 11:47 AM, Amit Daniel Kachhap wrote: > This patch adds support for generic cpu thermal cooling low level > implementations using cpuhotplug based on the thermal level requested > from user. Different cpu related cooling devices can be registered by the > user and the binding of these

s3c64xx wake up question

2012-03-19 Thread Madhvapathi Sriram
Hi, I am trying to get wake-up from IDLE and SLEEP working on my board based on S3C6410. The problem I see is that once the CPU goes to SLEEP or IDLE state, it does not wake up despite configuring activity on Keypad. I have verified the following: 1. VDD_ALIVE is powered up @1.2V 2. Dumped EINT

Re: [PATCH] mmc: dwmci: Add new register bit at IP version of 240A.

2012-03-19 Thread Jaehoon Chung
Hi Jaehun. I have sent the similar to your patch. (http://www.spinics.net/lists/linux-mmc/msg10305.html) I think good that add the checking point whether implement hold_reg in dwmmc-IP or not. On 03/19/2012 06:26 PM, JaeHun Jung wrote: > use_hold_reg bit is added at 240A version. > This registe

[PATCH] mmc: dwmci: Add new register bit at IP version of 240A.

2012-03-19 Thread JaeHun Jung
use_hold_reg bit is added at 240A version. This register is.. Use Hold Register 0 - CMD and DATA sent to card bypassing HOLD Register 1 - CMD and DATA sent to card through the HOLD Register Note: Set to 1'b1 for SDR12 and SDR25 (with non-zero phase-shifted cclk_in_drv) zero phase shift is not allow

Re: [PATCH v2 3/3] ARM: Samsung: Rework platform data of s3c-fb driver

2012-03-19 Thread Darius Augulis
On Mon, Mar 19, 2012 at 9:49 AM, Thomas Abraham wrote: > On 19 March 2012 13:10, Darius Augulis wrote: >> Right now s3c_fb_pd_win contains exactly LCD timing values. >> Your patch will move these timing values to struct fb_videomode. >> >> I could make necessary patch for that too, but I think y

Re: [PATCH v2 3/3] ARM: Samsung: Rework platform data of s3c-fb driver

2012-03-19 Thread Thomas Abraham
On 19 March 2012 13:10, Darius Augulis wrote: > Hi, > > On Mon, Mar 19, 2012 at 9:29 AM, Thomas Abraham > wrote: >> Hi Darius, >> >> On 19 March 2012 05:16, Jingoo Han wrote: >> [...] >> >>> >>> Because there are not multiple windows and driver sees only single window >>> as you mentiond, >>> O

Re: [PATCH v2 3/3] ARM: Samsung: Rework platform data of s3c-fb driver

2012-03-19 Thread Darius Augulis
Hi, On Mon, Mar 19, 2012 at 9:29 AM, Thomas Abraham wrote: > Hi Darius, > > On 19 March 2012 05:16, Jingoo Han wrote: > [...] > >> >> Because there are not multiple windows and driver sees only single window as >> you mentiond, >> Only 'struct s3c_fb_pd_win mini6410_fb_win[0]' should be used an

Re: [PATCH v2 3/3] ARM: Samsung: Rework platform data of s3c-fb driver

2012-03-19 Thread Thomas Abraham
Hi Darius, On 19 March 2012 05:16, Jingoo Han wrote: [...] > > Because there are not multiple windows and driver sees only single window as > you mentiond, > Only 'struct s3c_fb_pd_win mini6410_fb_win[0]' should be used and > 'struct s3c_fb_pd_win mini6410_fb_win[1]' should not be used. > s3c_f