RE: [PATCH] ARM: S5P: Add platform helpers for camera GPIO configuration

2011-03-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > Add functions for the parallel camera GPIO interface > configuration on S5PV210 and S5PV310 SoCs. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park Hmm...typo? Signed-off-by: Kyungmin Park > --- > arch/arm/mach-s5pv210/Kconfig |

RE: [PATCH] ARM: S5P: Add platform helpers for camera GPIO configuration

2011-03-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > > On 02/11/2011 07:07 PM, Sylwester Nawrocki wrote: > > Add functions for the parallel camera GPIO interface > > configuration on S5PV210 and S5PV310 SoCs. > > > > Kukjin, are you OK with general concept of those? > I would probably need to rework the patches after

[PATCH] ARM: EXYNOS4: Add ARMLEX4210 Board support file

2011-03-02 Thread ALIM AKHTAR
This patch is based on 'for-next' branch of kgene tree. This patch adds Samsung ARMLEX4210 board support file which is based on Exynos4210. Signed-off-by: Alim Akhtar --- arch/arm/mach-exynos4/Kconfig | 13 ++ arch/arm/mach-exynos4/Makefile |1 + arch/arm/mach-exynos4

RE: [PATCH] ARM: EXYNOS4: enabled lcd and backlight in NURI board

2011-03-02 Thread Kukjin Kim
Donghwa Lee wrote: > > This patch enables lcd and backlight drivers in NURI board. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > -- > arch/arm/configs/exynos4_nuri_defconfig |9 +++- > arch/arm/mach-exynos4/Kconfig |1 + > arch/arm/mach-exynos4/mach-nuri

RE: [PATCH/RFC 0/3] ARM: S5P: Add common DPHY control code for MIPI-CSIS/MIPI-DSIM devices

2011-03-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > Hello, > > the following patch series adds a common platform code to enable control > of MIPI-CSI receiver's DPHY from within it's V4L2 subdev driver. The driver > is supposed to support possibly all S5P SoCs variants and the PHY handling > details need to be hidden

RE: [PATCH 1/3] ARM: S5P: Rename MIPI-CSIS header and update Copyright

2011-03-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > --- > arch/arm/plat-s5p/dev-csis0.c |2 +- > arch/arm/plat-s5p/dev-csis1.c |2 +- > arch/arm/plat-s5p/include/plat/csis.h | 28 -- > -

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 v2] ARM: S5PC210: add support for i2c PMICs on Universal_C210 board

2011-03-02 Thread Kukjin Kim
Marek Szyprowski wrote: > > 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. > Hi Marek, Could you please re-work this based on Exynos4? And

[PATCH 1/3] ARM: S5P: Rename MIPI-CSIS header and update Copyright

2011-03-02 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/plat-s5p/dev-csis0.c |2 +- arch/arm/plat-s5p/dev-csis1.c |2 +- arch/arm/plat-s5p/include/plat/csis.h | 28 arch/arm/plat-s5p/include/plat/mipi_csis.

[PATCH 3/3] ARM: EXYNOS4: Add clock entries for MIPI DPHY control

2011-03-02 Thread Sylwester Nawrocki
This clock entries allow enable control of MIPI-DSIM and MIPI-CSIS PHYs from respective drivers without a need for any callbacks in driver's platform data. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/clock.c | 31 +++

[PATCH 2/3] ARM: S5PV210: Add clock entries for MIPI DPHY control

2011-03-02 Thread Sylwester Nawrocki
This clock entries allow control of enable state of MIPI-DSIM and MIPI-CSIS PHYs from respective drivers without a need for any callbacks in driver's platform data. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pv210/clock.c | 27

[PATCH/RFC 0/3] ARM: S5P: Add common DPHY control code for MIPI-CSIS/MIPI-DSIM devices

2011-03-02 Thread Sylwester Nawrocki
Hello, the following patch series adds a common platform code to enable control of MIPI-CSI receiver's DPHY from within it's V4L2 subdev driver. The driver is supposed to support possibly all S5P SoCs variants and the PHY handling details need to be hidden in the platform code. The functionality