Re: [linux-sunxi] [PATCH v2 1/4] dt: bindings: mmc: Document the practice of using subnodes for slots

2014-06-01 Thread Hans de Goede
Hi, On 05/31/2014 10:13 PM, Olof Johansson wrote: On Sat, May 31, 2014 at 12:03 PM, Hans de Goede hdego...@redhat.com wrote: The following existing MMC host controller bindings use slot subnodes: Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt

[PATCH 2/2] clk: clps711x: Add DT bindings documentation

2014-06-01 Thread Alexander Shiyan
This patch adds DT binding documentation for the Cirrus Logic CLPS711X-based CPUs clock subsystem. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- .../devicetree/bindings/clock/clps711x-clock.txt | 19 +++ 1 file changed, 19 insertions(+) create mode 100644

Re: [PATCH v2] devicetree: Add generic IOMMU device tree bindings

2014-06-01 Thread Will Deacon
On Fri, May 30, 2014 at 08:54:37PM +0100, Arnd Bergmann wrote: On Friday 30 May 2014 22:29:13 Hiroshi Doyu wrote: Tegra,SMMU has a similar problem and we have used a fixed size bitmap(64 bit) to afford 64 stream IDs so that a single device can hold multiple IDs. If we apply the same bitmap

Re: [PATCH] of_regulator: use of_property_read_{bool|u32}()

2014-06-01 Thread Mark Brown
On Tue, May 27, 2014 at 12:27:19AM +0400, Sergei Shtylyov wrote: Use more compact of_property_read_{bool|u32}() calls instead of the of_{find|get}_property() calls in of_get_regulation_constraints() where possible (note that of_property_read_{bool|u32}() were already used to read some

Re: [PATCH v2] spi: dw-mmio: add oftree support

2014-06-01 Thread Mark Brown
On Fri, May 23, 2014 at 11:53:48AM +0200, Steffen Trumtrar wrote: Allow probing the dw-mmio from devicetree. This doesn't apply against current code, can you please check and resend. Please also try to avoid making up terms like oftree - OF or DT are perfectly fine. signature.asc Description:

Re: [PATCH 1/2] pci: Add IORESOURCE_BIT entry for PCIe ECAM resources.

2014-06-01 Thread Liviu Dudau
On Sat, May 31, 2014 at 08:41:04PM +0200, Arnd Bergmann wrote: On Saturday 31 May 2014 01:36:40 Liviu Dudau wrote: We would like to be able to describe PCIe ECAM resources as IORESOURCE_MEM blocks while distinguish them from standard memory resources. Add an IORESOURCE_BIT entry for this

[PATCH] thermal: ti-soc-thermal: ti-bandgap.c: Cleaning up memory leak

2014-06-01 Thread Rickard Strandqvist
There is a risk for memory leak in when something unexpected happens and the function returns. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---

[PATCH] of/base: Replace alias if it already exists

2014-06-01 Thread Ivaylo Dimitrov
The current code unconditionally adds aliases without check if it already exists, so it is not possible to alter an alias, from board DT file for example. Fix that by replacing an alias if it already exists Signed-off-by: Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com --- drivers/of/base.c | 34

Re: [PATCH] regulator: fixed: use of_property_read_{bool|u32}()

2014-06-01 Thread Mark Brown
On Mon, May 26, 2014 at 03:07:01PM -0300, Fabio Estevam wrote: On Mon, May 26, 2014 at 3:01 PM, Sergei Shtylyov The problem with LKML is that it's always suggested, even for the very minor patches that should not be of interest to the wide public. I'll keep in mind that the regulator

[PATCH] pinctrl: pinctrl-abx500.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/pinctrl/pinctrl-abx500.c |2 +- 1 file changed, 1

[PATCH] tty: serial: msm_serial.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/tty/serial/msm_serial.c |2 +- 1 file changed, 1

Re: [PATCH v8 2/3] [media] rc: add sunxi-ir driver

2014-06-01 Thread Maxime Ripard
On Mon, May 26, 2014 at 04:26:44AM +0600, Alexander Bersenev wrote: This patch adds driver for sunxi IR controller. It is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev b...@hackerdom.ru Signed-off-by: Alexsey

Re: [PATCH trivial] of: dma: Grammar s/requests/request/, s/used required/required/

2014-06-01 Thread Vinod Koul
On Fri, May 23, 2014 at 10:34:35AM +0200, Geert Uytterhoeven wrote: Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH] atm: fore200e.c: Cleaning up uninitialized variables

2014-06-01 Thread Olof Johansson
On Sat, May 31, 2014 at 4:08 PM, Rickard Strandqvist rickard_strandqv...@spectrumdigital.se wrote: There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

Re: [PATCH] i2c: busses: i2c-pxa.c: Fix for possible null pointer dereference

2014-06-01 Thread Jingoo Han
On Monday, June 02, 2014 5:27 AM, Wolfram Sang wrote: On Sat, May 17, 2014 at 07:14:08PM +0200, Rickard Strandqvist wrote: There is otherwise a risk of a possible null pointer dereference. Was largely found by using a static code analysis program called cppcheck. It is useful to put the

[PATCH v3 05/15] drm/exynos: add TE handler to support LCD I80 interface

2014-06-01 Thread YoungJun Cho
To support LCD I80 interface, the panel should generates Tearing Effect synchronization signal between MCU and FB to display video images. And the display controller should trigger to transfer video image at this signal. So the panel receives the TE IRQ, then calls this handler chains to notify it

[PATCH v3 00/15] drm/exynos: support LCD I80 interface display

2014-06-01 Thread YoungJun Cho
Hi, This series adds LCD I80 interface display support for Exynos DRM driver. The FIMD(display controller) specification describes it as LCD I80 interface and the DSI specification describes it as Command mode interface. This is based on exynos-drm-next branch. The previous patches, RFC:

[PATCH v3 06/15] drm/exynos: dsi: add TE handler to support LCD I80 interface

2014-06-01 Thread YoungJun Cho
To support LCD I80 interface, the DSI host calls this handler to notify the panel tearing effect synchronization signal to the CRTC device manager to trigger to transfer video image. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park

[PATCH v3 02/15] drm/exynos: use wait_event_timeout() for safety usage

2014-06-01 Thread YoungJun Cho
There could be the case that the page flip operation isn't finished correctly with some abnormal condition such as panel reset. So this patch replaces wait_event() with wait_event_timeout() to avoid waiting for page flip completion infinitely. And clears exynos_crtc-pending_flip in

[PATCH v3 12/15] ARM: dts: exynos4: add system register node

2014-06-01 Thread YoungJun Cho
This patch adds sysreg property to fimd device node which is required to use I80 interface. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi |1 + 1 file changed, 1

[PATCH v3 09/15] drm/exynos: dsi: add driver data to support Exynos5420

2014-06-01 Thread YoungJun Cho
The offset of register DSIM_PLLTMR_REG in Exynos5420 is different from the one in Exynos4 SoC. In case of Exynos5420 SoC, there is no frequency band bit in DSIM_PLLCTRL_REG, and it uses DSIM_PHYCTRL_REG and DSIM_PHYTIMING*_REG instead. So this patch adds driver data to distinguish it.

[PATCH v3 01/15] drm/exynos: dsi: move the EoT packets configuration point

2014-06-01 Thread YoungJun Cho
This configuration could be used in MIPI DSI command mode also. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_dsi.c |

[PATCH v3 03/15] ARM: dts: sysreg: add exynos5 compatible to DT bindings

2014-06-01 Thread YoungJun Cho
This patch adds relevant to exynos5 compatible for exynos5 SoCs. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/arm/samsung/sysreg.txt |1 + 1 file changed, 1

[PATCH v3 04/15] ARM: dts: samsung-fimd: add LCD I80 interface specific properties

2014-06-01 Thread YoungJun Cho
In case of using MIPI DSI based I80 interface panel, the relevant registers should be set. So this patch adds relevant DT bindings. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH v3 13/15] ARM: dts: exynos5: add system register support

2014-06-01 Thread YoungJun Cho
This patch adds sysreg device node, and sysreg property to fimd device node which is required to use I80 interface. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi |6

[PATCH v3 15/15] ARM: dts: exynos5420: add dsi node

2014-06-01 Thread YoungJun Cho
This patch adds common part of dsi node. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git

[PATCH v3 07/15] drm/exynos: fimd: support LCD I80 interface

2014-06-01 Thread YoungJun Cho
To support MIPI command mode based I80 interface panel, FIMD should do followings: - Sets LCD I80 interface timings configuration. - Uses lcd_sys as an IRQ resource and sets relevant IRQ configuration. - Sets LCD block configuration for I80 interface. - Sets ideal(pixel) clock is 2 times faster

[PATCH v3 11/15] drm/panel: add S6E3FA0 driver

2014-06-01 Thread YoungJun Cho
This patch adds MIPI DSI command mode based S6E3FA0 AMOLED LCD Panel driver. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/gpu/drm/panel/Kconfig |7 +

[PATCH v3 14/15] ARM: dts: exynos5420: add mipi-phy node

2014-06-01 Thread YoungJun Cho
This patch adds mipi-phy node for MIPI DSI device. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi |6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH v3 10/15] ARM: dts: s6e3fa0: add DT bindings

2014-06-01 Thread YoungJun Cho
This patch adds DT bindings for s6e3fa0 panel. The bindings describes panel resources and display timings. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH v3 08/15] ARM: dts: exynos_dsim: add exynos5420 compatible to DT bindings

2014-06-01 Thread YoungJun Cho
This patch adds relevant to exynos5420 compatible for exynos5420 SoC support. Signed-off-by: YoungJun Cho yj44@samsung.com Acked-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/video/exynos_dsim.txt |4 +++- 1 file