Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-03-26 Thread MyungJoo Ham
On Sat, Mar 24, 2012 at 6:49 PM, Thomas Abraham wrote: > Add device tree based discovery support for max8997. > > Cc: MyungJoo Ham > Cc: Rajendra Nayak > Cc: Rob Herring > Cc: Grant Likely > Signed-off-by: Thomas Abraham Acked-by: MyungJoo Ham > --- >  .../devicetree/bindings/regulator/max

Re: [PATCH v3 2/5] [SCSI] ufshcd: UFS UTP Transfer requests handling

2012-03-26 Thread Santosh Y
On Mon, Mar 26, 2012 at 10:04 AM, KOBAYASHI Yoshitake wrote: > Santosh Y wrote: >> >> +        ucd_cmd_ptr->exp_data_transfer_len = >> +            cpu_to_be32(lrbp->cmd->transfersize); >> + >> +        memcpy(ucd_cmd_ptr->cdb, >> +               lrbp->cmd->cmnd, >> +               (min_t(unsigned

[PATCH] ARM: EXYNOS: Add missing definition for IRQ_I2S0

2012-03-26 Thread Tushar Behera
This fixes following build error when sound support is selected on EXYNOS4 platform. sound/soc/samsung/idma.c: In function ‘idma_close’: sound/soc/samsung/idma.c:327:11: error: ‘IRQ_I2S0’ undeclared (first use in this function) Signed-off-by: Tushar Behera --- arch/arm/mach-exynos/include/mach

[PATCH 2/2] ARM: EXYNOS: Add DRM device to SMDKV310

2012-03-26 Thread Sachin Kamat
DRM core device and FIMD DRM platform device support is added to SMDKV310 board. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-smdkv310.c | 30 ++ 2 files changed, 31 insertions(+), 0 deletions(-) diff --gi

[PATCH 1/2] ARM: EXYNOS: Add DRM device to Origen

2012-03-26 Thread Sachin Kamat
DRM core device and FIMD DRM platform device support is added to Origen board. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-origen.c | 31 +++ 2 files changed, 32 insertions(+), 0 deletions(-) diff --git a/a

[PATCH 0/2] ARM: EXYNOS: Add DRM device to Origen and SMDKV310

2012-03-26 Thread Sachin Kamat
This patch series adds DRM core device and FIMD DRM platform device support to Origen and SMDKV310 boards. This series depends on the following patch: http://www.spinics.net/lists/arm-kernel/msg164762.html Sachin Kamat (2): ARM: EXYNOS: Add DRM device to Origen ARM: EXYNOS: Add DRM device to

Re: [PATCH v3 2/5] [SCSI] ufshcd: UFS UTP Transfer requests handling

2012-03-26 Thread Santosh Y
On Mon, Mar 26, 2012 at 10:04 AM, KOBAYASHI Yoshitake wrote: > Santosh Y wrote: >> >> +        ucd_cmd_ptr->exp_data_transfer_len = >> +            cpu_to_be32(lrbp->cmd->transfersize); >> + >> +        memcpy(ucd_cmd_ptr->cdb, >> +               lrbp->cmd->cmnd, >> +               (min_t(unsigned

Re: [PATCH v3 1/5] [SCSI] ufshcd: UFS Host controller driver

2012-03-26 Thread Santosh Y
On Mon, Mar 26, 2012 at 10:02 AM, KOBAYASHI Yoshitake wrote: >> > +        utrdlp[i].response_upiu_length = >> > +                cpu_to_le16(ALIGNED_UPIU_SIZE); > > > Response UPIU Length(RUL) shows the response UPIU length in Dword. > (JEDEC Standard No.223 6.2.1 UTP Transfer Request Descriptor)

Re: [PATCH v12 3/3] iommu/exynos: Add iommu driver for Exynos Platforms

2012-03-26 Thread KyongHo Cho
On Mon, Mar 26, 2012 at 9:55 PM, Marek Szyprowski wrote: > Hello, > > I'm sorry for a delay, I was quite busy recently, but I have finally found > some > time to review the code. No problem. Thank you. > > On Thursday, March 15, 2012 9:33 AM Cho KyongHo wrote: > >> This is the System MMU driver

Re: [PATCH] of/irq: of_irq_init: Call initialization function for all controllers

2012-03-26 Thread Thomas Abraham
On 26 March 2012 18:34, Rob Herring wrote: > On 03/25/2012 11:16 AM, Thomas Abraham wrote: >> On 25 March 2012 20:50, Rob Herring wrote: >>> On 03/25/2012 07:38 AM, Thomas Abraham wrote: The of_irq_init function stops processing the interrupt controller hierarchy when there are no

Re: [PATCH v4 05/12] ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5

2012-03-26 Thread Thomas Abraham
2012/3/22 Kukjin Kim : > On 03/21/12 03:45, Marek Szyprowski wrote: >> >> Hello, >> >> On Wednesday, March 21, 2012 10:14 AM Thomas Abraham wrote: >> >>> On 14 March 2012 20:12, Kukjin Kim  wrote: Actually, the base address of uart is different between EXYNOS4 and EXYNOS5 and this pa

Re: [PATCH] of/irq: of_irq_init: Call initialization function for all controllers

2012-03-26 Thread Rob Herring
On 03/25/2012 11:16 AM, Thomas Abraham wrote: > On 25 March 2012 20:50, Rob Herring wrote: >> On 03/25/2012 07:38 AM, Thomas Abraham wrote: >>> The of_irq_init function stops processing the interrupt controller hierarchy >>> when there are no more interrupt controller parents identified. Though th

RE: [PATCH v12 3/3] iommu/exynos: Add iommu driver for Exynos Platforms

2012-03-26 Thread Marek Szyprowski
Hello, I'm sorry for a delay, I was quite busy recently, but I have finally found some time to review the code. On Thursday, March 15, 2012 9:33 AM Cho KyongHo wrote: > This is the System MMU driver and IOMMU API implementation for > Exynos SOC platforms. Exynos platforms has more than 10 System

Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-03-26 Thread MyungJoo Ham
On Sat, Mar 24, 2012 at 6:49 PM, Thomas Abraham wrote: > Add irq domain support for max8997 interrupts. The reverse mapping method > used is linear mapping since the sub-drivers of max8997 such as regulator > and charger drivers can use the max8997 irq_domain to get the linux irq > number for max8

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

2012-03-26 Thread Subash Patel
Hi Marek, As per our discussion over IRC, I would like to check with you the feasibility to extend the dma operation calls for the coherent regions. You said that since struct page wont be available for the buffers in these regions, functions like arm_dma_map_sg() (below) will fail in the cac

Re: [PATCH 0/2] ARM: dma-mapping: Fix mmap support for coherent buffers

2012-03-26 Thread Subash Patel
Hi Marek, I have tested these patch series for origen board, and they mmap the buffers to user-space for the coherent pool. You can add: Tested-By: Subash Patel Regards, Subash On 03/23/2012 05:56 PM, Marek Szyprowski wrote: Hello, This patchset contains patches to fix broken mmap operati

[PATCH v3 2/2] ARM: Exynos: Use lcd power control driver for lcd panel

2012-03-26 Thread Thomas Abraham
The Hydis hv070wsa lcd panel used with the Origen board uses a gpio for reset and the Vcc supply to the panel can be controlled using a voltage regulator. Switch to using the lcd power control driver for controlling the power to the lcd panel. Signed-off-by: Thomas Abraham --- arch/arm/mach-exyn

[PATCH v3 1/2] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset

2012-03-26 Thread Thomas Abraham
Add a lcd panel driver for simple raster-type lcd's which uses a gpio controlled panel reset. The driver controls the nRESET line of the panel using a gpio connected from the host system. The Vcc supply to the panel is (optionally) controlled using a voltage regulator. This driver excludes support

[PATCH v3 0/2] Add lcd driver for panels with gpio controlled panel reset

2012-03-26 Thread Thomas Abraham
Changes since v2: - Reworked as per comments[1] from Mark Brown. - removed the setting of regulator voltage. [1] http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg08743.html Changes since v1: - Fixed gpio leak, added MODULE_DEVICE_TABLE and dev_pm_ops. - Changed device tree bindi