[PATCH v2 2/2] USB: ehci-s5p: add DMA burst support

2012-02-29 Thread Jingoo Han
DMA burst support is added to improve performance in EHCI data transfer. The USB EHCI controller on Exynos SoCs can use INCR16, INCR8, and INCR4 mode. These modes of INSNREG00 register should be set in order to enable DMA burst transfer. This feature is also related to AHB spec. Signed-off-by: Jin

[PATCH v2 1/2] ARM: EXYNOS: Add USB HOST register definitions

2012-02-29 Thread Jingoo Han
This patch adds USB HOST register definitions. The definition for EHCI INSNREG00 regiser and corresponding bit field definitions are added. Signed-off-by: Sangwook Lee Signed-off-by: Jingoo Han --- v2: change the definition name from EHCI_ENA_xxx to EHCI_INSNREG00_ENA_xxx. arch/arm/mach-exynos/

RE: [PATCH 2/3] ARM: EXYNOS: Add clkdev lookup entry for lcd clock

2012-02-29 Thread Kukjin Kim
Tushar Behera wrote: > > Hi Kukjin, > Tushar, please don't top-post. > On 03/01/2012 09:36 AM, Kukjin Kim wrote: > > Jingoo Han wrote: > >> > >> Hi Tushar, > >> > > > > (please don't top-post) > > > >>> -Original Message- > >>> From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-

RE: [PATCH 1/2] ARM: EXYNOS: Add USB HOST register definitions

2012-02-29 Thread Jingoo Han
> -Original Message- > From: Tushar Behera [mailto:tushar.beh...@linaro.org] > Sent: Thursday, March 01, 2012 12:30 PM > To: Jingoo Han > Cc: linux-...@vger.kernel.org; 'Greg Kroah-Hartman'; > linux-samsung-soc@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; 'Sangwook Lee'; 'Al

RE: [PATCH v3] S3C24XX DMA resume regression fix

2012-02-29 Thread Kukjin Kim
Kukjin Kim wrote: > > Heiko Stübner wrote: > > > > Am Freitag, 24. Februar 2012, 13:40:27 schrieb Gusakov Andrey: It's preferred that "ARM: S3C24XX: ..." in title. > > > s3c2410_dma_suspend suspends channels from 0 to dma_channels. > > > s3c2410_dma_resume resumes channels in reverse order. So >

RE: [PATCH 2/6] ARM: SAMSUNG: Fix memory size for hsotg

2012-02-29 Thread Kukjin Kim
Lukasz Majewski wrote: > > From: Joonyoung Shim > > The device link core registers for hsotg is base + h ~ base + > 11000h. > > Signed-off-by: Joonyoung Shim > Signed-off-by: Kyungmin Park > [Rebased on the newest git/kgene/linux-samsung #for-next] > Signed-off-by: Lukasz Majewski > ---

RE: [PATCH] ARM: SAMSUNG: Fixup prevent bug related to 'Unchecked return value'

2012-02-29 Thread Kukjin Kim
Huisung Kang wrote: > > > [prevent bug] > In s5p_pmu_init(): Value returned from a function is not checked for > erros before being used. > > Signed-off-by: Huisung Kang > --- > arch/arm/plat-samsung/devs.c |9 - > 1 files changed, 8 insertions(+), 1 deletions(-) > > diff --git a/

RE: [PATCH v2] ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx

2012-02-29 Thread Kukjin Kim
Heiko Stübner wrote: > > S3C-SoCs starting with the S3C2443 can share a lot of functionality. > The file can collect more common code of these SocS later on and > therefore gets a new name to reflect this future purpose. > > Signed-off-by: Heiko Stuebner > --- > for completenes sake, the patch w

RE: [PATCH v3] S3C24XX DMA resume regression fix

2012-02-29 Thread Kukjin Kim
Heiko Stübner wrote: > > Am Freitag, 24. Februar 2012, 13:40:27 schrieb Gusakov Andrey: > > s3c2410_dma_suspend suspends channels from 0 to dma_channels. > > s3c2410_dma_resume resumes channels in reverse order. So > > pointer should be decremented insted of being incremented. > > --- > > arch/ar

Re: [PATCH 2/3] ARM: EXYNOS: Add clkdev lookup entry for lcd clock

2012-02-29 Thread Tushar Behera
Hi Kukjin, On 03/01/2012 09:36 AM, Kukjin Kim wrote: > Jingoo Han wrote: >> >> Hi Tushar, >> > > (please don't top-post) > >>> -Original Message- >>> From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- >> ow...@vger.kernel.org] On Behalf >>> Of Tushar Behera >>> Sent

[PATCH 4/4] ARM: S5PV210: Enable JPEG on SMDKV210

2012-02-29 Thread Sachin Kamat
Enables JPEG support on SMDKV210 board. Signed-off-by: Sachin Kamat --- arch/arm/mach-s5pv210/Kconfig |1 + arch/arm/mach-s5pv210/mach-smdkv210.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig ind

[PATCH 2/4] ARM: EXYNOS: Enable JPEG on Origen

2012-02-29 Thread Sachin Kamat
Enables JPEG support on Origen board. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-origen.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 8757124

[PATCH 3/4] ARM: S5PV210: Add JPEG board definition

2012-02-29 Thread Sachin Kamat
Adds JPEG board definition to S5PV210 machine Signed-off-by: Sachin Kamat --- arch/arm/mach-s5pv210/clock.c|5 + arch/arm/mach-s5pv210/include/mach/map.h |4 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-

[PATCH 1/4] ARM: EXYNOS: Enable JPEG on SMDKV310

2012-02-29 Thread Sachin Kamat
Enables JPEG support on SMDKV310 board. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-smdkv310.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 9

[PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210

2012-02-29 Thread Sachin Kamat
This patch series adds JPEG platform support to S5PV210 and board support to SMDKV210, SMDKV310 and Origen. This series is based on Kukjin Kim's for-next branch. This series depends on the following patches: http://www.spinics.net/lists/linux-samsung-soc/msg09163.html http://www.spinics.net/lis

RE: [PATCH 09/12] ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/

2012-02-29 Thread Kukjin Kim
Heiko Stübner wrote: > > Am Mittwoch 15 Februar 2012, 23:55:43 schrieb Kukjin Kim: > > This patch moves S3C2416 stuff into mach-s3c24xx/ directory > > so that we can merge the s3c24 series' directories to the > > just one mach-s3c24xx/ directory. > > > > Cc: Ben Dooks > > Signed-off-by: Kukjin Ki

RE: [PATCH] Move S3C2412_PM_SLEEP to common platform code

2012-02-29 Thread Kukjin Kim
Heiko Stübner wrote: > > S3C2412_PM_SLEEP is also used by the S3C2416, so move it out of the > if CPU_S3C2412 block to the common platform code to prevent warnings > when S3C2416_PM is selected but not CPU_S3C2412. > > Signed-off-by: Heiko Stuebner > --- > this should probably be folded into the

RE: [PATCH 2/3] ARM: EXYNOS: Add clkdev lookup entry for lcd clock

2012-02-29 Thread Kukjin Kim
Jingoo Han wrote: > > Hi Tushar, > (please don't top-post) > > -Original Message- > > From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- > ow...@vger.kernel.org] On Behalf > > Of Tushar Behera > > Sent: Thursday, December 01, 2011 2:50 PM > > To: linux-samsung-soc@

RE: [PATCH 1/4] ARM: EXYNOS: Hook up power domains to generic power domain infrastructure (part 2)

2012-02-29 Thread Kukjin Kim
Bartlomiej Zolnierkiewicz wrote: > > * Add support of enabling/disabling modules in S5P_CLKGATE_BLOCK register. NO. I remember, we talked about this before and I'm still thinking it should be handled independently. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Develo

RE: [PATCH 00/12] ARM: S3C24XX: create mach-s3c24xx/ for S3C24XX SoCs - WIP

2012-02-29 Thread Kukjin Kim
Heiko Stübner wrote: > > Am Mittwoch 15 Februar 2012, 23:55:34 schrieb Kukjin Kim: > > This patch aims to make a one mach- directory for S3C24XX SoCs > > and now not finished yet such as moving cpufreq and merging > > plat-s3c24xx/. I think it will be done maybe in a week. > > > > [PATCH 01/12] AR

Re: [PATCH 1/2] ARM: EXYNOS: Add USB HOST register definitions

2012-02-29 Thread Tushar Behera
On 02/29/2012 08:09 PM, Jingoo Han wrote: > This patch adds USB HOST register definitions. The definition for > EHCI INSNREG00 regiser and corresponding bit field definitions are > added. > > Signed-off-by: Jingoo Han > --- > arch/arm/mach-exynos/include/mach/regs-usb-host.h | 23 > ++

Re: [PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Tushar Behera
On 02/29/2012 06:31 PM, Thomas Abraham wrote: > Hi Sangwook, > > On 29 February 2012 18:11, Sangwook Lee wrote: >> Enable burst transfer from AHB for EHCI. >> This fixes data transfer of USB Ethernet with EHCI. >> Without this patch, scp hardly works. >> >> Signed-off-by: Sangwook Lee >> --- >>

Re: [PATCH] [media] s5p-g2d: Make it possible to instantiate driver from DT

2012-02-29 Thread Thomas Abraham
On 29 February 2012 19:24, Karol Lewandowski wrote: > This driver requires standard properties only (address and irq) > which are automatically marshalled into plain old resources by OF core. > > Signed-off-by: Karol Lewandowski > Signed-off-by: Kyungmin Park > --- >  drivers/media/video/s5p-g2d

Re: [PATCH 3/3] [media] s5p-tv: Add initial DT-support for TV mixer

2012-02-29 Thread Thomas Abraham
On 29 February 2012 20:21, Karol Lewandowski wrote: > --- >  drivers/media/video/s5p-tv/mixer_drv.c |    9 + >  1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/drivers/media/video/s5p-tv/mixer_drv.c > b/drivers/media/video/s5p-tv/mixer_drv.c > index a2c0c25..6bf4a9e 1006

Re: [PATCH 2/3] [media] s5p-tv: Add initial DT-support for HDMIPHY

2012-02-29 Thread Thomas Abraham
On 29 February 2012 20:21, Karol Lewandowski wrote: > Make it possible to instantiate driver from device tree description. > > Signed-off-by: Karol Lewandowski > Signed-off-by: Kyungmin Park > --- >  drivers/media/video/s5p-tv/hdmiphy_drv.c |   10 ++ >  1 files changed, 10 insertions(+),

Re: [PATCH 1/3] [media] s5p-tv: Add initial DT-support for sii9234

2012-02-29 Thread Thomas Abraham
Hi Karol, On 29 February 2012 20:21, Karol Lewandowski wrote: > Make it possible to instantiate sii9234, HDMI's MHL, from regular > device tree description. > > Signed-off-by: Karol Lewandowski > Signed-off-by: Kyungmin Park > --- >  Documentation/devicetree/bindings/i2c/sii9234.txt |   14

[PATCHv7 7/9] ARM: dma-mapping: remove redundant code and cleanup

2012-02-29 Thread Marek Szyprowski
This patch just performs a global cleanup in DMA mapping implementation for ARM architecture. Some of the tiny helper functions have been moved to the caller code, some have been merged together. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mm/dma-mapping.c | 88 +

[PATCHv7 4/9] ARM: dma-mapping: use asm-generic/dma-mapping-common.h

2012-02-29 Thread Marek Szyprowski
This patch modifies dma-mapping implementation on ARM architecture to use common dma_map_ops structure and asm-generic/dma-mapping-common.h helpers. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/Kconfig |1 + arch/arm/include/asm/device.h |

[PATCHv7 9/9] ARM: dma-mapping: add support for IOMMU mapper

2012-02-29 Thread Marek Szyprowski
This patch add a complete implementation of DMA-mapping API for devices that have IOMMU support. All DMA-mapping calls are supported. This patch contains some of the code kindly provided by Krishna Reddy and Andrzej Pietrasiewicz Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park Re

[PATCHv7 8/9] ARM: dma-mapping: use alloc, mmap, free from dma_ops

2012-02-29 Thread Marek Szyprowski
This patch converts dma_alloc/free/mmap_{coherent,writecombine} functions to use generic alloc/free/mmap methods from dma_map_ops structure. A new DMA_ATTR_WRITE_COMBINE DMA attribute have been introduced to implement writecombine methods. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin P

[PATCHv7 1/9] ARM: dma-mapping: introduce ARM_DMA_ERROR constant

2012-02-29 Thread Marek Szyprowski
Replace all uses of ~0 with ARM_DMA_ERROR, what should make the code easier to read. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/common/dmabounce.c|6 +++--- arch/arm/include/asm/dma-mapping.h |4 +++- arch/arm/mm/dma-mapping.c |2 +- 3

[PATCHv7 6/9] ARM: dma-mapping: move all dma bounce code to separate dma ops structure

2012-02-29 Thread Marek Szyprowski
This patch removes dma bounce hooks from the common dma mapping implementation on ARM architecture and creates a separate set of dma_map_ops for dma bounce devices. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/common/dmabounce.c| 62 ++-

[PATCHv7 3/9] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops

2012-02-29 Thread Marek Szyprowski
This patch removes the need for offset parameter in dma bounce functions. This is required to let dma-mapping framework on ARM architecture use common, generic dma-mapping helpers. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/common/dmabounce.c| 13 +--

[PATCHv7 5/9] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops

2012-02-29 Thread Marek Szyprowski
This patch converts all dma_sg methods to be generic (independent of the current DMA mapping implementation for ARM architecture). All dma sg operations are now implemented on top of respective dma_map_page/dma_sync_single_for* operations from dma_map_ops structure. Signed-off-by: Marek Szyprowski

[PATCHv7 0/9] ARM: DMA-mapping framework redesign

2012-02-29 Thread Marek Szyprowski
Hello, This is yet another update on my works DMA-mapping framework redesign for ARM architecture. It includes a few minor cleanup and fixes reported by Konrad Rzeszutek Wilk and Krishna Reddy. This version uses vmalloc for allocating page pointers array if it is larger than PAGE_SIZE. The chaine

[PATCHv7 2/9] ARM: dma-mapping: use pr_* instread of printk

2012-02-29 Thread Marek Szyprowski
Replace all calls to printk with pr_* functions family. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mm/dma-mapping.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.c index

[PATCH 2/3] [media] s5p-tv: Add initial DT-support for HDMIPHY

2012-02-29 Thread Karol Lewandowski
Make it possible to instantiate driver from device tree description. Signed-off-by: Karol Lewandowski Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-tv/hdmiphy_drv.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/s5p-tv/hdmiphy_d

[PATCH 3/3] [media] s5p-tv: Add initial DT-support for TV mixer

2012-02-29 Thread Karol Lewandowski
--- drivers/media/video/s5p-tv/mixer_drv.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/s5p-tv/mixer_drv.c b/drivers/media/video/s5p-tv/mixer_drv.c index a2c0c25..6bf4a9e 100644 --- a/drivers/media/video/s5p-tv/mixer_drv.c +++ b/drivers/medi

[PATCH 1/3] [media] s5p-tv: Add initial DT-support for sii9234

2012-02-29 Thread Karol Lewandowski
Make it possible to instantiate sii9234, HDMI's MHL, from regular device tree description. Signed-off-by: Karol Lewandowski Signed-off-by: Kyungmin Park --- Documentation/devicetree/bindings/i2c/sii9234.txt | 14 ++ drivers/media/video/s5p-tv/sii9234_drv.c | 20

[PATCH 0/3] [media] s5p-tv: Add initial DT-support to s5p-tv's subdevices

2012-02-29 Thread Karol Lewandowski
This patchset adds initial device tree support to drivers used by s5p-tv on Exynos4. DT support for s5p-tv driver itself would benefit from changes to v4l core (missing OF helper functions) and thus, will be sent later in separate patchset. Karol Lewandowski (3): [media] s5p-tv: Add initial DT-

[PATCH 2/2] USB: ehci-s5p: add DMA burst support

2012-02-29 Thread Jingoo Han
DMA burst support is added to improve performance in EHCI data transfer. The USB EHCI controller on Exynos SoCs can use INCR16, INCR8, and INCR4 mode. These modes of INSNREG00 register should be set in order to enable DMA burst transfer. This feature is also related to AHB spec. Signed-off-by: Jin

[PATCH 1/2] ARM: EXYNOS: Add USB HOST register definitions

2012-02-29 Thread Jingoo Han
This patch adds USB HOST register definitions. The definition for EHCI INSNREG00 regiser and corresponding bit field definitions are added. Signed-off-by: Jingoo Han --- arch/arm/mach-exynos/include/mach/regs-usb-host.h | 23 + 1 files changed, 23 insertions(+), 0 deletions

Re: [PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Sangwook Lee
On 29/02/12 13:01, Thomas Abraham wrote: Hi Sangwook, On 29 February 2012 18:11, Sangwook Lee wrote: Enable burst transfer from AHB for EHCI. This fixes data transfer of USB Ethernet with EHCI. Without this patch, scp hardly works. Signed-off-by: Sangwook Lee --- arch/arm/mach-exynos/setu

Re: [PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Sangwook Lee
Hi Jingoo On 29/02/12 13:23, Jingoo Han wrote: Hi, Sangwook. I know what you want to add. I'll send new patch which can enable EHCI burst mode. Great ! Thanks Sangwook This new patch will not use platform data callback and different machine directory file to include EHCI INSNREG00 definit

[PATCH] [media] s5p-g2d: Make it possible to instantiate driver from DT

2012-02-29 Thread Karol Lewandowski
This driver requires standard properties only (address and irq) which are automatically marshalled into plain old resources by OF core. Signed-off-by: Karol Lewandowski Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-g2d/g2d.c |9 + 1 files changed, 9 insertions(+), 0 delet

RE: [PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Jingoo Han
Hi, Sangwook. I know what you want to add. I'll send new patch which can enable EHCI burst mode. This new patch will not use platform data callback and different machine directory file to include EHCI INSNREG00 definitions. Also, comment will be modified properly. Thank you. Best regards, Jing

RE: [PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Jingoo Han
Hi, > -Original Message- > From: Thomas Abraham [mailto:thomas.abra...@linaro.org] > Sent: Wednesday, February 29, 2012 10:02 PM > To: Sangwook Lee > Cc: linux-samsung-soc@vger.kernel.org; linux-...@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; > ben-li...@fluff.org; gre...@sus

Re: [PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Thomas Abraham
Hi Sangwook, On 29 February 2012 18:11, Sangwook Lee wrote: > Enable burst transfer from AHB for EHCI. > This fixes data transfer of USB Ethernet with EHCI. > Without this patch, scp hardly works. > > Signed-off-by: Sangwook Lee > --- >  arch/arm/mach-exynos/setup-usb-phy.c      |    6 ++ >

[PATCH 2/2] USB: ehci-s5p: add function for burst

2012-02-29 Thread Sangwook Lee
Add platform specific function for EHCI burst function Signed-off-by: Sangwook Lee --- drivers/usb/host/ehci-s5p.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/usb/host/ehci-s5p.c b/drivers/usb/host/ehci-s5p.c index 293f741..c5eb0ce 100644 --- a/drivers/usb/

[PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Sangwook Lee
Enable burst transfer from AHB for EHCI. This fixes data transfer of USB Ethernet with EHCI. Without this patch, scp hardly works. Signed-off-by: Sangwook Lee --- arch/arm/mach-exynos/setup-usb-phy.c |6 ++ arch/arm/plat-samsung/devs.c |2 ++ arch/arm/plat-samsung/i

[PATCH 0/2] add ehci-s5p AHB burst function

2012-02-29 Thread Sangwook Lee
Enable burst transfer from AHB for EHCI. This fixes data transfer issue of USB Ethernet with EHCI. Without this patch, ping works and network utilities such as scp hardly works. It was tested on Origen board with the following configs. root@linaro-alip:~# lsusb -t /: Bus 02.Port 1: Dev 1, Class=r

RE: [PATCH 2/3] ARM: EXYNOS: Add clkdev lookup entry for lcd clock

2012-02-29 Thread Jingoo Han
Hi Tushar, > -Original Message- > From: linux-samsung-soc-ow...@vger.kernel.org > [mailto:linux-samsung-soc-ow...@vger.kernel.org] On Behalf > Of Tushar Behera > Sent: Thursday, December 01, 2011 2:50 PM > To: linux-samsung-soc@vger.kernel.org > Cc: kgene@samsung.com; linaro-...@lists

Re: [PATCH v9 1/2] ARM: EXYNOS: Change System MMU platform device definitions

2012-02-29 Thread Sylwester Nawrocki
Hello, On 02/29/2012 01:25 AM, KyongHo Cho wrote: >>> static int exynos4_clk_hdmiphy_ctrl(struct clk *clk, int enable) >>> { >>> return s5p_gatectrl(S5P_HDMI_PHY_CONTROL, clk, enable); >>> @@ -679,61 +684,55 @@ static struct clk exynos4_init_clocks_off[] = { >>> .enable

Re: [PATCH 2/3] ARM: EXYNOS: Add clkdev lookup entry for lcd clock

2012-02-29 Thread Sylwester Nawrocki
Hi Tushar, On 12/01/2011 06:50 AM, Tushar Behera wrote: > The framebuffer driver needs the clock named 'lcd' as its bus > clock but the equivalent clock on Exynos4 is named as 'fimd'. > Hence, create a clkdev lookup entry with the name 'lcd' that > references the 'fimd' clock. > > Signed-off-by: