RE: [PATCH v3] Update Samsung S5PC100 SoC support

2009-11-18 Thread Marek Szyprowski
Hello, On Wednesday, November 18, 2009 12:59 AM Ben Dooks wrote: On Tue, Nov 17, 2009 at 08:41:10AM +0100, Marek Szyprowski wrote: Hello, ok, series applied and pushed to git.fluff.org. Will do a quick build test and then get on with other stuff. Thanks. Let me know if you get any

[PATCH] Add Samsung S5PC110 SoC support

2009-11-18 Thread Marek Szyprowski
Hello, This preliminary patch series adds support for Samsung S5PC110 SoC. S5PC110 belongs to S5PC1XX family (CortexA8 ARM core), but differs in many places from the S5PC100 SoC: new memory map, different clock hierarchy, new gpio banks and much more powerful integrated peripherals. Such

[PATCH 06/19] ARM: S5PC1XX: cleanup of s5pc1xx common code

2009-11-18 Thread Marek Szyprowski
From: Kyungmin Park kyungmin.p...@samsung.com This patch removes all useless definitions from plat/s5pc100.h and introduces new common plat/s5pc1xx.h include. Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com ---

[PATCH 03/19] ARM: S5PC1XX: prepare common cpuclocks code for S5PC110 sub-platform

2009-11-18 Thread Marek Szyprowski
From: Kyungmin Park kyungmin.p...@samsung.com CLK_OTHER register block is specific for S5PC100 SoC, so move the definition to mach-s5pc100/cpu.c. Size of CLK and PWR register block is different on S5PC100 and S5PC110, thus new defines are introduced. Clock and pll hierarchy is completely

[PATCH 07/19] ARM: S5PC1XX: move s5pc100 specific device helpers to mach-s5pc100 dir

2009-11-18 Thread Marek Szyprowski
From: Kyungmin Park kyungmin.p...@samsung.com All device helpers that are defined in plat-s5pc1xx are S5PC100 specific. This patch moves them to mach-s5pc100 directory to make use of newly created sub-platform support. Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Marek

[PATCH 08/19] ARM: S5PC1XX: move common s5pc1xx s3c-fb regs to platform directory

2009-11-18 Thread Marek Szyprowski
From: Pawel Osciak p.osc...@samsung.com From: Pawel Osciak p.osc...@samsung.com Frame buffer register block on S5PC100 and S5PC110 differs slightly. This patch moves all register definitions that are common for S5PC100 and S5PC110 to plat-s3c/plat/regs-fb-v5.h. Signed-off-by: Kyungmin Park

Re: [PATCH 09/19] drivers: serial: add support for Samsung S5PC110 SoC uart

2009-11-18 Thread jassi brar
On Wed, Nov 18, 2009 at 10:33 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: From: Kyungmin Park kyungmin.p...@samsung.com Samsung S5PC110 SoCs have UART that differs a bit from the one known from the previous Samsung SoCs. This patch adds support for this new driver. Signed-off-by:

Re: [PATCH 10/19] ARM: S5PC1XX: add S5PC110 memory map

2009-11-18 Thread Ben Dooks
There's stuff in here from 'Byungho Min bh...@samsung.com' but no mention of an ack or signoff from this person. -- Ben Q: What's a light-year? A: One-third less calories than a regular year. -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of

Re: [PATCH 14/19] ARM: S5PC1XX: add support for s5pc110 gpio

2009-11-18 Thread Ben Dooks
On Wed, Nov 18, 2009 at 02:33:09PM +0100, Marek Szyprowski wrote: From: Kyungmin Park kyungmin.p...@samsung.com Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds gpiolib support for

Re: [PATCH 09/19] drivers: serial: add support for Samsung S5PC110 SoC uart

2009-11-18 Thread Ben Dooks
On Wed, Nov 18, 2009 at 11:14:52PM +0900, jassi brar wrote: On Wed, Nov 18, 2009 at 10:33 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: From: Kyungmin Park kyungmin.p...@samsung.com Samsung S5PC110 SoCs have UART that differs a bit from the one known from the previous Samsung

Re: [PATCH] Add Samsung S5PC110 SoC support

2009-11-18 Thread Ben Dooks
On Wed, Nov 18, 2009 at 02:32:55PM +0100, Marek Szyprowski wrote: Hello, This preliminary patch series adds support for Samsung S5PC110 SoC. S5PC110 belongs to S5PC1XX family (CortexA8 ARM core), but differs in many places from the S5PC100 SoC: new memory map, different clock hierarchy, new

[patch 1/1] TOUCHSCREEN: S3C24XX touchscreen driver from Arnaud Patard.

2009-11-18 Thread Ben Dooks
From: Arnaud Patard arnaud.pat...@rtp-net.org S3C24XX touchscreen driver, originally written by Arnaud Patard and other contributors. This driver is the version from the Simtec Electronics tree, and as such is the best place to start and thus proposed to be merged into the linux input system.

Re: [PATCH 09/19] drivers: serial: add support for Samsung S5PC110 SoC uart

2009-11-18 Thread jassi brar
On Thu, Nov 19, 2009 at 7:13 AM, Ben Dooks ben-li...@fluff.org wrote: On Wed, Nov 18, 2009 at 11:14:52PM +0900, jassi brar wrote: On Wed, Nov 18, 2009 at 10:33 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: From: Kyungmin Park kyungmin.p...@samsung.com Samsung S5PC110 SoCs have UART

Re: [patch 1/1] TOUCHSCREEN: S3C24XX touchscreen driver from Arnaud Patard.

2009-11-18 Thread Dmitry Torokhov
Hi Ben, On Wed, Nov 18, 2009 at 11:29:40PM +, Ben Dooks wrote: From: Arnaud Patard arnaud.pat...@rtp-net.org S3C24XX touchscreen driver, originally written by Arnaud Patard and other contributors. This driver is the version from the Simtec Electronics tree, and as such is the best place