[PATCH v3] Samsung: sdhci-s3c: add support for new card detection methods

2010-07-15 Thread Marek Szyprowski
On some Samsung SoCs not all SDHCI controllers have card detect (CD) line. For some embedded designs it is not even needed, because ususally the device (like SDIO flash memory or wifi controller) is permanently wired to the controller. There are also systems which have a card detect line connected

Re: s3c-hsotg patches

2010-07-15 Thread Ben Dooks
On Wed, Jul 14, 2010 at 08:10:26AM -0700, Greg KH wrote: > On Wed, Jul 14, 2010 at 11:39:50AM +0200, Marek Szyprowski wrote: > > Hello, > > > > On Wednesday, July 07, 2010 5:13 PM Greg KH wrote: > > > > > On Wed, Jul 07, 2010 at 01:02:12AM +0100, Ben Dooks wrote: > > > > Re-send of previous set,

[PATCH 01/10 v2] ARM: Samsung: Add FIMC register and platform definitions

2010-07-15 Thread Sylwester Nawrocki
FIMC device is a camera interface embedded in S3C/S5P Samsung SOC series. It supports ITU-R BT.601/656 and MIPI-CSI2 standards, memory to memory operations, color conversion, resizing and rotation. Signed-off-by: Sylwester Nawrocki Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --

[PATCH 03/10 v2] ARM: Samsung: Add platform definitions for local FIMC/FIMD fifo path

2010-07-15 Thread Sylwester Nawrocki
From: Marek Szyprowski Add a common s3c_fifo_link structure that describes a local path link between 2 multimedia devices (like FIMC and FrameBuffer). Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park Signed-off-by: Sylwester Nawrocki --- arch/arm/plat-samsung/include/plat/fifo.h

[PATCH 02/10 v2] ARM: Samsung: Add FIMC resource definition and FIMC driver platform helpers

2010-07-15 Thread Sylwester Nawrocki
Add camera interface SoC resource definitions and setup code for FIMC/FB fifo links. Signed-off-by: Sylwester Nawrocki Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pc100/Kconfig | 15 ++ arch/arm/mach-s5pc100/Makefile |

[PATCH v2] Samsung S5P SoC camera interface driver

2010-07-15 Thread Sylwester Nawrocki
Hello, This is a second version of my patch series adding support for camera interface, video output and video processing contained in Samsung's S3C/S5P SoCs. The first version can be found at: http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg01698.html Changes since v1: - supp

[PATCH 07/10 v2] ARM: S5PV210: add common Aquila & GONI code

2010-07-15 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pv210/Kconfig |5 +++ arch/arm/mach-s5pv210/Makefile |2 + arch/arm/mach-s5pv210/common-aquila-goni.c | 39 arch/arm/mac

[PATCH 05/10 v2] s3c-fb: Add v4l2 subdevice to support framebuffer local fifo input path

2010-07-15 Thread Sylwester Nawrocki
Selected multimedia devices in Samsung S3C/S5P SoC series are capable of transferring data directly between each other, bypassing the main system bus. Such a datapath exists between the camera interface/video postprocessor and the lcd controller. To control the data flow from the fimc driver level

[PATCH 09/10 v2] ARM: s5pv210: enable FIMC on Goni

2010-07-15 Thread Sylwester Nawrocki
From: Marek Szyprowski Signed-off-by: Marek Szyprowski Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pv210/Kconfig |1 + arch/arm/mach-s5pv210/mach-goni.c | 18 ++ 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/ar

[PATCH 06/10 v2] ARM: S5PV210: Add fifo link definitions for FIMC and framebuffer

2010-07-15 Thread Sylwester Nawrocki
Add definition of local paths that are available on Samsung S5PV210 SoCs. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park Signed-off-by: Sylwester Nawrocki --- arch/arm/mach-s5pv210/setup-fimc0.c | 23 +++ arch/arm/mach-s5pv210/setup-fimc1.c | 2

[PATCH 10/10 v2] ARM: S5PC100: enable FIMC on SMDKC100

2010-07-15 Thread Sylwester Nawrocki
Add support for FIMC on Samsung SMDKC100 board. Signed-off-by: Sylwester Nawrocki Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pc100/Kconfig |6 ++ arch/arm/mach-s5pc100/mach-smdkc100.c |9 + 2 files changed, 15 insertions(+), 0 d

[PATCH 08/10 v2] ARM: S5PV210: enable FIMC on Aquila

2010-07-15 Thread Sylwester Nawrocki
From: Marek Szyprowski Add support for FIMC on Samsung Aquila board. Enable support for local path mode between fimc and frame buffer. Signed-off-by: Marek Szyprowski Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pv210/Kconfig |7 +++ arch/a

Re: s3c-hsotg patches

2010-07-15 Thread Greg KH
On Thu, Jul 15, 2010 at 10:02:22AM +0100, Ben Dooks wrote: > On Wed, Jul 14, 2010 at 08:10:26AM -0700, Greg KH wrote: > > On Wed, Jul 14, 2010 at 11:39:50AM +0200, Marek Szyprowski wrote: > > > Hello, > > > > > > On Wednesday, July 07, 2010 5:13 PM Greg KH wrote: > > > > > > > On Wed, Jul 07, 201

Re: [PATCH 05/10 v2] s3c-fb: Add v4l2 subdevice to support framebuffer local fifo input path

2010-07-15 Thread Maurus Cuelenaere
Op 15-07-10 11:10, Sylwester Nawrocki schreef: > Selected multimedia devices in Samsung S3C/S5P SoC series are capable of > transferring data directly between each other, bypassing the main system > bus. Such a datapath exists between the camera interface/video > postprocessor and the lcd controll

RE: [PATCH 05/10 v2] s3c-fb: Add v4l2 subdevice to support framebuffer local fifo input path

2010-07-15 Thread Sylwester Nawrocki
Hello, > -Original Message- > From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung- > soc-ow...@vger.kernel.org] On Behalf Of Maurus Cuelenaere > Sent: Thursday, July 15, 2010 12:32 PM > To: Sylwester Nawrocki > Cc: linux-samsung-soc@vger.kernel.org; linux-arm- > ker...@list

[patch 1/1] i2c-s3c2410: Enable i2c clock only when doing some transfert

2010-07-15 Thread Rtp
This patch modify the s3c2410 i2c driver behaviour to enable the i2c clock only when needed. I'm not sure if this has a big impact on power usage but at least it's fixing a bug with the uda1380 codec which needs to be hard reset'ed if the i2c clock is enabled before it's powered on (at least on h1

Re: [PATCH v2] s3c-fb: Automatically calculate pixel clock when none is given

2010-07-15 Thread Andrew Morton
On Tue, 13 Jul 2010 02:05:45 +0200 Maurus Cuelenaere wrote: > This patch adds a simple algorithm which calculates the pixel clock based on > the > video mode parameters. This is only done when no pixel clock is supplied > through > the platform data. > So.. we are to assume that there's a pl

Re: [PATCH v2] s3c-fb: Automatically calculate pixel clock when none is given

2010-07-15 Thread Maurus Cuelenaere
Op 15-07-10 20:52, Andrew Morton schreef: > On Tue, 13 Jul 2010 02:05:45 +0200 > Maurus Cuelenaere wrote: > >> This patch adds a simple algorithm which calculates the pixel clock based on >> the >> video mode parameters. This is only done when no pixel clock is supplied >> through >> the platfo

Re: [PATCH v2] s3c-fb: Automatically calculate pixel clock when none is given

2010-07-15 Thread Andrew Morton
On Thu, 15 Jul 2010 21:23:15 +0200 Maurus Cuelenaere wrote: > Op 15-07-10 20:52, Andrew Morton schreef: > > On Tue, 13 Jul 2010 02:05:45 +0200 > > Maurus Cuelenaere wrote: > > > >> This patch adds a simple algorithm which calculates the pixel clock based > >> on the > >> video mode parameters.

Re: [PATCH v3] Samsung: sdhci-s3c: add support for new card detection methods

2010-07-15 Thread Andrew Morton
On Thu, 15 Jul 2010 10:15:21 +0200 Marek Szyprowski wrote: > On some Samsung SoCs not all SDHCI controllers have card detect (CD) > line. For some embedded designs it is not even needed, because ususally > the device (like SDIO flash memory or wifi controller) is permanently > wired to the contro

Re: next-samsung: acer n30/n35 updates

2010-07-15 Thread Christer Weinigel
Hi all, On 05/12/2010 03:22 PM, Pinkava J. wrote: Dne 11.5.2010 03:03, Ben Dooks napsal(a): I'd run this past Christer if he wasn't already copied in on them. I wos trying contact them before fewtimes but withought response. Oops. My machine died a while ago and when I set it up again, I

Re: About SECTION_SIZE_BITS for Sparsemem

2010-07-15 Thread Minchan Kim
On Thu, Jul 15, 2010 at 5:49 AM, Russell King - ARM Linux wrote: > On Wed, Jul 14, 2010 at 08:04:07PM +0900, Minchan Kim wrote: >> On Wed, Jul 14, 2010 at 5:49 PM, Russell King - ARM Linux >> wrote: >> > On Wed, Jul 14, 2010 at 08:59:06AM +0900, Minchan Kim wrote: >> >> But I think Kukjin case's

RE: [PATCH v3] Samsung: sdhci-s3c: add support for new card detection methods

2010-07-15 Thread Marek Szyprowski
Hello, On Thursday, July 15, 2010 10:40 PM Andrew Morton wrote: > On Thu, 15 Jul 2010 10:15:21 +0200 > Marek Szyprowski wrote: > > > On some Samsung SoCs not all SDHCI controllers have card detect (CD) > > line. For some embedded designs it is not even needed, because ususally > > the device (l