[PATCH V2] PCI: exynos: add support for MSI

2013-08-23 Thread Jingoo Han
This patch adds support for Message Signaled Interrupt in the Exynos PCIe diver using Synopsys designware PCIe core IP. Signed-off-by: Siva Reddy Kallam siva.kal...@samsung.com Signed-off-by: Srikanth T Shivanand ts.srika...@samsung.com Signed-off-by: Jingoo Han jg1@samsung.com Cc: Pratyush

Re: [PATCH V2] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-23 Thread Yuvaraj Cd
On Fri, Aug 23, 2013 at 4:36 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On Thursday 22 of August 2013 12:24:58 Yuvaraj Kumar wrote: On Wed, Aug 21, 2013 at 4:00 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Yuvaraj, On Wednesday 21 of August 2013 12:13:53 Yuvaraj Kumar C D wrote: This

Re: [PATCH V3] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-23 Thread Yuvaraj Cd
On Fri, Aug 23, 2013 at 5:23 AM, Doug Anderson diand...@google.com wrote: Hi, Thanks for adding my Thomasz, On Thu, Aug 22, 2013 at 4:51 AM, Yuvaraj Kumar C D yuvaraj...@gmail.com wrote: This patch adds the device tree node entries for exynos5420 SOC. Exynos5420 has a different version of

[PATCH v2 2/5] clk/exynos5420: add gate clock for mixer sysmmu

2013-08-23 Thread Rahul Sharma
Adding sysmmu clock for mixer for exynos5420. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- Documentation/devicetree/bindings/clock/exynos5420-clock.txt |1 + drivers/clk/samsung/clk-exynos5420.c |3 ++- 2 files changed, 3 insertions(+), 1 deletion(-)

[PATCH v2 3/5] clk/exynos5420: fix the order of parents of hdmi mux

2013-08-23 Thread Rahul Sharma
Listing sclk_hdmiphy at 0th position in the list of parents is causing wrong configuration in reg SRC_DISP10. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/clk/samsung/clk-exynos5420.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-08-23 Thread Rahul Sharma
Add clock changes for hdmi subsystem for exynos5250 SoC. These include addition of new clocks like mout_hdmi and smmu_tv, associating ID to clk_hdmiphy and some essential corrections. V2: 1) Rebase to Mike's Tree. 2) Change smmu_tv to smmu_mixer. This set is based on Mike's clk-next branch at

[PATCH v2 1/5] clk/exynos5420: add sclk_hdmiphy to the list of special clocks

2013-08-23 Thread Rahul Sharma
Add sclk_hdmiphy to the list of exposed clocks. This is required by hdmi driver to change the parent of hdmi clock. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- Documentation/devicetree/bindings/clock/exynos5420-clock.txt |1 + drivers/clk/samsung/clk-exynos5420.c

[PATCH v2 4/5] clk/exynos5420: add hdmi mux to change parents in hdmi driver

2013-08-23 Thread Rahul Sharma
hdmi driver needs to change the parent of hdmi clock to pixel clock or hdmiphy clock, based on the stability of hdmiphy. This patch is exposing the mux for changing the parent. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- Documentation/devicetree/bindings/clock/exynos5420-clock.txt |

[PATCH v2 5/5] clk/exynos5420: assign sclk_pixel id to pixel clock divider

2013-08-23 Thread Rahul Sharma
sclk_pixel is used to represent pixel clock divider on all exynos SoCs not as a gate clock. It is queried in driver to pass as the parent to hdmi clock while switching between parents. A new ID can be asssigned Pixel gate clock which is currently not in use. Pixel clock gate is default 'on'.

[PATCH] clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem

2013-08-23 Thread Rahul Sharma
parent of hdmi and mixer block is mentioned as aclk200 which is not correct. It is clocked by the ouput of aclk200_disp1. Hence parent for mixer and hdmi clocks is changed to aclk200_disp1. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- This set is based on Mike's clk-next branch at

[PATCH v2] ARM: dts: exynos5420/5250: add ADC device tree node

2013-08-23 Thread Naveen Krishna Chatradhi
Add ADC device tree node for exynos5420 and exynos5250 Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org --- Added recipients accordingly, ./scripts/get_maintainer.pl -f of the modified files arch/arm/boot/dts/exynos5250.dtsi |

Re: [PATCH V2] PCI: exynos: add support for MSI

2013-08-23 Thread Pratyush Anand
On Fri, Aug 23, 2013 at 02:04:20PM +0800, Jingoo Han wrote: This patch adds support for Message Signaled Interrupt in the Exynos PCIe diver using Synopsys designware PCIe core IP. Signed-off-by: Siva Reddy Kallam siva.kal...@samsung.com Signed-off-by: Srikanth T Shivanand

Re: [PATCH V3] i2c: move of helpers into the core

2013-08-23 Thread Wolfram Sang
On Thu, Aug 22, 2013 at 06:00:14PM +0200, Wolfram Sang wrote: I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child

Re: [PATCH V2] PCI: exynos: add support for MSI

2013-08-23 Thread Thierry Reding
On Fri, Aug 23, 2013 at 02:05:39PM +0530, Pratyush Anand wrote: On Fri, Aug 23, 2013 at 02:04:20PM +0800, Jingoo Han wrote: [...] + static struct hw_pci dw_pci; unsigned long global_io_offset; @@ -144,6 +152,205 @@ int dw_pcie_wr_own_conf(struct pcie_port *pp, int where, int size,

Re: [PATCH v7] s5k5baf: add camera sensor driver

2013-08-23 Thread Sylwester Nawrocki
On 08/23/2013 12:39 AM, Tomasz Figa wrote: Documentation/devicetree/bindings/media/samsung-s5k5baf.txt create mode 100644 drivers/media/i2c/s5k5baf.c diff --git a/Documentation/devicetree/bindings/media/samsung-s5k5baf.txt b/Documentation/devicetree/bindings/media/samsung-s5k5baf.txt new

re: [media] s5p-csis: Add support for non-image data packets capture

2013-08-23 Thread Dan Carpenter
Hello Sylwester Nawrocki, I had a question about 36fa80927638: [media] s5p-csis: Add support for non-image data packets capture from Sep 21, 2012. S5PCSIS_INTSRC_NON_IMAGE_DATA is defined in mipi-csis.c: #define S5PCSIS_INTSRC_NON_IMAGE_DATA (0xff 28) And it's only used in one place.

[patch] [media] exynos4-is: print error message on timeout

2013-08-23 Thread Dan Carpenter
There is a stray '!' character so the error message never gets printed. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- Static checker stuff. Not tested. diff --git a/drivers/media/platform/exynos4-is/fimc-is-regs.c b/drivers/media/platform/exynos4-is/fimc-is-regs.c index

[patch] [media] s3c-camif: forever loop in camif_hw_set_source_format()

2013-08-23 Thread Dan Carpenter
Because i is unsigned then i-- = 0 is always true. If we don't find what we are looking for then we loop forever. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- Why do we count backwards anyway? Counting upwards is easier. diff --git a/drivers/media/platform/s3c-camif/camif-regs.c

re: [media] V4L: Add driver for S3C24XX/S3C64XX SoC series camera interface

2013-08-23 Thread Dan Carpenter
[ Going through some old warnings... ] Hello Sylwester Nawrocki, This is a semi-automatic email about new static checker warnings. The patch babde1c243b2: [media] V4L: Add driver for S3C24XX/S3C64XX SoC series camera interface from Aug 22, 2012, leads to the following Smatch complaint:

Re: [PATCH v7] s5k5baf: add camera sensor driver

2013-08-23 Thread Sylwester Nawrocki
On 08/23/2013 11:23 AM, Sylwester Nawrocki wrote: +- stbyn-gpios : GPIO connected to STDBYN pin; +- rstn-gpios : GPIO connected to RSTN pin; Both GPIOs above have names suggesting that they are active low. I wonder how the GPIO flags cell is interpreted here, namely the polarity

Re: [PATCH v7] s5k5baf: add camera sensor driver

2013-08-23 Thread Pawel Moll
On Wed, 2013-08-21 at 15:41 +0100, Andrzej Hajda wrote: diff --git a/Documentation/devicetree/bindings/media/samsung-s5k5baf.txt b/Documentation/devicetree/bindings/media/samsung-s5k5baf.txt new file mode 100644 index 000..d680d99 --- /dev/null +++

Re: [media] s5p-csis: Add support for non-image data packets capture

2013-08-23 Thread Sylwester Nawrocki
On 08/23/2013 11:35 AM, Dan Carpenter wrote: Hello Sylwester Nawrocki, I had a question about 36fa80927638: [media] s5p-csis: Add support for non-image data packets capture from Sep 21, 2012. S5PCSIS_INTSRC_NON_IMAGE_DATA is defined in mipi-csis.c: #define S5PCSIS_INTSRC_NON_IMAGE_DATA

[PATCH v4 7/7] of/documentation: update with clock information for exynos hdmi subsystem

2013-08-23 Thread Rahul Sharma
Adding information about clocks to the binding documentation for exynos mixer and hdmi. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- Documentation/devicetree/bindings/video/exynos_hdmi.txt | 14 +- Documentation/devicetree/bindings/video/exynos_mixer.txt |4 2

[PATCH v4 3/7] ARM: dts: add i2c device nodes for Exynos5420

2013-08-23 Thread Rahul Sharma
From: Andrew Bresticker abres...@chromium.org This adds device-tree nodes for the i2c busses on Exynos 5420 platforms. Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 56

[PATCH v4 6/7] ARM: dts: add hdmi hpd gpio pinctrl node for exynos5420

2013-08-23 Thread Rahul Sharma
Add pinctrl node for hdmi-hpd gpio pin to exynos5420 device tree files. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts

[PATCH v4 1/7] ARM: dts: add mixer clocks to mixer node for Exynos5250

2013-08-23 Thread Rahul Sharma
From: Sean Paul seanp...@chromium.org This patch adds the mixer clocks to the mixer node in the exynos 5250 dts file. Signed-off-by: Sean Paul seanp...@chromium.org Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |2 ++ 1 file changed, 2

[PATCH v4 0/7] ARM: dts: add support for exynos hdmi subsystem

2013-08-23 Thread Rahul Sharma
It adds Device tree nodes and clocks information for HDMI subsystem for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi hpd gpio and update binding documents. This set is based on kukjin's for-next branch at http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git. v4:

[PATCH v4 4/7] ARM: dts: add dt nodes for exynos5420 hdmi subsystem

2013-08-23 Thread Rahul Sharma
Add hdmi, mixer, ddc device tree nodes for Exynos 5420 SoC. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 19 +++ arch/arm/boot/dts/exynos5420.dtsi | 14 ++ 2 files changed, 33 insertions(+) diff

[PATCH v4 2/7] ARM: dts: add clocks to hdmi dt node for exynos5250

2013-08-23 Thread Rahul Sharma
Fix wrong clock numbers in hdmi dt node. Removed hdmiphy clock which was a dummy clock earlier and not required now. Also added mux clock to change the clock parent. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |6 +++--- 1 file changed, 3

[RFC V2 0/4] dw_mmc platform specific private data init

2013-08-23 Thread Yuvaraj Kumar C D
changes from V1: 1.Added a new RFC patch mmc: dw_mmc: socfpga: move socfpga private init 2.Avoid code duplication in mmc: dw_mmc: exynos: add a quirk for SMU. Yuvaraj Kumar C D (4): mmc: dw_mmc: exynos: move the exynos private init mmc: dw_mmc:

[RFC V2 2/4] mmc: dw_mmc: socfpga: move socfpga private init

2013-08-23 Thread Yuvaraj Kumar C D
Currently platform specific private data initialisation is done by dw_mci_socfpga_priv_init and dw_mci_socfpga_parse_dt.As we already have separate platform specific device tree parser dw_mci_socfpga_parse_dt, move the dw_mci_socfpga_priv_init code to dw_mci_socfpga_parse_dt. We can use the

[RFC V2 3/4] mmc: dw_mmc: move the platform specific init call

2013-08-23 Thread Yuvaraj Kumar C D
Current platform specific private data initialisation call dw_mci_exynos_priv_init can be used to do platform specific initialisation of SMU and others in future.So the drv_data-init call has moved to dw_mci_probe. changes since V1: none Signed-off-by: Yuvaraj Kumar C D yuvaraj...@samsung.com

[RFC V2 1/4] mmc: dw_mmc: exynos: move the exynos private init

2013-08-23 Thread Yuvaraj Kumar C D
Currently platform specific private data initialisation is done by dw_mci_exynos_priv_init and dw_mci_exynos_parse_dt.As we already have separate platform specific device tree parser dw_mci_exynos_parse_dt, move the dw_mci_exynos_priv_init code to dw_mci_exynos_parse_dt. We can use the

[RFC V2 4/4] mmc: dw_mmc: exynos: add a quirk for SMU.

2013-08-23 Thread Yuvaraj Kumar C D
Exynos5420 Mobile Storage Host controller has Security Management Unit (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch adds a quirk to bypass SMU as it is not being used yet. This patch is on top of the below patch by Doug Anderson. mmc: dw_mmc: Add exynos resume_noirq callback to

Re: [PATCH v7] s5k5baf: add camera sensor driver

2013-08-23 Thread Laurent Pinchart
Hi Andrzej, Thank you for the patch. On Wednesday 21 August 2013 16:41:31 Andrzej Hajda wrote: Driver for Samsung S5K5BAF UXGA 1/5 2M CMOS Image Sensor with embedded SoC ISP. The driver exposes the sensor as two V4L2 subdevices: - S5K5BAF-CIS - pure CMOS Image Sensor, fixed 1600x1200 format,

Re: [RFC V2 4/4] mmc: dw_mmc: exynos: add a quirk for SMU.

2013-08-23 Thread Jaehoon Chung
Hi Yuvaraj, Is there dependency with other patch? I didn't see the defined DW_MCI_TYPE_EXYNOS5420. If i missed something, let me know. Best Regards, Jaehoon Chung On 08/23/2013 08:15 PM, Yuvaraj Kumar C D wrote: Exynos5420 Mobile Storage Host controller has Security Management Unit (SMU) for

Re: [RFC V2 4/4] mmc: dw_mmc: exynos: add a quirk for SMU.

2013-08-23 Thread Yuvaraj Kumar
Hi Jaehoon, Yes,Its depend on the below patch. mmc: dw_mmc: exynos: Add a new compatible string for exynos5420 http://permalink.gmane.org/gmane.linux.kernel.mmc/21060 Best Regards Yuvaraj On Fri, Aug 23, 2013 at 6:25 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Yuvaraj, Is there

Re: [RFC V2 3/4] mmc: dw_mmc: move the platform specific init call

2013-08-23 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com Best Regards, Jaehoon Chung On 08/23/2013 08:15 PM, Yuvaraj Kumar C D wrote: Current platform specific private data initialisation call dw_mci_exynos_priv_init can be used to do platform specific initialisation of SMU and others in future.So the

Re: [RFC V2 1/4] mmc: dw_mmc: exynos: move the exynos private init

2013-08-23 Thread Jaehoon Chung
Hi Yuvaraj, On 08/23/2013 08:15 PM, Yuvaraj Kumar C D wrote: Currently platform specific private data initialisation is done by dw_mci_exynos_priv_init and dw_mci_exynos_parse_dt.As we already have separate platform specific device tree parser dw_mci_exynos_parse_dt, move the

Re: [PATCH V2] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-23 Thread Jaehoon Chung
Hi Yuvaraj, On 08/23/2013 03:16 PM, Yuvaraj Cd wrote: On Fri, Aug 23, 2013 at 4:36 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On Thursday 22 of August 2013 12:24:58 Yuvaraj Kumar wrote: On Wed, Aug 21, 2013 at 4:00 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Yuvaraj, On Wednesday 21 of

Re: [PATCH V3] watchdog: s3c2410_wdt: remove the global variables

2013-08-23 Thread Wim Van Sebroeck
Thanks Guenter, On Wed, Aug 21, 2013 at 10:01:05PM +0200, Wim Van Sebroeck wrote: Hi All, Leela Krishna Amudala wrote: This patch removes the global variables in the driver file and group them into a structure. Signed-off-by: Leela Krishna Amudala

Re: [PATCH V3] watchdog: s3c2410_wdt: remove the global variables

2013-08-23 Thread Wim Van Sebroeck
Hi Leela, --- Note: This patch is rebased on kgene's for-next branch and tested on SMDK5420. Changes since V2: - Addressed comments given by Tomasz Figa t.f...@samsung.com https://patchwork.kernel.org/patch/2831032/ - Renamed structure name from

Re: [PATCH] s5p-jpeg: Add initial device tree support for S5PV210/Exynos4210 SoCs

2013-08-23 Thread Sylwester Nawrocki
On 08/18/2013 10:14 PM, Sylwester Nawrocki wrote: This patch enables the JPEG codec on S5PV210 and Exynos4210 SoCs. There are some differences in newer versions of the JPEG codec IP on SoCs like Exynos4x12 and Exynos5 series and support for them will be added in subsequent patches. Cc:

Re: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-23 Thread Linus Walleij
On Thu, Aug 22, 2013 at 11:59 AM, Kukjin Kim kg...@kernel.org wrote: Tomasz Figa wrote: On Thursday 22 of August 2013 01:21:25 Linus Walleij wrote: On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Since this driver does not handle GPIO on device tree enabled

Re: [PATCH v8 1/7] irqchip: vic: Parse interrupt and resume masks from device tree

2013-08-23 Thread Linus Walleij
On Fri, Aug 23, 2013 at 1:22 AM, Tomasz Figa tomasz.f...@gmail.com wrote: This patch extends vic_of_init to parse valid interrupt sources and resume sources masks from device tree. If mask values are not specified in device tree, all sources are assumed to be valid, as before this patch.

Re: [PATCH v4 5/7] ARM: dts: add clocks for exynos5420 hdmi subsystem

2013-08-23 Thread Tomasz Figa
Hi Rahul, On Friday 23 of August 2013 15:54:19 Rahul Sharma wrote: Add clocks for hdmi and mixer for exynos5420 SoC. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi |6 ++ 1 file changed, 6 insertions(+) diff --git

Re: [PATCH v4 4/7] ARM: dts: add dt nodes for exynos5420 hdmi subsystem

2013-08-23 Thread Tomasz Figa
Hi Rahul, Please see my comments inline. On Friday 23 of August 2013 15:54:18 Rahul Sharma wrote: Add hdmi, mixer, ddc device tree nodes for Exynos 5420 SoC. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 19 +++

Re: [PATCH v2 5/5] clk/exynos5420: assign sclk_pixel id to pixel clock divider

2013-08-23 Thread Tomasz Figa
Hi Rahul, On Friday 23 of August 2013 12:27:58 Rahul Sharma wrote: sclk_pixel is used to represent pixel clock divider on all exynos SoCs not as a gate clock. It is queried in driver to pass as the parent to hdmi clock while switching between parents. A new ID can be asssigned Pixel gate

[PATCH 3/5] drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional

2013-08-23 Thread Eduardo Valentin
When registering a new thermal_device, the thermal framework will always add a hwmon sysfs interface. This patch adds a flag to make this behavior optional. Now when registering a new thermal device, the caller needs to say if the hwmon interface is required. In order to keep same behavior as of

Re: [PATCH v8 1/7] irqchip: vic: Parse interrupt and resume masks from device tree

2013-08-23 Thread Stephen Warren
On 08/22/2013 05:22 PM, Tomasz Figa wrote: This patch extends vic_of_init to parse valid interrupt sources and resume sources masks from device tree. If mask values are not specified in device tree, all sources are assumed to be valid, as before this patch. Can you explain further why the

Re: [PATCH] s5p-jpeg: Add initial device tree support for S5PV210/Exynos4210 SoCs

2013-08-23 Thread Stephen Warren
On 08/23/2013 10:01 AM, Sylwester Nawrocki wrote: On 08/18/2013 10:14 PM, Sylwester Nawrocki wrote: This patch enables the JPEG codec on S5PV210 and Exynos4210 SoCs. There are some differences in newer versions of the JPEG codec IP on SoCs like Exynos4x12 and Exynos5 series and support for

Re: [PATCH 3/5] drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional

2013-08-23 Thread Rafael J. Wysocki
On Friday, August 23, 2013 06:03:14 PM Eduardo Valentin wrote: When registering a new thermal_device, the thermal framework will always add a hwmon sysfs interface. This patch adds a flag to make this behavior optional. Now when registering a new thermal device, the caller needs to say if

Re: [PATCH v8 1/7] irqchip: vic: Parse interrupt and resume masks from device tree

2013-08-23 Thread Tomasz Figa
On Friday 23 of August 2013 16:11:18 Stephen Warren wrote: On 08/22/2013 05:22 PM, Tomasz Figa wrote: This patch extends vic_of_init to parse valid interrupt sources and resume sources masks from device tree. If mask values are not specified in device tree, all sources are assumed to

Re: [PATCH v8 1/7] irqchip: vic: Parse interrupt and resume masks from device tree

2013-08-23 Thread Stephen Warren
On 08/23/2013 05:04 PM, Tomasz Figa wrote: On Friday 23 of August 2013 16:11:18 Stephen Warren wrote: On 08/22/2013 05:22 PM, Tomasz Figa wrote: This patch extends vic_of_init to parse valid interrupt sources and resume sources masks from device tree. If mask values are not specified in

Re: [PATCH v8 1/7] irqchip: vic: Parse interrupt and resume masks from device tree

2013-08-23 Thread Tomasz Figa
On Friday 23 of August 2013 17:19:50 Stephen Warren wrote: On 08/23/2013 05:04 PM, Tomasz Figa wrote: On Friday 23 of August 2013 16:11:18 Stephen Warren wrote: On 08/22/2013 05:22 PM, Tomasz Figa wrote: This patch extends vic_of_init to parse valid interrupt sources and resume sources

[PATCH v9 1/7] irqchip: vic: Parse interrupt and resume masks from device tree

2013-08-23 Thread Tomasz Figa
This patch extends vic_of_init to parse valid interrupt sources and resume sources masks from device tree. If mask values are not specified in device tree, all sources are assumed to be valid, as before this patch. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com Acked-by: Stephen Warren

[PATCH v9 5/7] ARM: dts: Add basic dts include files for Samsung S3C64xx SoCs

2013-08-23 Thread Tomasz Figa
This patch adds basic device tree definitions for Samsung S3C64xx SoCs. Since all the SoCs in the series are very similar, the files are created hierarchically - one file for the whole series and then separate files for particular SoCs including the common one. Signed-off-by: Tomasz Figa

[PATCH v2 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-23 Thread Tomasz Figa
This patch adds all required platform-specific data and initialization code to support the generic amba-pl08x driver on S3C64xx SoCs. Also some compatibility definitions are added to make the transition from legacy API to DMA engine easier. The biggest hack here is passing const char * pointers

Re: [PATCH V3] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-23 Thread Doug Anderson
Yuvaraj, On Thu, Aug 22, 2013 at 11:25 PM, Yuvaraj Cd yuvaraj.l...@gmail.com wrote: b.card-detect-delay c.samsung,dw-mshc-ciu-div d.samsung,dw-mshc-sdr-timing e.samsung,dw-mshc-ddr-timing OK, so I don't know about