RE: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-08-01 Thread Kukjin Kim
Joonyoung Shim wrote: > > On 8/2/2010 2:12 PM, Kukjin Kim wrote: > > Joonyoung Shim wrote: > >> On 8/2/2010 12:38 PM, Kukjin Kim wrote: > >>> Joonyoung Shim wrote: > Hi, I came back from vacation. > > Do you have any feedback? If ok, i want to go to input tree or > sam

Re: Please remind 'WARNING: about Samsung merge window over'

2010-08-01 Thread Kyungmin Park
Absurd !!! Did you mentioned that samsung merge window over before? why it's reminder mail? it's unilateral notification at this time. In my feelings. only include the your side (LSI) patches and don't include others (mobile). since it's not fit your taste. Can you explain the difference between

Re: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-08-01 Thread Joonyoung Shim
On 8/2/2010 2:12 PM, Kukjin Kim wrote: > Joonyoung Shim wrote: >> On 8/2/2010 12:38 PM, Kukjin Kim wrote: >>> Joonyoung Shim wrote: Hi, I came back from vacation. Do you have any feedback? If ok, i want to go to input tree or samsung tree these added sched.h including. >

Please remind 'WARNING: about Samsung merge window over'

2010-08-01 Thread Kukjin Kim
Please remind following which is from discussion about Samsung merge stuff with Russell. --- > > So, please send the majority of patches *before* the merge window and > > try to avoid sending anything but fixes during the merge window itself. > > The merge window is for code which has _already_ b

RE: [PATCH v3] ARM: Samsung SoC: clksrc-clk: wait for the stable SRC/DIV status.

2010-08-01 Thread Kukjin Kim
MyungJoo Ham wrote: > > Many MUX and clock dividers have a status bit so that users can wait > until the status is stable. When corresponding registers are accessed > while a clock is not stable, we may suffer from unexpected errors. > > Therefore, we introduce a mechanism to let the operations r

RE: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-08-01 Thread Kukjin Kim
Joonyoung Shim wrote: > > On 8/2/2010 12:38 PM, Kukjin Kim wrote: > > Joonyoung Shim wrote: > >> Hi, I came back from vacation. > >> > >> Do you have any feedback? If ok, i want to go to input tree or samsung > >> tree these added sched.h including. > > I applied the patch adding samsu

Re: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-08-01 Thread Joonyoung Shim
On 8/2/2010 12:38 PM, Kukjin Kim wrote: > Joonyoung Shim wrote: >> Hi, I came back from vacation. >> >> Do you have any feedback? If ok, i want to go to input tree or samsung >> tree these added sched.h including. > I applied the patch adding samsung-keypad.c and the platform data >

RE: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-08-01 Thread Kukjin Kim
Joonyoung Shim wrote: > > Hi, I came back from vacation. > > Do you have any feedback? If ok, i want to go to input tree or samsung > tree these added sched.h including. > >>> I applied the patch adding samsung-keypad.c and the platform data > >>> arch/arm/plat-samsung/include/plat/keyp

Re: [PATCH v6 3/3] input: samsung-keypad - Add samsung keypad driver

2010-08-01 Thread Joonyoung Shim
Hi, I came back from vacation. Do you have any feedback? If ok, i want to go to input tree or samsung tree these added sched.h including. >>> I applied the patch adding samsung-keypad.c and the platform data >>> arch/arm/plat-samsung/include/plat/keypad.h and I expect that >>> patches to

[PATCH v2] ARM: S5PV210: clksrc-clk: wait for the stable SRC/DIV fields added.

2010-08-01 Thread MyungJoo Ham
With this patch, clk_set_rate and clk_set_parent returns with stabilized clocks for non-glitch muxs and divs. This patch requires the following two patches. 1. V3 patch of "ARM: Samsung SoC: clksrc-clk: wait for the stable SRC/DIV status.", which has stable SRC/DIV support for Samsung SoC. 2. "A

[PATCH v3] ARM: Samsung SoC: clksrc-clk: wait for the stable SRC/DIV status.

2010-08-01 Thread MyungJoo Ham
Many MUX and clock dividers have a status bit so that users can wait until the status is stable. When corresponding registers are accessed while a clock is not stable, we may suffer from unexpected errors. Therefore, we introduce a mechanism to let the operations related with updating SRC/DIV regi

RE: [PATCH v5 1/7] ARM: S5PV210: Allow to probe EVT revision number.

2010-08-01 Thread Kukjin Kim
MyungJoo Ham wrote: > > Early products of S5PV210, EVT0, had several errata that require > kernel to avoid using some parts/instructions of the CPU or to > add protection instructions. There are products with such early > production CPUs; thus, we want to distinguish them in kernel. > This patch i

Re: [PATCH v2] ARM: Samsung SoC: clksrc-clk: wait for the stable SRC/DIV status.

2010-08-01 Thread MyungJoo Ham
On Sat, Jul 31, 2010 at 3:09 PM, Kukjin Kim wrote: > MyungJoo Ham wrote: >> >> Many MUX and clock dividers have a status bit so that users can wait >> until the status is stable. When corresponding registers are accessed >> while a clock is not stable, we may suffer from unexpected errors. >> >> T