[PATCH 00/13] ARM: S5P64X0: Add new S5P6450 Support

2010-09-01 Thread Kukjin Kim
This patches add basic support for Samsung S5P6450 SoC. Basically this patch moves mach-s5p6440 (ARCH_S5P6440) to mach-s5p64x0 (ARCH_S5P64X0) to support Samsung's new S5P6450 SoC. The ARCH_S5P64X0 can support S5P6440 and S5P6450 with one kernel image. It is tested on SMDK6440(S5P6440) and

[PATCH 06/13] ARM: S5P64X0: Update Timer support

2010-09-01 Thread Kukjin Kim
This patch updates timer support for S5P6440 and S5P6450 SoCs. Signed-off-by: Kukjin Kim kgene@samsung.com --- .../include/mach/pwm-clock.h | 10 -- .../include/mach/tick.h| 13 + 2 files changed, 13 insertions(+), 10

[PATCH 02/13] ARM: S5P64X0: Update Kconfig and Makefile

2010-09-01 Thread Kukjin Kim
This patch updates the Kconfig and Makefile for the S5P6440 and S5P6450 machines. It also updates arch/arm/ Kconfig and Makefile to include for support ARCH_S5P64X0 with one kernel image. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/Kconfig |

[PATCH 09/13] ARM: S5P64X0: Add S5P6450 I2C support

2010-09-01 Thread Kukjin Kim
This patch adds S5P6450 I2C support in the ARCH_S5P64X0. And moves S5P6440 I2C support files into the mach-s5p64x0 together. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-s5p64x0/include/mach/i2c.h | 17 ++ .../{mach-s5p6440 =

[PATCH 07/13] ARM: S5P64X0: Update Audio support

2010-09-01 Thread Kukjin Kim
This patch updates Audio and SPI for S5P6440 and S5P6450 SoCs. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Jassi Brar jassi.b...@samsung.com --- arch/arm/mach-s5p6440/dev-audio.c | 127 --- arch/arm/mach-s5p6440/dev-spi.c | 176 ---

[PATCH 12/13] ARM: S5P64X0: Add UART serial support for S5P6450

2010-09-01 Thread Kukjin Kim
This patch adds UART serial port support for S5P6450 SoC. The S5P6450 has 6 UARTs, so adds resource of UART4 and UART5. And to fix membase which is in serial/samsung.c is from Ben Dooks. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Ben Dooks ben-li...@fluff.org ---

[PATCH 10/13] ARM: S5P64X0: Move GPIO support files for merge S5P64X0

2010-09-01 Thread Kukjin Kim
This patch moves S5P6440 GPIO support files from mach-s5p6440 into the new mach-s5p64x0 for merge S5P6440 and S5P6450 SocS. NOTE: Not supported S5P6450 GPIO yet. Will be supported soon. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-s5p6440/gpio.c | 344

Re: [PATCH v2] MAX8952 PMIC Driver Initial Release

2010-09-01 Thread Mark Brown
On Wed, Sep 01, 2010 at 09:15:36AM +0900, Kukjin Kim wrote: Seems almost same between the operation of max8649 and max8952 except output voltage range. How do you think that can support max8952 with small modifying max8649? Take a look at something like the WM831x drivers for how you can

Re: [PATCH 01/13] ARM: S5P: Moves initial map for merging S5P64X0

2010-09-01 Thread Kyungmin Park
For long time you insist to use the S5P prefix, but it's changed to each SoC name. anyway good move. On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim kgene@samsung.com wrote: This patch moves some initial maps from plat-s5p to machine, so that can merge mach-s5p6440 and mach-s5p6450.

RE: [PATCH v2] MAX8952 PMIC Driver Initial Release

2010-09-01 Thread Kukjin Kim
Mark Brown wrote: On Wed, Sep 01, 2010 at 09:15:36AM +0900, Kukjin Kim wrote: Seems almost same between the operation of max8649 and max8952 except output voltage range. How do you think that can support max8952 with small modifying max8649? Take a look at something like the

Re: [PATCH 02/13] ARM: S5P64X0: Update Kconfig and Makefile

2010-09-01 Thread Kyungmin Park
On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim kgene@samsung.com wrote: This patch updates the Kconfig and Makefile for the S5P6440 and S5P6450 machines. It also updates arch/arm/ Kconfig and Makefile to include for support ARCH_S5P64X0 with one kernel image. Signed-off-by: Kukjin Kim

Re: [PATCH v2] MAX8952 PMIC Driver Initial Release

2010-09-01 Thread Mark Brown
On Wed, Sep 01, 2010 at 06:44:11PM +0900, Kukjin Kim wrote: MM...but I'm not sure if I can submit other patch for max8952... Actually, Mr. Ham's max8952 code has been applied by Liam. We can always remove that if it makes more sense to combine the code. - return (MAX8649_DCDC_VMIN +

Re: [PATCH 11/13] ARM: S5P64X0: Move SMDK6440 board file and Add SMDK6450 board file

2010-09-01 Thread Kyungmin Park
On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim kgene@samsung.com wrote: This patch moves smdk6440 board file from mach-s5p6440 into the new mach-s5p64x0 directory and adds smdk6450 board file. Signed-off-by: Kukjin Kim kgene@samsung.com ---  .../{mach-s5p6440 =

Re: [PATCH v2] MAX8952 PMIC Driver Initial Release

2010-09-01 Thread Kyungmin Park
On Wed, Sep 1, 2010 at 6:44 PM, Kukjin Kim kgene@samsung.com wrote: Mark Brown wrote: On Wed, Sep 01, 2010 at 09:15:36AM +0900, Kukjin Kim wrote: Seems almost same between the operation of max8649 and max8952 except output voltage range. How do you think that can support max8952

RE: [PATCH v2] MAX8952 PMIC Driver Initial Release

2010-09-01 Thread Kukjin Kim
Kyungmin Park wrote: On Wed, Sep 1, 2010 at 6:44 PM, Kukjin Kim kgene@samsung.com wrote: Mark Brown wrote: On Wed, Sep 01, 2010 at 09:15:36AM +0900, Kukjin Kim wrote: Seems almost same between the operation of max8649 and max8952 except output voltage range. How do you

Re: [PATCH v2] MAX8952 PMIC Driver Initial Release

2010-09-01 Thread Kyungmin Park
On Wed, Sep 1, 2010 at 7:27 PM, Kukjin Kim kgene@samsung.com wrote: Kyungmin Park wrote: On Wed, Sep 1, 2010 at 6:44 PM, Kukjin Kim kgene@samsung.com wrote: Mark Brown wrote: On Wed, Sep 01, 2010 at 09:15:36AM +0900, Kukjin Kim wrote: Seems almost same between the operation

Re: [PATCH v2] MAX8952 PMIC Driver Initial Release

2010-09-01 Thread Mark Brown
On Wed, Sep 01, 2010 at 07:36:40PM +0900, Kyungmin Park wrote: As your word, first check the ID1 to detect the 8649 and 8952 and read ID2 again to distinguish it. But actually we pass the max8952 as platform device, so don't need to read ID2. If you can read the ID from the chip it's always

Re: [PATCH 00/13] ARM: S5P64X0: Add new S5P6450 Support

2010-09-01 Thread Ben Dooks
On Wed, Sep 01, 2010 at 04:09:07PM +0900, Kukjin Kim wrote: This patches add basic support for Samsung S5P6450 SoC. Basically this patch moves mach-s5p6440 (ARCH_S5P6440) to mach-s5p64x0 (ARCH_S5P64X0) to support Samsung's new S5P6450 SoC. The ARCH_S5P64X0 can support S5P6440 and S5P6450

Re: [PATCH 08/13] ARM: S5P64X0: Move DMA support for S5P64X0

2010-09-01 Thread Jassi Brar
On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim kgene@samsung.com wrote: This patch moves DMA support files in the mach-s5p64x0 for S5P6440 and S5P6450 SoCs. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Jassi Brar jassi.b...@samsung.com ---  arch/arm/{mach-s5p6440 =

Re: [PATCH 07/13] ARM: S5P64X0: Update Audio support

2010-09-01 Thread Jassi Brar
On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim kgene@samsung.com wrote: This patch updates Audio and SPI for S5P6440 and S5P6450 SoCs. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Jassi Brar jassi.b...@samsung.com ---  arch/arm/mach-s5p6440/dev-audio.c               |  127 ---