[PATCH 5/5] mmc: sdhci-s3c: setup pins using pinctrl interface

2012-03-11 Thread Thomas Abraham
The platform specific callback to setup the sdhci pin mux and pin config is removed and the pinctrl subsystem interface is used to setup the mux and config. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/mmc/host/sdhci-s3c.c | 15 +-- 1 files changed, 13

[PATCH 4/5] ARM: Exynos: Enable pinctrl driver support for Origen board

2012-03-11 Thread Thomas Abraham
Add the pinctrl platform devices for static registration and add default pin maps. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/mach-origen.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b

[PATCH 3/5] ARM: Exynos4: Add pinctrl devices and pin maps

2012-03-11 Thread Thomas Abraham
Add the three pinctrl platform devices and the pin maps for Exynos4. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/Makefile |1 + arch/arm/mach-exynos/common.h |6 ++ arch/arm

[PATCH 2/5] pinctrl: add exynos4 specific pins, groups, functions and gpio chip data

2012-03-11 Thread Thomas Abraham
Add Exynos4 specific information about pins, groups, functions and gpio chip data that will be used as driver data by the Samsung pinctrl driver. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/pinctrl/Kconfig |7 + drivers/pinctrl/Makefile |1

Re: [PATCH 3/5] ARM: Exynos4: Add pinctrl devices and pin maps

2012-03-11 Thread Thomas Abraham
2012/3/12 Kukjin Kim kgene@samsung.com: Thomas Abraham wrote: Add the three pinctrl platform devices and the pin maps for Exynos4. Signed-off-by: Thomas Abrahamthomas.abra...@linaro.org ---   arch/arm/mach-exynos/Kconfig              |    1 +   arch/arm/mach-exynos/Makefile

Re: [PATCH 5/5] mmc: sdhci-s3c: setup pins using pinctrl interface

2012-03-11 Thread Thomas Abraham
2012/3/12 Kukjin Kim kgene@samsung.com: Thomas Abraham wrote: The platform specific callback to setup the sdhci pin mux and pin config is removed and the pinctrl subsystem interface is used to setup the mux and config. Signed-off-by: Thomas Abrahamthomas.abra...@linaro.org

Re: [PATCH 5/5] mmc: sdhci-s3c: setup pins using pinctrl interface

2012-03-11 Thread Thomas Abraham
On 12 March 2012 08:08, Kyungmin Park kmp...@infradead.org wrote: On 3/11/12, Thomas Abraham thomas.abra...@linaro.org wrote: The platform specific callback to setup the sdhci pin mux and pin config is removed and the pinctrl subsystem interface is used to setup the mux and config. Signed

Re: [PATCH 1/2] i2c-s3c2410: Rework device type handling

2012-03-11 Thread Thomas Abraham
On 9 March 2012 22:34, Karol Lewandowski k.lewando...@samsung.com wrote: Reorganize driver a bit to better handle device tree-based systems:  - move machine type to driver's private structure instead of   quering platform device variants in runtime  - replace s3c24xx_i2c_type enum with plain

Re: [PATCH v3 0/4] ARM: Exynos4: Add irq domain and device tree support for wakeup interrupts

2012-03-09 Thread Thomas Abraham
On 9 March 2012 22:02, Kukjin Kim kgene@samsung.com wrote: On 02/22/12 04:14, Thomas Abraham wrote: Changes since v2: - Reworked irq domain support based on v5 of the irq_domain generalization   patches. Changes since v1: (only patch 4/4 has changes) - Fixes based on Rob's comments

Re: [PATCH 2/3] video: s3c-fb: remove 'default_win' element from platform data

2012-03-06 Thread Thomas Abraham
On 6 March 2012 15:35, Jingoo Han jg1@samsung.com wrote: -Original Message- From: Thomas Abraham [mailto:thomas.abra...@linaro.org] Sent: Sunday, March 04, 2012 12:50 AM To: linux-fb...@vger.kernel.org Cc: florianschandi...@gmx.de; linux-samsung-soc@vger.kernel.org; kgene

Re: [PATCH 0/3] video: s3c-fb: Rearrange the elements in platform data

2012-03-05 Thread Thomas Abraham
On 5 March 2012 12:59, Jingoo Han jg1@samsung.com wrote: -Original Message- From: Thomas Abraham [mailto:thomas.abra...@linaro.org] Sent: Sunday, March 04, 2012 12:50 AM To: linux-fb...@vger.kernel.org Cc: florianschandi...@gmx.de; linux-samsung-soc@vger.kernel.org; kgene

Re: [PATCH 1/3] video: s3c-fb: move video interface timing out of window setup data

2012-03-05 Thread Thomas Abraham
On 6 March 2012 10:15, Jingoo Han jg1@samsung.com wrote: -Original Message- From: Thomas Abraham [mailto:thomas.abra...@linaro.org] Sent: Sunday, March 04, 2012 12:50 AM To: linux-fb...@vger.kernel.org Cc: florianschandi...@gmx.de; linux-samsung-soc@vger.kernel.org; kgene

Re: [PATCH 1/3] video: s3c-fb: move video interface timing out of window setup data

2012-03-05 Thread Thomas Abraham
On 6 March 2012 11:52, Jingoo Han jg1@samsung.com wrote: -Original Message- From: Thomas Abraham [mailto:thomas.abra...@linaro.org] Sent: Tuesday, March 06, 2012 2:26 PM To: Jingoo Han Cc: linux-fb...@vger.kernel.org; florianschandi...@gmx.de; linux-samsung-soc@vger.kernel.org

[PATCH 0/3] video: s3c-fb: Rearrange the elements in platform data

2012-03-03 Thread Thomas Abraham
for the s3c-fb driver. I am posting this patchset to know if the the changes are conceptually correct. If the first two patches are acceptable, I will resubmit this patchset with changes to the platform data for all boards which have s3c-fb platform data. Thomas Abraham (3): video: s3c-fb: move

[PATCH 1/3] video: s3c-fb: move video interface timing out of window setup data

2012-03-03 Thread Thomas Abraham
. This also removes the restriction that atleast one window should have the same resolution as that of the panel attached. Cc: Ben Dooks ben-li...@fluff.org Cc: Jingoo Han jg1@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/plat-samsung/include/plat/fb.h |9

[PATCH 2/3] video: s3c-fb: remove 'default_win' element from platform data

2012-03-03 Thread Thomas Abraham
-li...@fluff.org Cc: Jingoo Han jg1@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/plat-samsung/include/plat/fb.h |2 -- drivers/video/s3c-fb.c | 24 2 files changed, 4 insertions(+), 22 deletions(-) diff --git

[PATCH 3/3] ARM: Exynos: Rework platform data for lcd controller for Origen board

2012-03-03 Thread Thomas Abraham
The 'default_win' element in the platform data is removed and the lcd panel video timing values are moved out of individual window configuration data. Cc: Ben Dooks ben-li...@fluff.org Cc: Jingoo Han jg1@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach

Re: [PATCH 0/3] video: s3c-fb: Rearrange the elements in platform data

2012-03-03 Thread Thomas Abraham
On 3 March 2012 22:00, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Sat, Mar 03, 2012 at 09:20:05PM +0530, Thomas Abraham wrote: This patchset rearranges the elements in the platform data of the s3c-fb driver with the intent of adding device tree support to the driver in subsequent

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

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 k.lewando...@samsung.com wrote: Make it possible to instantiate sii9234, HDMI's MHL, from regular device tree description. Signed-off-by: Karol Lewandowski k.lewando...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

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

2012-02-29 Thread Thomas Abraham
,                .owner  = THIS_MODULE, +               .of_match_table = of_match_ptr(hdmiphy_dt_match),        },        .probe          = hdmiphy_probe,        .remove         = __devexit_p(hdmiphy_remove), -- 1.7.8.3 Reviewed-by: Thomas Abraham thomas.abra...@linaro.org -- To unsubscribe from

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

2012-02-29 Thread Thomas Abraham
Reviewed-by: Thomas Abraham thomas.abra...@linaro.org -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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

2012-02-29 Thread Thomas Abraham
g2d_pdrv = {        .probe          = g2d_probe,        .remove         = g2d_remove,        .driver         = {                .name = G2D_NAME,                .owner = THIS_MODULE, +               .of_match_table = of_match_ptr(g2d_dt_match),        },  }; -- 1.7.8.3 Reviewed-by: Thomas

Re: [PATCH 2/4] ARM: SAMSUNG: move the header file to driver directory

2012-02-24 Thread Thomas Abraham
Dear Mr. Chung, On 14 February 2012 10:33, Jaehoon Chung jh80.ch...@samsung.com wrote: The header-file is moved to drivers/mmc/host from plat. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  

Re: [PATCH 2/4] ARM: SAMSUNG: move the header file to driver directory

2012-02-24 Thread Thomas Abraham
Dear Mr. Chung, On 14 February 2012 10:33, Jaehoon Chung jh80.ch...@samsung.com wrote: The header-file is moved to drivers/mmc/host from plat. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  

Re: [PATCH 1/4] mmc: sdhci-s3c: use the sdhci-pltfm for Samsung-SoC

2012-02-24 Thread Thomas Abraham
Dear Mr. Chung, This has been in the todo list for a long time. Thanks for the patch. With the use of device tree and sdhci-pltfm driver, it should be possible to avoid dependency with platform code. There are few comments below. On 14 February 2012 10:33, Jaehoon Chung jh80.ch...@samsung.com

Re: [PATCH] ARM: SAMSUNG: change the name from s3c-sdhci to exynos4-sdhci

2012-02-24 Thread Thomas Abraham
), +       REGULATOR_SUPPLY(vmmc, exynos4-sdhci.0),  };  static struct regulator_init_data mmc0_fixed_voltage_init_data = { Reviewed-by: Thomas Abraham thomas.abra...@linaro.org -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 2/4] ARM: SAMSUNG: move the header file to driver directory

2012-02-24 Thread Thomas Abraham
On 24 February 2012 16:00, Jaehoon Chung jh80.ch...@samsung.com wrote: On 02/24/2012 06:10 PM, Thomas Abraham wrote: Dear Mr. Chung, On 14 February 2012 10:33, Jaehoon Chung jh80.ch...@samsung.com wrote: The header-file is moved to drivers/mmc/host from plat. Signed-off-by: Jaehoon Chung

[PATCH v3 0/2] regulator: add irq domain and device tree support for MAX8997

2012-02-23 Thread Thomas Abraham
] http://git.secretlab.ca/git/linux-2.6.git [irqdomain/next] and depends on the following patchset. [PATCH v3 0/4] ARM: Exynos4: Add irq domain and device tree support for wakeup interrupts. This patchset has been tested on Origen board. Thomas Abraham (2): mfd: add irq domain support for max8997

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

2012-02-23 Thread Thomas Abraham
and max8997 driver private data are removed. Cc: Grant Likely grant.lik...@secretlab.ca Cc: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/mach-nuri.c|4 -- arch/arm/mach-exynos/mach-origen.c |1 - drivers/mfd/max8997

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

2012-02-23 Thread Thomas Abraham
Add device tree based discovery support for max8997. Cc: MyungJoo Ham myungjoo@samsung.com Cc: Rajendra Nayak rna...@ti.com Cc: Rob Herring rob.herr...@calxeda.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings

[PATCH v3 0/4] ARM: Exynos4: Add irq domain and device tree support for wakeup interrupts

2012-02-22 Thread Thomas Abraham
] with all irq_domain (v5) patches merged from http://git.secretlab.ca/git/linux-2.6.git [irqdomain/next] This patchset should be applied after applying the following patch. [PATCH] ARM: Exynos: Add irq domain and device tree support for interrupt combiner Thomas Abraham (4): ARM: Exynos4

[PATCH v3 1/4] ARM: Exynos4: Simplify EINT number to linux irq number translation

2012-02-22 Thread Thomas Abraham
The exynos4_get_irq_nr function that converts a given wakeup interrupt source number to a linux irq number is simplified and replaced with the new macro exynos4_irq_eint_to_gic_irq. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/common.c | 26

[PATCH v3 2/4] ARM: Exynos4: Add irq_domain support for gpio wakeup interrupts

2012-02-22 Thread Thomas Abraham
Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/common.c | 101 + arch/arm/mach-exynos/include/mach/regs-gpio.h |4 +- 2 files changed, 72 insertions(+), 33 deletions(-) diff --git a/arch/arm

[PATCH v3 3/4] ARM: Exynos4: Remove arch_initcall for wakeup interrupt initialization

2012-02-22 Thread Thomas Abraham
the exynos4_init_irq for non-dt case. Moreover, with single kernel image build, the exynos4_init_irq_eint has no checks to ensure that it is running on a exynos4 platform. So it would be appropriate to invoke it from exynos4_init_irq. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org

Re: Subject: [PATCH] MAINTAINERS: add maintainer entry for SAMSUNG EXYNOS DeviceTree

2012-02-21 Thread Thomas Abraham
On 22 February 2012 05:46, Kukjin Kim kgene@samsung.com wrote: Add Samsung EXYNOS DT maintainer Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Kukjin Kim kgene@samsung.com ---  MAINTAINERS |   10 ++  1 files changed

Re: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support

2012-02-10 Thread Thomas Abraham
Hi Karol, On 10 February 2012 09:54, Karol Lewandowski k.lewando...@samsung.com wrote: On 10.02.2012 09:01, Kyungmin Park wrote: + Karol for DT support later On Fri, Feb 10, 2012 at 3:58 AM, Thomas Abraham thomas.abra...@linaro.org wrote: Dear Mr. HeungJun Kim, On 27 January 2012 00:21

[PATCH] ARM: Exynos: Add irq domain and device tree support for interrupt combiner

2012-02-08 Thread Thomas Abraham
translate interrupt specifiers for device nodes which use combiner as their interrupt parent. Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Kukjin Kim kgene@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- Changes since v2: - Rebased

[PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node

2012-01-31 Thread Thomas Abraham
Commit 'ARM: gic: allow GIC to support non-banked setups' (db0d4db22a78d31c) requires a cpu-offset property to be specified for non-banked gic controllers, which is the case for Exynos4. Reported-by: Karol Lewandowski k.lewandow...@samsung.com Signed-off-by: Thomas Abraham thomas.abra

Re: [PATCH 1/2] ARM: Exynos4: Make exynos4-dt compile again

2012-01-31 Thread Thomas Abraham
out in original patch. Signed-off-by: Karol Lewandowski k.lewando...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Kukjin Kim kgene@samsung.com ---  arch/arm/mach-exynos/mach-exynos4-dt.c |    5 +++--  1 files changed, 3

Re: [PATCH 2/2] ARM: Exynos4: Convert exynos4-dt to CONFIG_MULTI_IRQ_HANDLER

2012-01-31 Thread Thomas Abraham
-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Kukjin Kim kgene@samsung.com Cc: Marc Zyngier marc.zyng...@arm.com ---  arch/arm/mach-exynos/mach-exynos4-dt.c |    2 ++  1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch

Re: [PATCH 0/2] EXYNOS4_DT fixes for 3.3-rc1+ kernels

2012-01-31 Thread Thomas Abraham
Hi Karol, On 31 January 2012 16:06, Karol Lewandowski k.lewando...@samsung.com wrote: Device Tree-based Exynos4 machine prepared by Thomas Abraham and included in 3.3-rc1 hasn't been adjusted to changes that have happened to mach-exynos during 3.3 merge window. Following patch series fixes

Re: [PATCH] ARM: Exynos4: Add cpu-offset property in gic device tree node

2012-01-31 Thread Thomas Abraham
On 31 January 2012 20:22, Kukjin Kim kgene@samsung.com wrote: On 01/31/12 23:50, Thomas Abraham wrote: Commit 'ARM: gic: allow GIC to support non-banked setups' (db0d4db22a78d31c) I think, following format is more general. commit id (subject) Please see, below. http://lkml.org/lkml

[PATCH v2] ARM: Exynos4: Add cpu-offset property in gic device tree node

2012-01-31 Thread Thomas Abraham
Commit db0d4db22a78 ('ARM: gic: allow GIC to support non-banked setups) requires a cpu-offset property to be specified for non-banked gic controllers, which is the case for Exynos4. Reported-by: Karol Lewandowski k.lewandow...@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org

[PATCH v3 0/6] mmc: sdhci-s3c: Rework platform data and add device tree support

2012-01-31 Thread Thomas Abraham
. http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git [for-next] Thomas Abraham (6): mmc: sdhci-s3c: Remove usage of clk_type member in platform data arm: exynos4: use 'exynos4-sdhci' as device name for sdhci controllers arm: samsung: remove all uses of clk_type member in sdhci

[PATCH v3 1/6] mmc: sdhci-s3c: Remove usage of clk_type member in platform data

2012-01-31 Thread Thomas Abraham
data is removed and the sdhci quirk is used. In addition to that, since this qurik is SoC specific, driver data is introduced to represent controllers on SoC's that require this quirk. Cc: Ben Dooks ben-li...@fluff.org Cc: Jeongbae Seo jeongbae@samsung.com Signed-off-by: Thomas Abraham

[PATCH v3 2/6] arm: exynos4: use 'exynos4-sdhci' as device name for sdhci controllers

2012-01-31 Thread Thomas Abraham
With the addition of platform specific driver data in the sdhci driver for exynos4, the device name of sdhci controllers on exynos4 is changed accordingly. Cc: Kukjin Kim kgene@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/clock.c

[PATCH v3 3/6] arm: samsung: remove all uses of clk_type member in sdhci platform data

2012-01-31 Thread Thomas Abraham
chaos.y...@samsung.com Cc: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/mach-armlex4210.c |3 --- arch/arm/mach-exynos/mach-nuri.c |3 --- arch/arm/mach-exynos/mach-origen.c |2 -- arch/arm/mach

[PATCH v3 4/6] mmc: sdhci-s3c: derive transfer width host capability from max_width in platform data

2012-01-31 Thread Thomas Abraham
max_width member in platform data can be used to derive the mmc bus transfer width that can be supported by the controller. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/mmc/host/sdhci-s3c.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git

[PATCH v3 5/6] mmc: sdhci-s3c: Keep a copy of platform data and use it

2012-01-31 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. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/mmc/host/sdhci-s3c.c | 11

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

2012-01-31 Thread Thomas Abraham
Add device tree based discovery support for Samsung's sdhci controller Cc: Ben Dooks ben-li...@fluff.org Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings/mmc/samsung-sdhci.txt | 70 + drivers/mmc/host/sdhci-s3c.c | 148

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

2012-01-12 Thread Thomas Abraham
Dear Mr. Ham, On 12 January 2012 15:19, MyungJoo Ham myungjoo@samsung.com wrote: On Thu, Jan 12, 2012 at 4:35 PM, Thomas Abraham thomas.abra...@linaro.org wrote: Add device tree based discovery support for max8997. Cc: MyungJoo Ham myungjoo@samsung.com Cc: Rajendra Nayak rna

Re: [PATCH] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset

2012-01-11 Thread Thomas Abraham
Hi Mark, On 7 January 2012 22:58, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Sat, Jan 07, 2012 at 04:34:34PM +0530, Thomas Abraham wrote: On 6 January 2012 12:19, Mark Brown broo...@opensource.wolfsonmicro.com wrote: + if (lcd_enable) { + if ((pd-min_uV

Re: [PATCH] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset

2012-01-11 Thread Thomas Abraham
Hi Russell, On 7 January 2012 23:53, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Thu, Jan 05, 2012 at 09:12:26PM +0530, Thomas Abraham wrote: Add a lcd panel driver for simple raster-type lcd's which uses a gpio controlled panel reset. The driver controls the nRESET line

Re: [PATCH] video: s3c-fb: Add device tree support

2012-01-11 Thread Thomas Abraham
Hi Mark, On 10 January 2012 10:22, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, Jan 10, 2012 at 01:31:47AM +0530, Thomas Abraham wrote: +Required properties: +- gpios: The gpios used to interface with the external LCD panel. This isn't terribly informative for the user

Re: [PATCH] video: s3c-fb: Add device tree support

2012-01-11 Thread Thomas Abraham
Dear Mr. Han, On 11 January 2012 14:46, Jingoo Han jg1@samsung.com wrote: Hi, Thomas. -Original Message- From: Thomas Abraham [mailto:thomas.abra...@linaro.org] Sent: Tuesday, January 10, 2012 5:02 AM To: linux-fb...@vger.kernel.org; devicetree-disc...@lists.ozlabs.org Cc

Re: [PATCH] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset

2012-01-11 Thread Thomas Abraham
On 11 January 2012 23:15, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Jan 11, 2012 at 04:21:57PM +0530, Thomas Abraham wrote: In the case of Exynos4 based Origen board, buck7 of max8997 supplies power to the lcd panel. buck7 is capable of supplying power at different voltage

[PATCH] ARM: Exynos: Add irq domain and device tree support for interrupt combiner

2012-01-11 Thread Thomas Abraham
translate interrupt specifiers for device nodes which use combiner as their interrupt parent. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- Changes since v1: - Includes all changes suggested by Rob Herring. - Tested with SPARSE_IRQ enabled. .../bindings/arm/samsung/interrupt

[PATCH v2 0/2] Add device tree support for MAX8997

2012-01-11 Thread Thomas Abraham
8f446e6fa1d506be2cb80f91c214f1705327c7f9). [2] Device tree support patches for wakeup interrupt sources on Exynos4. [3] [PATCH] irqdomain: export irq_domain._simple_op.s for !CONFIG_OF This patchset has been tested on Origen board. Thomas Abraham (2): mfd: add irq domain support for max8997 interrupts regulator

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

2012-01-11 Thread Thomas Abraham
Add irq domain support for max8997 interrupts. All uses of irq_base in platform data and max8997 driver private data are removed. Cc: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/mach-nuri.c|4 arch/arm/mach

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

2012-01-11 Thread Thomas Abraham
Add device tree based discovery support for max8997. Cc: MyungJoo Ham myungjoo@samsung.com Cc: Rajendra Nayak rna...@ti.com Cc: Rob Herring rob.herr...@calxeda.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings

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

2012-01-11 Thread Thomas Abraham
) or memory-mapped-io interface. The first patch adds driver for passive raster-type lcd's with gpio controlled panel reset. It includes support for both dt and non-dt platforms. The second patch adds support for using this driver on Origen board. Thomas Abraham (2): backlight: lcd: add driver

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

2012-01-11 Thread Thomas Abraham
for lcd panels that use a serial command interface or direct memory mapped IO interface. Suggested-by: Lars-Peter Clausen l...@metafoo.de Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings/lcd/lcd-pwrctrl.txt| 48 drivers/video/backlight/Kconfig

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

2012-01-11 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 thomas.abra

[PATCH v3 0/2] ARM: Exynos: Adapt to generic power domain

2012-01-11 Thread Thomas Abraham
is based on the following tree http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next with all patches merged from http://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next Thomas Abraham (2): PM / Domains: Add OF support ARM: Exynos: Hook up power

[PATCH v3 1/2] PM / Domains: Add OF support

2012-01-11 Thread Thomas Abraham
Herring rob.herr...@calxeda.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/base/power/domain.c | 32 include/linux/pm_domain.h | 12 2 files changed, 44 insertions(+), 0

Re: [PATCH v2 0/4] ARM: Exynos4: Add irq domain and device tree support for wakeup interrupts

2012-01-11 Thread Thomas Abraham
On 11 December 2011 12:21, Thomas Abraham thomas.abra...@linaro.org wrote: Changes since v1: (only patch 4/4 has changes) - Fixes based on Rob's comments:  a. Fixed the function prototype of exynos4_init_irq_eint(void)  b. Included interrupt-parent as an optional property for wakeup interrupt

Re: [PATCH v2 1/2] PM / Domains: Add OF support

2012-01-09 Thread Thomas Abraham
Hi Rafael, 2012/1/9 Rafael J. Wysocki r...@sisk.pl: On Saturday, January 07, 2012, Thomas Abraham wrote: A device node pointer is added to generic pm domain structure to associate the domain with a node in the device tree. The platform code parses the device tree to find available nodes

Re: [PATCH v2 2/2] ARM: Exynos: Hook up power domains to generic power domain infrastructure

2012-01-09 Thread Thomas Abraham
Hi Sylwester. On 7 January 2012 20:14, Sylwester Nawrocki snj...@gmail.com wrote: [...] diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-exynos/pm_domains.c new file mode 100644 index 000..95a7c55 --- /dev/null +++ b/arch/arm/mach-exynos/pm_domains.c @@ -0,0 +1,183 @@

Re: [PATCH v2 2/2] ARM: Exynos: Hook up power domains to generic power domain infrastructure

2012-01-09 Thread Thomas Abraham
Dear Mr. Park. On 9 January 2012 05:57, Kyungmin Park kyungmin.p...@samsung.com wrote: [...] + * Exynos4 specific wrapper around the generic power domain + */ +struct exynos4_pm_domain { +     void __iomem *base; +     char const *name; +     bool is_off; +     struct generic_pm_domain

[PATCH] video: s3c-fb: Add device tree support

2012-01-09 Thread Thomas Abraham
Add device tree based discovery support for Samsung's display controller. Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings/fb/samsung-fb.txt | 103 ++ drivers

[PATCH v2 0/2] ARM: Exynos: Adapt to generic power domain

2012-01-07 Thread Thomas Abraham
merged from http://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next Thomas Abraham (2): PM / Domains: Add OF support ARM: Exynos: Hook up power domains to generic power domain infrastructure arch/arm/mach-exynos/Kconfig | 10 +-- arch/arm/mach-exynos/Makefile

[PATCH v2 1/2] PM / Domains: Add OF support

2012-01-07 Thread Thomas Abraham
Herring rob.herr...@calxeda.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/base/power/domain.c | 32 include/linux/pm_domain.h | 12 2 files changed, 44 insertions(+), 0

[PATCH v2 2/2] ARM: Exynos: Hook up power domains to generic power domain infrastructure

2012-01-07 Thread Thomas Abraham
-by: Thomas Abraham thomas.abra...@linaro.org --- This patch is mainly derived from Mark Brown's work on generic power domain support for s3c64xx platforms. arch/arm/mach-exynos/Kconfig | 10 +-- arch/arm/mach-exynos/Makefile |2 +- arch/arm/mach-exynos/dev-pd.c

Re: [PATCH] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset

2012-01-07 Thread Thomas Abraham
Hi Lars, On 6 January 2012 00:37, Lars-Peter Clausen l...@metafoo.de wrote: [...] diff --git a/Documentation/devicetree/bindings/lcd/lcd-pwrctrl.txt b/Documentation/devicetree/bindings/lcd/lcd-pwrctrl.txt [...] +Optional properties: +- lcd,pwrctrl-nreset-gpio-invert: When the nRESET line

Re: [PATCH] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset

2012-01-07 Thread Thomas Abraham
Dear Mr. Han, On 6 January 2012 07:46, Jingoo Han jg1@samsung.com wrote: Hi, Thomas. [...]  obj-$(CONFIG_LCD_PLATFORM)      += platform_lcd.o +obj-$(CONFIG_LCD_PWRCTRL)       += lcd_pwrctrl.o Can you remove unnecessary space? Please use tabspacespacespace instead of

Re: [PATCH] backlight: lcd: add driver for raster-type lcd's with gpio controlled panel reset

2012-01-07 Thread Thomas Abraham
Hi Mark, On 6 January 2012 12:19, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, Jan 05, 2012 at 08:07:53PM +0100, Lars-Peter Clausen wrote: +- lcd,pwrctrl-min-uV: If a regulator controls the Vcc voltage of the lcd panel, +  this property specifies the minimum voltage the

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

2012-01-05 Thread Thomas Abraham
for lcd panels that use a serial command interface or direct memory mapped IO interface. Suggested-by: Lars-Peter Clausen l...@metafoo.de Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings/lcd/lcd-pwrctrl.txt| 39 drivers/video/backlight/Kconfig

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

2012-01-05 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 thomas.abra

Re: [PATCH 1/2] PM / Domains: Add OF support

2012-01-05 Thread Thomas Abraham
Hi Rafael, On 4 January 2012 04:00, Rafael J. Wysocki r...@sisk.pl wrote: [...] The 'struct device_node' is a representation of a instance of a device tree node. It can represent nodes that are not devices. Hence, it can be used to represent a power domain in a device tree and also included

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

2012-01-05 Thread Thomas Abraham
Hi Sylwester, On 4 January 2012 21:07, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Kgene, Thomas On 11/08/2011 04:23 PM, Thomas Abraham wrote: Hi Grant, On 8 November 2011 02:47, Grant Likely grant.lik...@secretlab.ca wrote: On Thu, Nov 03, 2011 at 02:06:03AM +0530, Thomas Abraham

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

2012-01-05 Thread Thomas Abraham
Hi Sylwester, On 5 January 2012 21:52, Sylwester Nawrocki s.nawro...@samsung.com wrote: [...] Sorry for the delaying in completing this patchset. I will redo this patchset and submit it soon. But 3.3-rc1 looks unlikely. Ok, thanks. It's fine, there is no rush. I was just curious because we

Re: [RFC][PATCH 0/4] lcd: platform-lcd: Add lcd panel and device tree support

2012-01-03 Thread Thomas Abraham
Hi Lars, On 3 January 2012 14:36, Lars-Peter Clausen l...@metafoo.de wrote: On 01/02/2012 06:54 AM, Thomas Abraham wrote: The platform-lcd driver depends on platform-specific callbacks to setup the lcd panel. These callbacks are supplied using driver's platform data. But for adding device

Re: [RFC][PATCH 0/4] lcd: platform-lcd: Add lcd panel and device tree support

2012-01-03 Thread Thomas Abraham
On 3 January 2012 17:56, Lars-Peter Clausen l...@metafoo.de wrote: On 01/03/2012 12:54 PM, Thomas Abraham wrote: Hi Lars, On 3 January 2012 14:36, Lars-Peter Clausen l...@metafoo.de wrote: On 01/02/2012 06:54 AM, Thomas Abraham wrote: The platform-lcd driver depends on platform-specific

Re: [RFC][PATCH 0/4] lcd: platform-lcd: Add lcd panel and device tree support

2012-01-03 Thread Thomas Abraham
Hi Lars, On 4 January 2012 00:06, Lars-Peter Clausen l...@metafoo.de wrote: On 01/03/2012 06:07 PM, Thomas Abraham wrote: On 3 January 2012 17:56, Lars-Peter Clausen l...@metafoo.de wrote: On 01/03/2012 12:54 PM, Thomas Abraham wrote: Hi Lars, On 3 January 2012 14:36, Lars-Peter Clausen l

Re: [PATCH 1/2] PM / Domains: Add OF support

2012-01-01 Thread Thomas Abraham
Hi Rafael, On 29 December 2011 03:47, Rafael J. Wysocki r...@sisk.pl wrote: On Wednesday, December 28, 2011, Thomas Abraham wrote: Hi Mark, Rafael, Hi, On 27 December 2011 02:14, Rafael J. Wysocki r...@sisk.pl wrote: On Monday, December 26, 2011, Mark Brown wrote: On Mon, Dec 26, 2011

[RFC][PATCH 3/4] ARM: Exynos: Remove platform data of platform-lcd driver

2012-01-01 Thread Thomas Abraham
Remove the platform data for platform-lcd driver and add platform data for Hydis hv070wsa lcd panel. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/mach-origen.c | 25 - 1 files changed, 4 insertions(+), 21 deletions(-) diff --git

[RFC][PATCH 4/4] lcd: platform-lcd: Add device tree support

2012-01-01 Thread Thomas Abraham
Add device tree based initialization for Hydis hv070wsa lcd panel. Cc: Ben Dooks ben-li...@fluff.org Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/video/backlight/platform_lcd.c | 33 1 files changed, 33 insertions(+), 0 deletions(-) diff

Re: [PATCH 1/2] PM / Domains: Add OF support

2011-12-27 Thread Thomas Abraham
Hi Mark, Rafael, On 27 December 2011 02:14, Rafael J. Wysocki r...@sisk.pl wrote: On Monday, December 26, 2011, Mark Brown wrote: On Mon, Dec 26, 2011 at 08:13:19PM +0100, Rafael J. Wysocki wrote: On Monday, December 12, 2011, Thomas Abraham wrote: A device node pointer is added

[PATCH] ARM: Exynos: Remove duplicated SROMC static memory mapping

2011-12-26 Thread Thomas Abraham
SROMC static memory mapping is included in the common s5p initialization code. Hence, remove the duplicated SROMC static memory mapping for Exynos. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- This was identified while testing Nicolas Pitre's vmalloc.h removal patch series

[PATCH 1/2] PM / Domains: Add OF support

2011-12-12 Thread Thomas Abraham
Herring rob.herr...@calxeda.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/base/power/domain.c | 14 +- include/linux/pm_domain.h | 13 +++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git

[PATCH] ARM: Exynos: Add irq domain and device tree support for interrupt combiner

2011-12-10 Thread Thomas Abraham
translate interrupt specifiers for device nodes which use combiner as their interrupt parent. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- This patch is based on the following tree. http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next .../bindings/arm/samsung

Re: [PATCH 2/4] rtc-s3c: make room for more variants in devicetree block

2011-12-10 Thread Thomas Abraham
, +       },        {},  };  MODULE_DEVICE_TABLE(of, s3c_rtc_dt_match); -- 1.7.5.4 Patch looks fine except the #ifdef's which can be reduced. Reviewed-by: Thomas Abraham thomas.abra...@linaro.org Regards, Thomas. -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc

Re: [PATCH 3/4] rtc-s3c: add variants for S3C2443 and S3C2416

2011-12-10 Thread Thomas Abraham
On 9 December 2011 15:20, Heiko Stübner he...@sntech.de wrote: Especially the TICNT registers are different from the two rtc types that currently exists. Signed-off-by: Heiko Stuebner he...@sntech.de ---  arch/arm/plat-samsung/include/plat/regs-rtc.h |   24 +  

[RESEND][PATCH] ARM: Exynos: Add irq domain and device tree support for interrupt combiner

2011-12-10 Thread Thomas Abraham
translate interrupt specifiers for device nodes which use combiner as their interrupt parent. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- Please ignore the previous post patch since that patch has a compilation error when CONFIG_OF was not defined. This patch is based on the following

[PATCH v2 1/4] ARM: Exynos4: Simplify EINT number to linux irq number translation

2011-12-10 Thread Thomas Abraham
The exynos4_get_irq_nr function that converts a given wakeup interrupt source number to a linux irq number is simplified and replaced with the new macro exynos4_irq_eint_to_gic_irq. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/irq-eint.c | 25

[PATCH v2 2/4] ARM: Exynos4: Add irq_domain support for wakeup interrupts

2011-12-10 Thread Thomas Abraham
Add irq_domain support for the 32 wakeup interrupt sources. Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/include/mach/regs-gpio.h |4 +- arch/arm/mach-exynos/irq-eint.c | 71

[PATCH v2 4/4] ARM: Exynos4: Add device tree support for external wakeup interrupt controller

2011-12-10 Thread Thomas Abraham
Add device tree support for external wakeup source interrupt controller on Exynos4. Cc: Rob Herring rob.herr...@calxeda.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../bindings/arm/samsung/wakeup-eint.txt | 26

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

2011-12-08 Thread Thomas Abraham
Add irq domain support for max8997 interrupts. All uses of irq_base in platform data and max8997 driver private data are removed. Cc: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/mach-exynos/mach-nuri.c|4 arch/arm/mach

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

2011-12-08 Thread Thomas Abraham
Add device tree based discovery support for max8997. Cc: MyungJoo Ham myungjoo@samsung.com Cc: Rajendra Nayak rna...@ti.com Cc: Rob Herring rob.herr...@calxeda.com Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings

<    4   5   6   7   8   9   10   11   12   13   >