Re: [PATCH] ARM: S5PC210: add support for i2c PMICs on Universal_C210 board

2011-03-05 Thread Russell King - ARM Linux
On Thu, Mar 03, 2011 at 11:40:26AM +0900, Kyungmin Park wrote: > On Tue, Feb 15, 2011 at 8:35 PM, Russell King - ARM Linux > wrote: > > On Tue, Feb 15, 2011 at 11:59:15AM +0100, Marek Szyprowski wrote: > >>  #include > >> +#include > > > > Need I say anything about this? > > Hi Russell, > > Ho

Re: [PATCH] ARM: S5PC210: add support for i2c PMICs on Universal_C210 board

2011-03-02 Thread Kyungmin Park
On Tue, Feb 15, 2011 at 8:35 PM, Russell King - ARM Linux wrote: > On Tue, Feb 15, 2011 at 11:59:15AM +0100, Marek Szyprowski wrote: >>  #include >> +#include > > Need I say anything about this? Hi Russell, How about to prevent it as compiler error? It's frequent mistake. At each mach/gpio.h

Re: [PATCH] ARM: S5PC210: add support for i2c PMICs on Universal_C210 board

2011-02-15 Thread Russell King - ARM Linux
On Tue, Feb 15, 2011 at 11:59:15AM +0100, Marek Szyprowski wrote: > #include > +#include Need I say anything about this? -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kern

[PATCH] ARM: S5PC210: add support for i2c PMICs on Universal_C210 board

2011-02-15 Thread Marek Szyprowski
This patch adds basic definitions for MAX8952 & LP3974 (MAX8998 compatible) PMICs for UniversalC210 board. Power consumers for the device drivers will be added later. These two PMICs occupy I2C5 bus. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pv310/Kconfig