Re: [PATCH] ARM: EXYNOS4: Remove useless codes on NURI board

2011-10-05 Thread MyungJoo Ham
On Thu, Oct 6, 2011 at 3:31 PM, Kukjin Kim wrote: > MyungJoo Ham wrote: >> >> 2011/8/19 Kyungmin Park : >> > Maybe charger manager codes are not merged. it's used for charger > managers. >> > >> > To Mr. Ham, >> > which patches are missing? >> > >> > Thank you, >> > Kyungmin Park >> >> The patch t

RE: [PATCH] ARM: EXYNOS4: Remove useless codes on NURI board

2011-10-05 Thread Kukjin Kim
MyungJoo Ham wrote: > > 2011/8/19 Kyungmin Park : > > Maybe charger manager codes are not merged. it's used for charger managers. > > > > To Mr. Ham, > > which patches are missing? > > > > Thank you, > > Kyungmin Park > > The patch to register Charger-Manager in Nuri is missing in the file. > In

RE: [PATCH 5/7] ARM: EXYNOS4: Add support external GIC

2011-10-05 Thread Kukjin Kim
Marc Zyngier wrote: > > Hi Changhwan, > Hi Marc, (Cc'ed Will Deacon and Russell King) > On 20/06/11 08:34, Changhwan Youn wrote: > > For full support of power modes, this patch adds implementation > > external GIC on EXYNOS4. > > > > External GIC of Exynos4 cannot support register banking so >

[PATCH V2 5/5] ARM: SAMSUNG: Cleanup resources by using macro

2011-10-05 Thread Kukjin Kim
This patch cleans up the Samsung resources in plat-samsung/devs.c by using defined helpers at . Cc: Ben Dooks Signed-off-by: Kukjin Kim --- Changes since v1: - Removed intruducing Samsung own macro - Using defined macro at arch/arm/mach-s3c2410/include/mach/irqs.h |4 +- arch/arm/mach-s

[PATCH RE-SEND 3/5] ARM: S5P: To merge devs.c files to one devs.c

2011-10-05 Thread Kukjin Kim
This patch moves regarding s5p dev files to one devs.c file in plat-samsung directory and this help to keep it more easily. Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos4/include/mach/i2c-hdmiphy.h | 16 - arch/arm/mach-s5pv210/include/mach/i2c-hdmiphy.h | 16 - arch/arm/plat-s5p/Makefi

[PATCH RE-SEND 2/5] ARM: S3C64XX: To merge devs.c files to one devs.c

2011-10-05 Thread Kukjin Kim
This patch moves regarding s3c64xx dev files to one devs.c file in plat-samsung directory and this help to keep it more easily. Cc: Ben Dooks Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c64xx/Makefile |2 - arch/arm/mach-s3c64xx/dev-onenand1.c | 53

[PATCH RE-SEND 1/5] ARM: S3C24XX: To merge s3c24xx devs.c files to one devs.c

2011-10-05 Thread Kukjin Kim
This patch moves regarding s3c24xx dev files to one devs.c file in plat-samsung directory and this is required to merge to plat-samsung. Cc: Ben Dooks Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c2410/include/mach/fb.h | 75 + arch/arm/mach-s3c2410/mach-qt2410.c |

Re: [PATCH] mmc: core: Add cache control for eMMC4.5 device

2011-10-05 Thread Andrei E. Warkentin
Hi Seungwon, 2011/10/6 Seungwon Jeon : > Adrian Hunter wrote: >> On 08/09/11 10:29, Seungwon Jeon wrote: >> > This patch adds cache feature of eMMC4.5 Spec. >> > If device supports cache capability, host can utilize some specific >> > operations. >> > >> > Signed-off-by: Seungwon Jeon >> > --- I

RE: [PATCH] mmc: core: Add cache control for eMMC4.5 device

2011-10-05 Thread Seungwon Jeon
Adrian Hunter wrote: > On 08/09/11 10:29, Seungwon Jeon wrote: > > This patch adds cache feature of eMMC4.5 Spec. > > If device supports cache capability, host can utilize some specific > > operations. > > > > Signed-off-by: Seungwon Jeon > > --- > > This patch is base on [PATCH v3] mmc: core: Add

[PATCH v5] mmc: core: Add default timeout value for CMD6.

2011-10-05 Thread Seungwon Jeon
EXT_CSD[248] includes the default maximum timeout for CMD6. This field is added at eMMC4.5 Spec. And it can be used for default timeout except for some operations which don't define the timeout(i.e. background operation, sanitize, flush cache) in eMMC4.5 Spec. Signed-off-by: Seungwon Jeon --- dr

Re: [GIT PULL] Samsung devel-2 for v3.2

2011-10-05 Thread Mark Brown
On Wed, Oct 05, 2011 at 05:54:02PM +0100, Mark Brown wrote: > On Tue, Oct 04, 2011 at 09:45:16PM +0900, Kukjin Kim wrote: > > Could you please test on Cragganmore board again only with my for-next-test > > branch? > I tried this, same result as -next. v3.1-rc8 works fine. I also tried > a bisec

Re: [GIT PULL] Samsung devel-2 for v3.2

2011-10-05 Thread Mark Brown
On Tue, Oct 04, 2011 at 09:45:16PM +0900, Kukjin Kim wrote: > Could you please test on Cragganmore board again only with my for-next-test > branch? I tried this, same result as -next. v3.1-rc8 works fine. I also tried a bisect which was a bit of a nightmare due to soc_is_ and S5P_VA_GPIOn not b

RE: [PATCH 2/3] mmc: Add OF bindings support for mmc host controller capabilities

2011-10-05 Thread Stephen Warren
Thomas Abraham wrote at Wednesday, October 05, 2011 8:28 AM: > On 5 October 2011 18:59, Rob Herring wrote: > > On 10/05/2011 05:13 AM, Thomas Abraham wrote: > >> Device nodes representing sd/mmc controllers in a device tree would include > >> mmc host controller capabilities. Add support for parsi

Re: [PATCH 2/3] mmc: Add OF bindings support for mmc host controller capabilities

2011-10-05 Thread Thomas Abraham
Hi Rob, On 5 October 2011 18:59, Rob Herring wrote: > Thomas, > > On 10/05/2011 05:13 AM, Thomas Abraham wrote: >> Device nodes representing sd/mmc controllers in a device tree would include >> mmc host controller capabilities. Add support for parsing of mmc host >> controller capabilities includ

Re: [PATCH 5/7] ARM: EXYNOS4: Add support external GIC

2011-10-05 Thread Marc Zyngier
Hi Changhwan, On 20/06/11 08:34, Changhwan Youn wrote: > For full support of power modes, this patch adds implementation > external GIC on EXYNOS4. > > External GIC of Exynos4 cannot support register banking so > several interrupt related code for CPU1 should be different > from that of CPU0. I

Re: [PATCH 2/3] mmc: Add OF bindings support for mmc host controller capabilities

2011-10-05 Thread Rob Herring
Thomas, On 10/05/2011 05:13 AM, Thomas Abraham wrote: > Device nodes representing sd/mmc controllers in a device tree would include > mmc host controller capabilities. Add support for parsing of mmc host > controller capabilities included in device nodes. > > Signed-off-by: Thomas Abraham > ---

Re: [PATCH] mmc: core: Add cache control for eMMC4.5 device

2011-10-05 Thread Adrian Hunter
On 08/09/11 10:29, Seungwon Jeon wrote: This patch adds cache feature of eMMC4.5 Spec. If device supports cache capability, host can utilize some specific operations. Signed-off-by: Seungwon Jeon --- This patch is base on [PATCH v3] mmc: core: Add default timeout value for CMD6 drivers/mmc/ca

[PATCH 3/3] mmc: sdhci-s3c: Add device tree support

2011-10-05 Thread Thomas Abraham
Add device tree based discovery support for Samsung's sdhci controller Cc: Ben Dooks Signed-off-by: Thomas Abraham --- .../devicetree/bindings/mmc/samsung-sdhci.txt | 75 ++ drivers/mmc/host/sdhci-s3c.c | 150 +++- 2 files changed, 219 inser

[PATCH 2/3] mmc: Add OF bindings support for mmc host controller capabilities

2011-10-05 Thread Thomas Abraham
Device nodes representing sd/mmc controllers in a device tree would include mmc host controller capabilities. Add support for parsing of mmc host controller capabilities included in device nodes. Signed-off-by: Thomas Abraham --- .../devicetree/bindings/mmc/linux-mmc-host.txt | 11 +++

[PATCH 0/3] mmc: sdhci-s3c: Add device tree support for Samsung's sdhci controller driver

2011-10-05 Thread Thomas Abraham
This patchset adds device tree support for Samsung's sdhci controller driver. The first patch modifies the sdhcis-s3c driver to mainatain a local copy of the platform data, which makes it easier to add device tree support for the driver. The second patch adds support for parsing of mmc host contr

[PATCH 1/3] mmc: sdhci-s3c: Keep a copy of platform data and use it

2011-10-05 Thread Thomas Abraham
The platform data is copied into driver's private data and the copy is used for all access to the platform data. This simpifies the addition of device tree support for the sdhci-s3c driver. Cc: Ben Dooks Signed-off-by: Thomas Abraham --- drivers/mmc/host/sdhci-s3c.c | 11 +-- 1 files

RE: [PATCH v4] mmc: core: Add default timeout value for CMD6.

2011-10-05 Thread Seungwon Jeon
Adrian Hunter wrote: > On 22/09/11 05:12, Seungwon Jeon wrote: > > EXT_CSD[248] includes the default maximum timeout for CMD6. > > This field is added at eMMC4.5 Spec. And it can be used for default > > timeout except for some operations which don't define the timeout(i.e. > > background operation,

Re: [GIT PULL] Samsung board-2 for v3.2

2011-10-05 Thread Kyungmin Park
Hi, As you decide to rename the mach name, how to change the board name together? Historically samsung use the "mach-" prefix for board name, but others are use the "board-" prefix. So let's use the same convention as others? How do you think? Thank you, Kyungmin Park On Tue, Oct 4, 2011 at 10:

Re: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-10-05 Thread Jaehoon Chung
On 10/05/2011 05:02 PM, Seungwon Jeon wrote: > Jaehoon Chung wrote: >> >> Hi Mr.Jeon >> >> One question...if we used predefined transfer, didn't send stop-command? >> then i think that didn't need to enter this condition..how about this? >> >> In __dw_mci_start_reqeust() function(at your patch) >>

RE: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-10-05 Thread Seungwon Jeon
Jaehoon Chung wrote: > > Hi Mr.Jeon > > One question...if we used predefined transfer, didn't send stop-command? > then i think that didn't need to enter this condition..how about this? > > In __dw_mci_start_reqeust() function(at your patch) > > if (mrq->stop) > host->stop_cmdr = dw_mci_p

Re: [PATCH 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names

2011-10-05 Thread Heiko Stübner
Am Mittwoch, 5. Oktober 2011, 07:31:09 schrieb Rajeshwari Shinde: > Add support for lookup of sdhci-s3c controller clocks using generic names > for s3c2416, s3c64xx, s5pc100, s5pv210 and exynos4 SoC's. > > Signed-off-by: Rajeshwari Shinde > --- [...] > diff --git a/arch/arm/mach-s3c2416/clock.c