All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] ARM: S5P6440: Add support for Samsung's S5P6440 SoC
@ 2010-01-11  4:00 Kukjin Kim
  2010-01-11  6:44 ` Ben Dooks
  0 siblings, 1 reply; 2+ messages in thread
From: Kukjin Kim @ 2010-01-11  4:00 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: ben-linux,
	김국진/S/W Solution개발팀(S.LSI)/E5(책임)/삼성전자

Hi All,

This patches add basic support for Samsung's S5P6440 SoC.
The feature set that is added are clock, timer, uart and interrupts.

The clock changes are based on Harald Welte's patch. This patch is
also based on Ben's plat-samsung patch.

This patch set includes the following patches.

[PATCH V3 1/7] ARM: S5P6440: Add new CPU initialization support
[PATCH V3 2/7] ARM: S5P6440: Add Clock and PLL support
[PATCH V3 3/7] ARM: S5P6440: Add IRQ support
[PATCH V3 4/7] ARM: S5P6440: Add Timer support
[PATCH V3 5/7] ARM: S5P6440: Add new Kconfig and Makefiles
[PATCH V3 6/7] ARM: S5P6440: Add Board and configuration file
[PATCH V3 7/7] ARM: S5P6440: Add serial port support

This patch set depends on the following patches.

1. [PATCH 1/3] ARM: SAMSUNG: Add config option for number of additional GPIO
pins.
2. [PATCH 2/3] ARM: SAMSUNG: Make clk_default_setrate and
clk_ops_def_setrate visible to other code.
3. [PATCH 3/3] ARM: SAMSUNG: Add idle support.

Changes since v2:

1. Removed unused clock module defines.
2. Modified PLL code to be generic.
3. IRQ Timer and IRQ UART code use common code.
4. S5P timer code is removed and common code in plat-s3c is used.
5. Moved some of the code from plat-s5p to plat-samsung.

Changes since v1:

1. Corrected parent clock sources for all the clocks.
2. Corrected the HCLK_LOW frequency calculation issue.
3. Added a menuconfig option "S5P_GPIO_EXTRA" to select the number
   of additional GPIO's required in file arch/arm/plat-s5p/Kconfig
4. Add PCLK_LOW and UCLK1 as clock sources for UART module.
5. Removed conditional inclusion of mach-s5p6440/Kconfig.
6. Other fixes and changes.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
System LSI Division, SAMSUNG ELECTRONICS CO., LTD.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v3 0/7] ARM: S5P6440: Add support for Samsung's S5P6440 SoC
  2010-01-11  4:00 [PATCH v3 0/7] ARM: S5P6440: Add support for Samsung's S5P6440 SoC Kukjin Kim
@ 2010-01-11  6:44 ` Ben Dooks
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Dooks @ 2010-01-11  6:44 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-samsung-soc, ben-linux

On Mon, Jan 11, 2010 at 01:00:30PM +0900, Kukjin Kim wrote:
> Hi All,
> 
> This patches add basic support for Samsung's S5P6440 SoC.
> The feature set that is added are clock, timer, uart and interrupts.
> 
> The clock changes are based on Harald Welte's patch. This patch is
> also based on Ben's plat-samsung patch.
> 
> This patch set includes the following patches.
> 
> [PATCH V3 1/7] ARM: S5P6440: Add new CPU initialization support
> [PATCH V3 2/7] ARM: S5P6440: Add Clock and PLL support
> [PATCH V3 3/7] ARM: S5P6440: Add IRQ support
> [PATCH V3 4/7] ARM: S5P6440: Add Timer support
> [PATCH V3 5/7] ARM: S5P6440: Add new Kconfig and Makefiles
> [PATCH V3 6/7] ARM: S5P6440: Add Board and configuration file
> [PATCH V3 7/7] ARM: S5P6440: Add serial port support
> 
> This patch set depends on the following patches.
> 
> 1. [PATCH 1/3] ARM: SAMSUNG: Add config option for number of additional GPIO
> pins.
> 2. [PATCH 2/3] ARM: SAMSUNG: Make clk_default_setrate and
> clk_ops_def_setrate visible to other code.
> 3. [PATCH 3/3] ARM: SAMSUNG: Add idle support.
> 
> Changes since v2:
> 
> 1. Removed unused clock module defines.
> 2. Modified PLL code to be generic.
> 3. IRQ Timer and IRQ UART code use common code.
> 4. S5P timer code is removed and common code in plat-s3c is used.
> 5. Moved some of the code from plat-s5p to plat-samsung.

An improvement, there's still a couple of things that need changing before
merging. Please see the comments in the relevant patches.
 
> Changes since v1:
> 
> 1. Corrected parent clock sources for all the clocks.
> 2. Corrected the HCLK_LOW frequency calculation issue.
> 3. Added a menuconfig option "S5P_GPIO_EXTRA" to select the number
>    of additional GPIO's required in file arch/arm/plat-s5p/Kconfig
> 4. Add PCLK_LOW and UCLK1 as clock sources for UART module.
> 5. Removed conditional inclusion of mach-s5p6440/Kconfig.
> 6. Other fixes and changes.
> 
> Thanks.
> 
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> System LSI Division, SAMSUNG ELECTRONICS CO., LTD.
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-11  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11  4:00 [PATCH v3 0/7] ARM: S5P6440: Add support for Samsung's S5P6440 SoC Kukjin Kim
2010-01-11  6:44 ` Ben Dooks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.