[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

[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

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 subas...@gmail.com Regards, Subash On 03/23/2012 05:56 PM, Marek Szyprowski wrote: Hello, This patchset contains patches to fix

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

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 thomas.abra...@linaro.org 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

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] 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 robherri...@gmail.com 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

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 yoshitake.kobaya...@toshiba.co.jp 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, +              

[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 sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-origen.c | 31 +++ 2 files changed, 32 insertions(+), 0

[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 sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-smdkv310.c | 30 ++ 2 files changed, 31 insertions(+), 0

[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 tushar.beh...@linaro.org ---

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 yoshitake.kobaya...@toshiba.co.jp 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, +