RE: [PATCH v2 3/3] sdhci-s3c: Add SDHCI_QUIRK_NO_WP_BIT quirk

2010-07-05 Thread Marek Szyprowski
Hello, On Saturday, July 03, 2010 3:01 AM Kukjin Kim wrote: From: Hyuk Lee hyuk1@samsung.com If host controller doesn't have WP pin which should be connnected with SDMMC card WP pin, can implement get_ro function with using the allocated gpio. In order to use this quirk wp_gpio in the

RE: [PATCH v2 3/3] sdhci-s3c: Add SDHCI_QUIRK_NO_WP_BIT quirk

2010-07-05 Thread Kukjin Kim
Marek Szyprowski wrote: Hello, Hello :-) On Saturday, July 03, 2010 3:01 AM Kukjin Kim wrote: From: Hyuk Lee hyuk1@samsung.com If host controller doesn't have WP pin which should be connnected with SDMMC card WP pin, can implement get_ro function with using the allocated

[PATCH v2] Samsung Aquila GONI update

2010-07-05 Thread Marek Szyprowski
Hello, This short patch series adds basic framebuffer defintion to Samsung GONI board as well as PMIC8998 support for both Samsung Aquila and GONI boards. MAX8998 PMIC driver has been accepted by regulator subsystem maintainers and is already available in the 'next' kernel tree (see commit

[PATCH 2/3] arm: s5pv210: Aquila: add support for MAX8998 PMIC

2010-07-05 Thread Marek Szyprowski
This patch adds required platform definitions for MAX8998 PMIC driver. Power regulators for LDO and BUCK outputs has been defined as well as a simple gpio-keys button for power key (to enable wakeup functionality with external interrupt). Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com

[PATCH 1/3] arm: s5pv210: GONI: add support for framebuffer

2010-07-05 Thread Marek Szyprowski
This patch adds required platform definitions to enable s3c-fb driver on GONI board. One framebuffer window in 480x800x16bpp mode is defined. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig |

Re: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Maurus Cuelenaere
Op 05-07-10 03:46, Joonyoung Shim schreef: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com --- arch/arm/mach-s5p6442/include/mach/irqs.h |2 +-

[PATCH v3] Add support HSMMC on Samsung SMDKV210

2010-07-05 Thread Kukjin Kim
This patch adds support hsmmc on SMDKV210. Changes since v2: - Moved some codes for support hsmmc3 on smdkv210 to second patch Changes since v1: - Fixed wrong pin name in comments - Adding missed call s5pv210_default_sdhci3() in s5pv210_map_io() - Minor coding style fixes [PATCH v3 1/2] ARM:

[PATCH v3 1/2] ARM: SAMSUNG: Add device definition for HSMMC3

2010-07-05 Thread Kukjin Kim
From: Hyuk Lee hyuk1@samsung.com This patch adds hsmmc3 device definition in plat-samsung. Because now S5PV210 can support 4 hsmmc such as hsmmc0, hsmmc1, hsmmc2 and hsmmc3 and that can be used in further Samsung SoCs. Signed-off-by: Hyuk Lee hyuk1@samsung.com Signed-off-by: Kukjin Kim

[PATCH v3 2/2] ARM: S5PV210: Add support HSMMC on SMDKV210

2010-07-05 Thread Kukjin Kim
From: Hyuk Lee hyuk1@samsung.com This patch adds support HSMMC on SMDKV210, and gpio configuration for S5PV210 hsmmc3. Signed-off-by: Hyuk Lee hyuk1@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-s5pv210/Kconfig |5 +

RE: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Kukjin Kim
Joonyoung Shim wrote: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Please include Ben Dooks email address in the CC. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com ---

Re: [PATCH] ARM: SAMSUNG: updates sdhci.h for Samsung SoCs

2010-07-05 Thread Kyungmin Park
Hi, Instead of refactoring, how about to delete it and move to dev-hsmmc file. We don't need to call each sdhci_setup at each cpu files. just set platform data and register platform data. Just focus the each dev-hsmmc file and no need to change header file anymore. How do you think? Thank you,

Re: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Kyungmin Park
On Mon, Jul 5, 2010 at 9:57 PM, Kukjin Kim kgene@samsung.com wrote: Maurus Cuelenaere wrote:  Op 05-07-10 03:46, Joonyoung Shim schreef: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Signed-off-by:

Re: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Joonyoung Shim
On 7/5/2010 9:57 PM, Kukjin Kim wrote: Maurus Cuelenaere wrote: Op 05-07-10 03:46, Joonyoung Shim schreef: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com ---

RE: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Kukjin Kim
Kyungmin Park wrote: On Mon, Jul 5, 2010 at 9:57 PM, Kukjin Kim kgene@samsung.com wrote: Maurus Cuelenaere wrote:  Op 05-07-10 03:46, Joonyoung Shim schreef: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the

RE: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Kukjin Kim
Joonyoung Shim wrote: On 7/5/2010 9:57 PM, Kukjin Kim wrote: Maurus Cuelenaere wrote: Op 05-07-10 03:46, Joonyoung Shim schreef: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Signed-off-by: Joonyoung

RE: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Kukjin Kim
Joonyoung Shim wrote: On 7/5/2010 9:44 PM, Kukjin Kim wrote: Joonyoung Shim wrote: This patch adds an initcall for the s5p platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Please include Ben Dooks email address in the CC. OK. Signed-off-by:

Re: [PATCH] ARM: S5P: Add PMU device

2010-07-05 Thread Kyungmin Park
On Tue, Jul 6, 2010 at 12:12 PM, Kukjin Kim kgene@samsung.com wrote: Kyungmin Park wrote: On Mon, Jul 5, 2010 at 9:57 PM, Kukjin Kim kgene@samsung.com wrote: Maurus Cuelenaere wrote:  Op 05-07-10 03:46, Joonyoung Shim schreef: This patch adds an initcall for the s5p platforms

[PATCH] ARM: S5PV210: Fix on SECTION_SIZE_BITS on S5PV210/S5PC110.

2010-07-05 Thread Kukjin Kim
This patch fixes on SECTION_SIZE_BITS for Sparsemem on S5PV210/S5PC110. Because smallest size of a bank on S5PV210/S5PC110 is aligned by 16MB. So each section's maximum size should be 16MB. Reported-by: Kyongho Cho pullip@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com ---

Re: [PATCH v2] SDHCI-S3C fixes and enhancements (driver specific code)

2010-07-05 Thread Kyungmin Park
Hi Andrew, I hope to merge it at next merge windows. Others any comments? Thank you, Kyungmin Park On Wed, Jun 16, 2010 at 3:49 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, This series includes various fixes to sdhci-s3c driver as well as a major feature enhancement. This

Re: [PATCH] ARM: S5PV210: Fix on SECTION_SIZE_BITS on S5PV210/S5PC110.

2010-07-05 Thread Kyungmin Park
On Tue, Jul 6, 2010 at 1:36 PM, Kukjin Kim kgene@samsung.com wrote: This patch fixes on SECTION_SIZE_BITS for Sparsemem on S5PV210/S5PC110. Because smallest size of a bank on S5PV210/S5PC110 is aligned by 16MB. So each section's maximum size should be 16MB. Could you explain what's the