Re: [PATCH v4] phy: omap-control: update dra7 and am437 usb2 Documentation bindings

2014-03-07 Thread Kishon Vijay Abraham I
On Friday 07 March 2014 01:55 PM, Kishon Vijay Abraham I wrote: From: Felipe Balbi ba...@ti.com From: Roger Quadros rog...@ti.com There seems to be some problem with this patch. Pls ignore this. Thanks Kishon The dra7-usb2 and am437-usb2 bindings have not yet been used. Change them to be

Re: [PATCH 0/5] Add STiH407 SoC and reference board support

2014-03-07 Thread Maxime Coquelin
Hi Linus On 03/07/2014 04:11 AM, Linus Walleij wrote: On Fri, Feb 28, 2014 at 8:17 PM, Maxime COQUELIN maxime.coque...@st.com wrote: This series adds basic support to the STMicroelectronics STiH407 SoC and its B2120 reference board. The STiH407 is a dual-core ARM Cortex-A9 CPU aimed at STB

[PATCH v4] phy: omap-control: update dra7 and am437 usb2 bindings

2014-03-07 Thread Kishon Vijay Abraham I
From: Roger Quadros rog...@ti.com The dra7-usb2 and am437-usb2 bindings have not yet been used. Change them to be more elegant. Signed-off-by: Roger Quadros rog...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Changes from v3: Changed the compatible value to that suggested by

Re: [PATCH 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread Maxime Coquelin
On 03/07/2014 04:10 AM, Linus Walleij wrote: On Fri, Feb 28, 2014 at 8:17 PM, Maxime COQUELIN maxime.coque...@st.com wrote: From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available!

Re: [PATCH v4 1/4] pci: APM X-Gene PCIe controller driver

2014-03-07 Thread Jingoo Han
On Thursday, March 06, 2014 3:06 PM, Tanmay Inamdar wrote: Hi Tanmay Inamdar, I added some minor comments. :-) This patch adds the AppliedMicro X-Gene SOC PCIe controller driver. X-Gene PCIe controller supports maxmum upto 8 lanes and GEN3 speed. Would you fix the followings?

[PATCH v2 0/5] Add USB nodes for am43xx epos and gp evm

2014-03-07 Thread George Cherian
The patch series adds USB dt nodes for am43xx epos and gp evm Boot tested with Benoit's for_3.15 + following patches https://patchwork.kernel.org/patch/3600821/ https://patchwork.kernel.org/patch/3600831/ https://patchwork.kernel.org/patch/3600851/ https://patchwork.kernel.org/patch/3600841/

[PATCH v2 5/5] ARM: dts: am43x-epos-evm: Enable USB

2014-03-07 Thread George Cherian
Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am43x-epos-evm Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am43x-epos-evm.dts | 27 +++ 1 file changed, 27 insertions(+) diff

[PATCH v2 4/5] ARM: dts: am437x-gp-evm: Enable USB

2014-03-07 Thread George Cherian
Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am437x-gp-evm Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 28 1 file changed, 28 insertions(+) diff

Re: [PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-07 Thread Charles Keepax
On Fri, Mar 07, 2014 at 10:48:41AM +0800, Mark Brown wrote: On Thu, Mar 06, 2014 at 05:05:39PM +, Charles Keepax wrote: The following patch added support for spi controllers with a dedicated chip select pin: commit 3146beec21b64f4551fcf0ac148381d54dc41b1b spi: s3c64xx: Added

[PATCH v2 3/5] ARM: dts: AM4372: Add USB nodes

2014-03-07 Thread George Cherian
Add nodes for 2 instances each of - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for AM43xx. Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am4372.dtsi | 95 +++ 1 file

[PATCH v2 1/5] doc: Add ti,am437x-dwc3 comaptible for dwc3 glue

2014-03-07 Thread George Cherian
Add the compatible ti,am437x-dwc3 for dwc3 glue driver. Signed-off-by: George Cherian george.cher...@ti.com --- Documentation/devicetree/bindings/usb/omap-usb.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/omap-usb.txt

[PATCH v2 2/5] ARM: dts: am43xx clock data

2014-03-07 Thread George Cherian
Add USB reference clock data Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am43xx-clocks.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/am43xx-clocks.dtsi b/arch/arm/boot/dts/am43xx-clocks.dtsi index 142009c..506d036

[PATCH v2 5/5] ARM: dts: STiH407: Add B2120 board support

2014-03-07 Thread Maxime COQUELIN
B2120 HDK is the reference board for STiH407 SoC. It has the following characteristics: - 1GB DDR3 - 8GB eMMC / SD-Card slot - 32MB NOR Flash - 1 x Gbit Ethernet - 1 x USB 3.0 port - 1 x Mini-PCIe - 1 x SATA - 1 x HDMI output - 1 x HDMI input - 1 x SPDIF This patch only introduces basic

[PATCH v2 2/5] pinctrl: st: add pinctrl support for the STiH407 SoC

2014-03-07 Thread Maxime COQUELIN
From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds the initial support for pinctrl based on H407 SoC. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- drivers/pinctrl/pinctrl-st.c | 4 1 file changed, 4

[PATCH v2 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread Maxime COQUELIN
From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available! This is the case of STiH407 where, although documented, the following registers from SYSCFG_FLASH have been removed from the SoC.

[PATCH v2 1/5] ARM: STi: Add STiH407 SoC support

2014-03-07 Thread Maxime COQUELIN
This patch adds support to STiH407 SoC. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- Documentation/arm/sti/stih407-overview.txt| 18 ++ Documentation/devicetree/bindings/arm/sti.txt | 15 +++

[PATCH v2 0/5] Add STiH407 SoC and reference board support

2014-03-07 Thread Maxime COQUELIN
This series adds basic support to the STMicroelectronics STiH407 SoC and its B2120 reference board. The STiH407 is a dual-core ARM Cortex-A9 CPU aimed at STB market. Changes since v1: - - Changed patch 2 commit title - Rebased pinctrl patches to linux-pinctrl/devel

[PATCH v2 4/5] ARM: dts: Add STiH407 SoC support

2014-03-07 Thread Maxime COQUELIN
The STiH407 is advanced multi-HD AVC processor with 3D graphics acceleration and 1.5-GHz ARM Cortex-A9 SMP CPU. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- arch/arm/boot/dts/stih407-clock.dtsi | 41 +++

Re: [PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board

2014-03-07 Thread Gregory CLEMENT
On 06/03/2014 20:17, Ezequiel Garcia wrote: On Mar 06, Andrew Lunn wrote: Can't we fix this so the probe order doesn't affect the name? Is that sane? You are not supposed to trust the device name, since probing can happen in parallel, on different buses. udev should have rules to name the

Re: [RFC PATCH v2 00/21] Add DSI display support for Exynos based boards

2014-03-07 Thread Andrzej Hajda
On 03/05/2014 03:56 AM, Inki Dae wrote: Hi Andrzej, Thanks for your contributions. 2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: Hi, This patchset adds drivers and bindings to the following devices: - Exynos DSI master, - S6E8AA0 DSI panel, - TC358764 DSI/LVDS bridge, -

Re: [PATCH v6 09/10] ARM: dts: Add rear camera nodes for Exynos4412 TRATS2 board

2014-03-07 Thread Sylwester Nawrocki
Hi Kukjin, On 06/03/14 17:20, Sylwester Nawrocki wrote: This patch enables the rear facing camera (s5c73m3) on TRATS2 board by adding the I2C0 bus controller, s5c73m3 sensor, MIPI CSI-2 receiver and the sensor's voltage regulator supply nodes. Signed-off-by: Andrzej Hajda

[PATCH v2 3/3] Documentation: mfd: s2mps11: Document support for S2MPS14

2014-03-07 Thread Krzysztof Kozlowski
Add bindings documentation for S2MPS14 device to the s2mps11 driver. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood lgirdw...@gmail.com Cc: Tomasz Figa t.f...@samsung.com Cc: devicetree@vger.kernel.org Cc: Rob Herring

[PATCH v3 0/8] ARM: OMAP: SATA support for OMAP5 DRA7

2014-03-07 Thread Roger Quadros
Hi Tony Felipe, Kishon has pulled in the relevant PHY patches into his tree. These are the remaining patches from the series. Patches 1 to 3 need to go through Felipe's USB tree. Patches 4 to 8 need to go through Tony's OMAP tree. Thanks. Patches are based on 3.14-rc4 with balbi/next,

[PATCH v3 6/8] ARM: dts: omap5: add sata node

2014-03-07 Thread Roger Quadros
From: Balaji T K balaj...@ti.com Add support for sata. [Roger Q] Clean up. CC: Benoit Cousson bcous...@baylibre.com CC: Tony Lindgren t...@atomide.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 40

[PATCH v3 5/8] ARM: OMAP5: hwmod: Add ocp2scp3 and sata hwmods

2014-03-07 Thread Roger Quadros
From: Keshava Munegowda keshava_mgo...@ti.com Create hwmods for ocp2scp3 and sata modules. [Roger Q] Clean up. CC: Benoit Cousson bcous...@baylibre.com CC: Paul Walmsley p...@pwsan.com CC: Tony Lindgren t...@atomide.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Roger Quadros

[PATCH v3 7/8] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods

2014-03-07 Thread Roger Quadros
From: Nikhil Devshatwar nikhil...@ti.com Add hwmods for ocp2scp3 and sata modules. [Roger Q] Clean up. CC: Benoit Cousson bcous...@baylibre.com CC: Paul Walmsley p...@pwsan.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Nikhil Devshatwar nikhil...@ti.com Signed-off-by: Roger

[PATCH v3 4/8] ARM: dts: omap5: Add clocks to USB3 PHY node

2014-03-07 Thread Roger Quadros
The USB3 PHY driver now expects named clocks. Add the relevant clocks to the USB3 PHY node. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index

[PATCH v3 3/8] phy: ti-pipe3: Add SATA compatible to Documentation binding

2014-03-07 Thread Roger Quadros
SATA PHY needs a new compatible ID. Add it to the DT binding documentation. Acked-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v3 1/8] phy: omap-control: update dra7 and am437 usb2 Documentation bindings

2014-03-07 Thread Roger Quadros
The dra7-usb2 and am437-usb2 bindings have not yet been used. Change them to be more elegant. Acked-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH v3 2/8] phy: ti-pipe3: Add clocks to PIPE3 PHY Documentation binding

2014-03-07 Thread Roger Quadros
Add wakeup, system and reference clocks to DT binding documentation. Acked-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt | 12 1 file changed, 12 insertions(+) diff --git

Re: [PATCH v2 3/5] ARM: dts: AM4372: Add USB nodes

2014-03-07 Thread Roger Quadros
On 03/07/2014 11:15 AM, George Cherian wrote: Add nodes for 2 instances each of - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for AM43xx. Signed-off-by: George Cherian george.cher...@ti.com Acked-by: Roger Quadros rog...@ti.com cheers,

Re: [PATCH v2 4/5] ARM: dts: am437x-gp-evm: Enable USB

2014-03-07 Thread Roger Quadros
Hi George, On 03/07/2014 11:15 AM, George Cherian wrote: Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am437x-gp-evm Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 28

Re: [PATCH v2 4/5] ARM: dts: am437x-gp-evm: Enable USB

2014-03-07 Thread George Cherian
On 3/7/2014 3:55 PM, Roger Quadros wrote: Hi George, On 03/07/2014 11:15 AM, George Cherian wrote: Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am437x-gp-evm Signed-off-by: George Cherian george.cher...@ti.com ---

Re: [RFC PATCH v2 08/21] drm/panel: add TC358764 driver

2014-03-07 Thread Andrzej Hajda
Hi Inki, Thanks for the review. On 03/05/2014 07:46 AM, Inki Dae wrote: 2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: The patch adds driver for Toshiba DSI/LVDS TC358764 bridge. Driver registers itself as mipi_dsi_driver. It is exposed to the system via drm_panel interface,

Re: [PATCH v2 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread srinivas kandagatla
Hi Peppe, Thanks for the patch. On 07/03/14 09:41, Maxime COQUELIN wrote: From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available! This is the case of STiH407 where, although

Re: [PATCH v2 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread srinivas kandagatla
Hi Peppe/Maxime, I missed a comment... :-) On 07/03/14 09:41, Maxime COQUELIN wrote: From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available! This is the case of STiH407 where,

Re: [PATCH v2 2/5] pinctrl: st: add pinctrl support for the STiH407 SoC

2014-03-07 Thread srinivas kandagatla
Hi Peppe/Maxime, On 07/03/14 09:41, Maxime COQUELIN wrote: From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds the initial support for pinctrl based on H407 SoC. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com ---

Re: [RFC PATCH v2 03/21] exynos/dsim: add DT bindings

2014-03-07 Thread Andrzej Hajda
On 03/05/2014 06:56 AM, Inki Dae wrote: 2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: The patch adds DT bindings for Exynos DSI Master. DSIM follows rules for DSI bus host bindings [1]. Properties describes its resources: memory, interrupt, clocks, phy, regulators and

Re: Re: [PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-07 Thread Charles Keepax
On Fri, Mar 07, 2014 at 10:04:53AM +, GIRISH K S wrote: Hello Charles, instead of the binding modification I shall handle it in the driver probe function by getting child node using the api of_get_child_by_name(child-node, controller-data) and then use of_find_property to parse the

Re: [PATCH v2 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread Maxime Coquelin
Hi Srini, On 03/07/2014 11:41 AM, srinivas kandagatla wrote: Hi Peppe/Maxime, I missed a comment... :-) On 07/03/14 09:41, Maxime COQUELIN wrote: From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some

Re: [PATCH v2 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread srinivas kandagatla
On 07/03/14 11:28, Maxime Coquelin wrote: Problem is that oe and pu takes -1 in that patch, and these values will be passed directly to devm_regmap_field_alloc without any check. I propose to apply this patch before pinctrl: st: add pinctrl support for the STiH407 SoC, and move

Re: [PATCH v5 1/2] video: ARM CLCD: Add DT support

2014-03-07 Thread Tomi Valkeinen
On 06/03/14 17:23, Pawel Moll wrote: On Thu, 2014-03-06 at 10:21 +, Tomi Valkeinen wrote: Is this an old HW, and presumably there won't be new users for it? If yes, this is probably fine. There is a DRM driver in the works, actually... If not, you might want to look at the video

[PATCH v3 0/5] Add USB nodes for am43xx epos and gp evm

2014-03-07 Thread George Cherian
The patch series adds USB dt nodes for am43xx epos and gp evm Boot tested with Benoit's for_3.15 + following patches https://patchwork.kernel.org/patch/3600821/ https://patchwork.kernel.org/patch/3600831/ https://patchwork.kernel.org/patch/3600851/ https://patchwork.kernel.org/patch/3600841/

[PATCH v3 1/5] doc: Add ti,am437x-dwc3 comaptible for dwc3 glue

2014-03-07 Thread George Cherian
Add the compatible ti,am437x-dwc3 for dwc3 glue driver. Signed-off-by: George Cherian george.cher...@ti.com --- Documentation/devicetree/bindings/usb/omap-usb.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/omap-usb.txt

[PATCH v3 3/5] ARM: dts: AM4372: Add USB nodes

2014-03-07 Thread George Cherian
Add nodes for 2 instances each of - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for AM43xx. Signed-off-by: George Cherian george.cher...@ti.com Acked-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/am4372.dtsi | 95

[PATCH v3 4/5] ARM: dts: am437x-gp-evm: Enable USB

2014-03-07 Thread George Cherian
Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am437x-gp-evm Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 18 ++ 1 file changed, 18 insertions(+) diff --git

[PATCH v3 2/5] ARM: dts: am43xx clock data

2014-03-07 Thread George Cherian
Add USB reference clock data Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am43xx-clocks.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/am43xx-clocks.dtsi b/arch/arm/boot/dts/am43xx-clocks.dtsi index 142009c..506d036

[PATCH v3 5/5] ARM: dts: am43x-epos-evm: Enable USB

2014-03-07 Thread George Cherian
Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am43x-epos-evm Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am43x-epos-evm.dts | 18 ++ 1 file changed, 18 insertions(+) diff --git

Re: [PATCH v6 0/8] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Russell King - ARM Linux
On Thu, Mar 06, 2014 at 05:50:30PM +0100, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 17:32 +0100 schrieb Sylwester Nawrocki: On 06/03/14 17:21, Philipp Zabel wrote: Am Donnerstag, den 06.03.2014, 16:47 +0100 schrieb Sylwester Nawrocki: Yes, it's going to conflict with my patch

[RFC PATCH 0/9] drivers: dma: Add support for dma-channel router

2014-03-07 Thread Sricharan R
In some SoCs the dma request lines from the peripherals are routed to the dma-controller through a crossbar. With this the dma controller's available request lines are shared between the peripherals. This adds support to register the crossbar router associated with a dma-channel and let the

[RFC PATCH 9/9] arm: dts: dra7: Change the total dma-req numbers to crossbar channels

2014-03-07 Thread Sricharan R
On DRA7 there is a crossbar router which maps the peripheral dma request channels to the dma controller inputs. The dma-controller can receive requests from any of the crossbar channels. So register the total number crossbar channels instead of the shared dma-request lines. Signed-off-by:

[RFC PATCH 5/9] drivers: dma: Add dma crossbar driver

2014-03-07 Thread Sricharan R
DRA7XX dma controller IP's are preceded by a crossbar which routes the dma requests from the peripherals to the dma request input lines of the appropriate dma controller. With this the dma controller's available request lines are shared between the peripherals. The driver maintains a list of free

[RFC PATCH 1/9] drivers: dma: omap-dma: Avoid hard-coding of the dma-request channels

2014-03-07 Thread Sricharan R
The total number of dma-request channels is hard-coded. Instead read the data from DT. Signed-off-by: Sricharan R r.sricha...@ti.com --- drivers/dma/omap-dma.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/dma/omap-dma.c b/drivers/dma/omap-dma.c index

[RFC PATCH 3/9] drivers: dma: omap-dma: Add a seperate xlate function to get router data

2014-03-07 Thread Sricharan R
Each dma-request channel can be connected to the dma-controller either directly or through a crossbar router. In such cases request lines should be routed to the dma-controller. Adding a xlate function which would retrieve and store the router data associated with a particular channel in the

[RFC PATCH 2/9] drivers: dma: of-dma: Add support for dma-request line routers

2014-03-07 Thread Sricharan R
In some socs dma requests lines from the peripherals to the dma controller can be connected either directly or through a crossbar router. The crossbar in turn maps the peripheral request line to a free dma-controller request line. In such cases the crossbar associated with the particular request

[RFC PATCH 4/9] drivers: omap-dma: Add crossbar line as a resource to omap_chan structure

2014-03-07 Thread Sricharan R
In socs which have crossbar to route the peripheral dma request line to the dma controller, only the peripheral crossbar request line number is fixed and this is passed through the DT nodes. The dma request channel to be used is allocated dynamically. The total number of crossbar channels are

[RFC PATCH 6/9] arm: dts: dra: Add dma crossbar node

2014-03-07 Thread Sricharan R
Adding the crossbar node. Signed-off-by: Sricharan R r.sricha...@ti.com --- arch/arm/boot/dts/dra7.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 1fd75aa..f84991b 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++

Re: [GIT PULL] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Mauro Carvalho Chehab
Em Fri, 07 Mar 2014 11:55:17 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Thu, Mar 06, 2014 at 06:13:20PM +0100, Philipp Zabel wrote: Hi Mauro, Russell, I have temporarily removed the simplified bindings at Sylwester's request and updated the branch with the acks.

Re: [RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-03-07 Thread Andrzej Hajda
On 03/05/2014 01:06 PM, Inki Dae wrote: Sorry for interrupting, 2014-03-04 21:00 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: On 02/28/2014 02:39 PM, Tomi Valkeinen wrote: On 28/02/14 15:31, Tomi Valkeinen wrote: Compared to what I've done on OMAP, you don't seem to specify the video

Re: [RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-03-07 Thread Tomi Valkeinen
On 07/03/14 14:22, Andrzej Hajda wrote: I think we should even extend the bindings to fimd: dsi { port@0 { dsi_0: endpoint { remote-endpoint=fimd_0; } } port@1 { dsi_1: endpoint { remote-endpoint=lvds_0; } } }

[PATCH] Documentation: dt: Reduce fragmentation of .. placeholders

2014-03-07 Thread Florian Vaussard
Placeholders .. are sometimes used in the devicetree documentation to define family-wide compatible strings (like fsl,chip-ipu where chip can be any Freescale SoC). These placeholders are loosly defined. This lead to some fragmentation. Looking at the current placeholders, we have: 3 board

[PATCH] of: add missing major vendors

2014-03-07 Thread Florian Vaussard
Looking at the current vendor strings used in the kernel's .dts/.dtsi files, some vendors are used a high number of times without being documented. Document the ones that are used more than 10 times. Note: a few inconsistencies were found, and thus not documented. Here is the list: - mrvl:

Re: [PATCH v2 1/4] ASoC: tlv320aic31xx: Add basic codec driver implementation

2014-03-07 Thread Jyri Sarha
On 03/05/2014 03:55 AM, Mark Brown wrote: On Tue, Mar 04, 2014 at 03:54:49PM +0200, Jyri Sarha wrote: +- ai31xx-micbias-vg - MicBias Voltage required. +MICBIAS_OFF - MICBIAS output it not powered Same comment as last time - why is this something which can be selected in the binding?

Re: [PATCH] Documentation: dt: Reduce fragmentation of .. placeholders

2014-03-07 Thread Geert Uytterhoeven
On Fri, Mar 7, 2014 at 1:36 PM, Florian Vaussard florian.vauss...@epfl.ch wrote: --- a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt @@ -2,7 +2,7 @@ Allwinner SoCs Watchdog timer Required properties: -- compatible :

Re: [PATCH 0/9] Doc/DT: DT bindings for various display components

2014-03-07 Thread Tomi Valkeinen
On 03/03/14 10:04, Tomi Valkeinen wrote: Hi Rob, Pawel, Mark, Ian, Kumar, Ping, Any hints on how to continue with this? On 28/02/14 18:56, Russell King - ARM Linux wrote: On Fri, Feb 28, 2014 at 06:48:35PM +0200, Tomi Valkeinen wrote: This is totally unclear to me. How does it become a

[PATCH v3 1/2] ASoC: tlv320aic32x4: Sort Makefile in alphabetic order

2014-03-07 Thread Jyri Sarha
The tlv320aic32x4 related lines were wrongly placed after tlv320aic3x lines. Signed-off-by: Jyri Sarha jsa...@ti.com --- sound/soc/codecs/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile index

[PATCH v3 0/2] AM43xx-ePOS-EVM audio support with TLV320AIC31XX driver

2014-03-07 Thread Jyri Sarha
Since the v2 version of the patches [1] I have dropped davinci-evm related patches since I plan to start using simple-card for machine driver. I have also addressed Mark Brown's comments [2] as I described in my mail here [3]. Best regards, Jyri [1]

[PATCH v3 2/2] ASoC: tlv320aic31xx: Add basic codec driver implementation

2014-03-07 Thread Jyri Sarha
This commit adds a bare bones driver support for TLV320AIC31XX family audio codecs. The driver adds basic stereo playback trough headphone and speaker outputs and mono capture trough microphone inputs. The driver is currently missing support at least for mini DSP features and jack detection. I

Re: [RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-03-07 Thread Andrzej Hajda
On 03/07/2014 01:32 PM, Tomi Valkeinen wrote: On 07/03/14 14:22, Andrzej Hajda wrote: I think we should even extend the bindings to fimd: dsi { port@0 { dsi_0: endpoint { remote-endpoint=fimd_0; } } port@1 { dsi_1: endpoint {

[PATCH 7/8] ARM: dts: dra7: Add USB related nodes

2014-03-07 Thread Roger Quadros
Add nodes for the Super Speed USB controllers, omap-control-usb, USB2 PHY and USB3 PHY devices. Remove ocp2scp1 address space from hwmod data as it is now provided via device tree. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/dra7.dtsi | 110

[PATCH 8/8] dts: dra7-evm: add USB support

2014-03-07 Thread Roger Quadros
Add USB pinmux information and USB modes for the first 2 USB controllers. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/dra7-evm.dts | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts

[PATCH 3/8] ARM: DRA7: hwmod: Add SYSCONFIG for usb_otg_ss

2014-03-07 Thread Roger Quadros
Add the sysconfig class bits for the Super Speed USB controllers Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c

[PATCH 4/8] phy: omap-usb2: Use generic clock names wkupclk and refclk

2014-03-07 Thread Roger Quadros
As clocks might be named differently on multiple platforms, use a generic name in the driver and allow device tree node to specify the platform specific clock name. Signed-off-by: Roger Quadros rog...@ti.com --- drivers/phy/phy-omap-usb2.c | 8 1 file changed, 4 insertions(+), 4

[PATCH 5/8] phy: omap-usb2: Add clock names to Documentation binding

2014-03-07 Thread Roger Quadros
Add wkupclk and refclk information to DT binding information. Signed-off-by: Roger Quadros rog...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/ti-phy.txt

[PATCH v3 2/4] checkpatch: fix spurious vendor compatible warnings

2014-03-07 Thread Florian Vaussard
With a compatible string like compatible = foo; checkpatch will currently try to find foo in vendor-prefixes.txt, which is wrong since the vendor prefix is empty in this specific case. Skip the vendor test if the compatible is not like compatible = vendor,something; Signed-off-by: Florian

[PATCH v3 3/4] checkpatch: check compatible strings in .c and .h too

2014-03-07 Thread Florian Vaussard
From: Joe Perches j...@perches.com From: Joe Perches j...@perches.com Look for .compatible = foo strings not only in .dts files, but in .c and .h too. Signed-off-by: Joe Perches j...@perches.com [florian.vauss...@epfl.ch: split patch, commit log] Signed-off-by: Florian Vaussard

[PATCH v3 4/4] checkpatch: improve the compatible vendor match

2014-03-07 Thread Florian Vaussard
From: Joe Perches j...@perches.com From: Joe Perches j...@perches.com Improve the vendor name match in vendor-prefix.txt by only matching the exact vendor name at the beginning of lines. Signed-off-by: Joe Perches j...@perches.com [florian.vauss...@epfl.ch: split patch, commit log]

Re: [RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-03-07 Thread Tomi Valkeinen
On 07/03/14 15:07, Andrzej Hajda wrote: On 03/07/2014 01:32 PM, Tomi Valkeinen wrote: On 07/03/14 14:22, Andrzej Hajda wrote: I think we should even extend the bindings to fimd: dsi { port@0 { dsi_0: endpoint { remote-endpoint=fimd_0; } } port@1 {

[PATCH v3 1/4] checkpatch: check vendor compatible with dashes

2014-03-07 Thread Florian Vaussard
The current vendor compatible check will not match vendors with dashes, like: compatible=asahi-kasei Reported-by: Joe Perches j...@perches.com Signed-off-by: Florian Vaussard florian.vauss...@epfl.ch --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v3 0/4] checkpatch: enhance compatible string checking

2014-03-07 Thread Florian Vaussard
Hi, This series proposes a number of fixes and enhancements to the checks performed on compatible strings: 1) Fix vendor check for strings with dashes 2) Fix spurious vendor warning, when there is no vendor 3) Check for compatible strings in .c and .h files too 4) Match only at the begining of

Re: [GIT PULL] Move device tree graph parsing helpers to drivers/of

2014-03-07 Thread Russell King - ARM Linux
On Fri, Mar 07, 2014 at 09:20:31AM -0300, Mauro Carvalho Chehab wrote: Em Fri, 07 Mar 2014 11:55:17 + Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Thu, Mar 06, 2014 at 06:13:20PM +0100, Philipp Zabel wrote: Hi Mauro, Russell, I have temporarily removed the

Re: [PATCH v3 3/4] checkpatch: check compatible strings in .c and .h too

2014-03-07 Thread Florian Vaussard
On 03/07/2014 02:26 PM, Florian Vaussard wrote: From: Joe Perches j...@perches.com From: Joe Perches j...@perches.com Mmmh, sorry for this. I will resend. Look for .compatible = foo strings not only in .dts files, but in .c and .h too. Signed-off-by: Joe Perches j...@perches.com

[PATCH v3 3/4] checkpatch: check compatible strings in .c and .h too

2014-03-07 Thread Florian Vaussard
From: Joe Perches j...@perches.com Look for .compatible = foo strings not only in .dts files, but in .c and .h too. Signed-off-by: Joe Perches j...@perches.com [florian.vauss...@epfl.ch: split patch, commit log] Signed-off-by: Florian Vaussard florian.vauss...@epfl.ch --- scripts/checkpatch.pl

[PATCH v3 4/4] checkpatch: improve the compatible vendor match

2014-03-07 Thread Florian Vaussard
From: Joe Perches j...@perches.com Improve the vendor name match in vendor-prefix.txt by only matching the exact vendor name at the beginning of lines. Signed-off-by: Joe Perches j...@perches.com [florian.vauss...@epfl.ch: split patch, commit log] Signed-off-by: Florian Vaussard

Re: [PATCH 1/8] CLK: ti: dra7: Initialize USB_DPLL

2014-03-07 Thread Tero Kristo
On 03/07/2014 03:09 PM, Roger Quadros wrote: USB_DPLL must be initialized and locked at boot so that USB modules can work. Also program USB_DLL_M2 output to half rate. CC: Mike Turquette mturque...@linaro.org CC: Tero Kristo t-kri...@ti.com Signed-off-by: Roger Quadros rog...@ti.com ---

Re: [PATCH 3/3] pinctrl: mvebu: silence WARN to dev_warn

2014-03-07 Thread Jason Cooper
On Fri, Mar 07, 2014 at 11:56:11AM +0800, Linus Walleij wrote: On Fri, Mar 7, 2014 at 11:50 AM, Jason Cooper ja...@lakedaemon.net wrote: On Fri, Mar 07, 2014 at 11:48:25AM +0800, Linus Walleij wrote: On Fri, Mar 7, 2014 at 4:18 AM, Jason Cooper ja...@lakedaemon.net wrote: On Wed, Mar 05,

Re: [PATCH v4 5/5] clk/exynos5260: add clock file for exynos5260

2014-03-07 Thread Pankaj Dubey
Hi Rahul, On Thu, Mar 6, 2014 at 10:45 PM, Rahul Sharma rahul.sha...@samsung.com wrote: Add support for exynos5260 clocks in clock driver. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Even though my signed-off-by is present in this

Re: [PATCH 2/8] ARM: dts: dra7-clock: Add l3init_960m_gfclk clock gate

2014-03-07 Thread Tero Kristo
On 03/07/2014 03:09 PM, Roger Quadros wrote: This clock gate description was missing in older Reference manuals. It is present on the SoC to provide 960MHz reference clock to the internal USB PHYs. Can you provide a document reference here? -Tero Use l3init_960m_gfclk as parent of

Re: [PATCH v4 5/5] clk/exynos5260: add clock file for exynos5260

2014-03-07 Thread Tomasz Figa
Hi Pankaj, On 07.03.2014 14:56, Pankaj Dubey wrote: +static void __init exynos5260_clk_top_init(struct device_node *np) +{ + struct exynos5260_cmu_info cmu; + struct samsung_clk_provider *ctx; + + memset(cmu, 0, sizeof(cmu)); + + cmu.pll_clks = top_pll_clks; +

Re: [PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-03-07 Thread Philipp Zabel
Hi, Am Donnerstag, den 06.03.2014, 10:52 +0200 schrieb Tomi Valkeinen: On 06/03/14 10:39, Geert Uytterhoeven wrote: On Wed, Mar 5, 2014 at 9:41 AM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On 28/02/14 18:23, Russell King - ARM Linux wrote: That's rather a lot of compatible strings.

Re: [RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-03-07 Thread Andrzej Hajda
On 03/07/2014 02:28 PM, Tomi Valkeinen wrote: (...) There are many possible connections from FIMD, some of them: FIMD --- RGB panel, external FIMD --- DSI, on SoC FIMD --- eDP, on SoC FIMD --- ImageEnhacer, on SoC This sounds similar to OMAP, at least roughly. In the first case port should

Re: [PATCH v2] phy-rcar-gen2-usb: add device tree support

2014-03-07 Thread Sergei Shtylyov
Hello. On 07-03-2014 9:46, Magnus Damm wrote: Add support of the device tree probing for the Renesas R-Car generation 2 SoCs documenting the device tree binding as necessary. Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com --- This patch is against the 'next' branch of

Re: [RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-03-07 Thread Tomi Valkeinen
On 07/03/14 16:17, Andrzej Hajda wrote: On 03/07/2014 02:28 PM, Tomi Valkeinen wrote: (...) There are many possible connections from FIMD, some of them: FIMD --- RGB panel, external FIMD --- DSI, on SoC FIMD --- eDP, on SoC FIMD --- ImageEnhacer, on SoC This sounds similar to OMAP, at

[PATCH v3 0/5] Add STiH407 SoC and reference board support

2014-03-07 Thread Maxime COQUELIN
This series adds basic support to the STMicroelectronics STiH407 SoC and its B2120 reference board. The STiH407 is a dual-core ARM Cortex-A9 CPU aimed at STB market. Changes since v2: - - Reordered the pinctrl patches - Moved stih407_flashdata to stih407 pinctrl patch

[PATCH v3 3/5] pinctrl: st: add pinctrl support for the STiH407 SoC

2014-03-07 Thread Maxime COQUELIN
From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds the initial support for pinctrl based on H407 SoC. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- drivers/pinctrl/pinctrl-st.c | 17 + 1 file

[PATCH v3 1/5] ARM: STi: Add STiH407 SoC support

2014-03-07 Thread Maxime COQUELIN
This patch adds support to STiH407 SoC. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- Documentation/arm/sti/stih407-overview.txt| 18 ++ Documentation/devicetree/bindings/arm/sti.txt | 15 +++

[PATCH v3 5/5] ARM: dts: STiH407: Add B2120 board support

2014-03-07 Thread Maxime COQUELIN
B2120 HDK is the reference board for STiH407 SoC. It has the following characteristics: - 1GB DDR3 - 8GB eMMC / SD-Card slot - 32MB NOR Flash - 1 x Gbit Ethernet - 1 x USB 3.0 port - 1 x Mini-PCIe - 1 x SATA - 1 x HDMI output - 1 x HDMI input - 1 x SPDIF This patch only introduces basic

[PATCH v3 4/5] ARM: dts: Add STiH407 SoC support

2014-03-07 Thread Maxime COQUELIN
The STiH407 is advanced multi-HD AVC processor with 3D graphics acceleration and 1.5-GHz ARM Cortex-A9 SMP CPU. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- arch/arm/boot/dts/stih407-clock.dtsi | 41 +++

[PATCH v3 2/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread Maxime COQUELIN
From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available! This is the case of STiH407 where, although documented, the following registers from SYSCFG_FLASH have been removed from the SoC.

Re: [PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board

2014-03-07 Thread Jason Cooper
On Fri, Mar 07, 2014 at 10:53:42AM +0100, Gregory CLEMENT wrote: On 06/03/2014 20:17, Ezequiel Garcia wrote: On Mar 06, Andrew Lunn wrote: Can't we fix this so the probe order doesn't affect the name? Is that sane? You are not supposed to trust the device name, since probing can

  1   2   >