Re: [PATCH 0/3 v6] Add v4l2 subdev driver for Samsung S5P MIPI-CSI receivers

2011-05-16 Thread Laurent Pinchart
Hi Sylwester, On Monday 16 May 2011 14:05:36 Sylwester Nawrocki wrote: > Hello, > > I'm resending this MIPI-CSI slave device driver patch to address review > comments and fix a few further minor issues. My apologies for spamming a > mailbox to those who are not interested. For the whole patch se

RE: [PATCH] ARM: EXYNOS4: Fix card insert/removal event detection on smdkv310 board

2011-05-16 Thread Marek Szyprowski
Hello, On Monday, May 16, 2011 4:06 PM Thomas Abraham wrote: > On SMDKV310 board, a card detect gpio pin is available that is directly > connected to the io pad of the sdhci controller. Fix incorrect value > of cd_type field in platform data for sdhci instance 0 and 2. > > Signed-off-by: Thomas

RE: [PATCH 0/7] ARM: Removing ARCH_S5PC100

2011-05-16 Thread Marek Szyprowski
Hello, On Friday, May 13, 2011 2:56 PM Vasily Khoruzhick wrote: > On Thursday 12 May 2011 04:11:07 Kukjin Kim wrote: > > This patch remvoes mach-s5pc100 directory for ARCH_S5PC100 in arch/arm. > > Hm, what's the point of removing this code? May I also ask the same? What's the point in removing

[PATCH] ARM: EXYNOS4: Fix card insert/removal event detection on smdkv310 board

2011-05-16 Thread Thomas Abraham
On SMDKV310 board, a card detect gpio pin is available that is directly connected to the io pad of the sdhci controller. Fix incorrect value of cd_type field in platform data for sdhci instance 0 and 2. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos4/mach-smdkv310.c |4 ++-- 1 files

[PATCH] ARM: EXYNOS4: Fix incorrect mapping of gpio pull-up macro to register setting

2011-05-16 Thread Thomas Abraham
The S3C_GPIO_PULL_UP macro value incorrectly maps to a reserved setting of GPIO pull up/down registers on Exynos4 platform. Fix this incorrect mapping by adding wrappers to the s3c_gpio_setpull_updown and s3c_gpio_getpull_updown functions. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos4/

[PATCH v6 3/3] v4l: Add v4l2 subdev driver for S5P/EXYNOS4 MIPI-CSI receivers

2011-05-16 Thread Sylwester Nawrocki
Add the subdev driver for the MIPI CSIS units available in S5P and Exynos4 SoC series. This driver supports both CSIS0 and CSIS1 MIPI-CSI2 receivers. The driver requires Runtime PM to be enabled for proper operation. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/med

[PATCH v6 2/3] v4l: Move s5p-fimc driver into Video capture devices

2011-05-16 Thread Sylwester Nawrocki
s5p-fimc now also implements a camera capture video node so move it under the "Video capture devices" Kconfig menu. Also update the entry to reflect the driver's coverage of EXYNOS4 SoCs and separate the Makefile entry from the soc-camera drivers set. Signed-off-by: Sylwester Nawrocki Signed-off-

[PATCH v6 1/3] v4l: Add V4L2_MBUS_FMT_JPEG_1X8 media bus format

2011-05-16 Thread Sylwester Nawrocki
Add V4L2_MBUS_FMT_JPEG_1X8 format and the corresponding Docbook documentation. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Acked-by: Laurent Pinchart --- Documentation/DocBook/v4l/subdev-formats.xml | 46 ++ include/linux/v4l2-mediabus.h

[PATCH 0/3 v6] Add v4l2 subdev driver for Samsung S5P MIPI-CSI receivers

2011-05-16 Thread Sylwester Nawrocki
Hello, I'm resending this MIPI-CSI slave device driver patch to address review comments and fix a few further minor issues. My apologies for spamming a mailbox to those who are not interested. Changes since v5: - slightly improved description of struct csis_state - moved the pad number check

Re: [PATCH 2/7] ASoC: Remove to support sound for S5PC100

2011-05-16 Thread Jassi Brar
On Mon, May 16, 2011 at 12:49 PM, Kukjin Kim wrote: >> > I found something for smdkc100 in smdk_wm8580.c but I'm not sure which >> should be removed in smdk_wm9713.c. >> > >> >> Just the comment about jumper settings on smdkc100 >> otherwise it gives wrong impression that the board is supported.

RE: [PATCH 2/7] ASoC: Remove to support sound for S5PC100

2011-05-16 Thread Kukjin Kim
Jassi Brar wrote: > > On Thu, May 12, 2011 at 1:23 PM, Kukjin Kim wrote: > > >> You might also want to remove smdkc100 support from > >> sound/soc/samsung/smdk_wm9713.c > >> sound/soc/samsung/smdk_wm8580.c > >> And three other references to smdkc100 in sound/soc/samsung/Kconfig > > > > I found

RE: [PATCH] ARM: Suspend: Fix build error on ARCH_S5PC100

2011-05-16 Thread Kukjin Kim
Russell King - ARM Linux wrote: > > On Mon, May 02, 2011 at 10:09:55AM +0900, Kukjin Kim wrote: > > Russell King - ARM Linux wrote: > > > > > > On Mon, Apr 04, 2011 at 08:47:17PM +0900, Kukjin Kim wrote: > > > > Russell King - ARM Linux wrote: > > > > > > > > > > On Sat, Apr 02, 2011 at 11:09:15AM

RE: [PATCH 3/7] [media] s5p-fimc: Remove to support fimc for S5PC100

2011-05-16 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > Hi Kukjin, > Hi, > Shouldn't there be some deprecation period for whole s5pc100 support removal ? This is that. But I know, there is no time... > It looks a bit rude to me that suddenly whole support for the SoC is vanished. Hmm...what did you think about my prev