Re: [PATCH v2] N900: add device tree

2013-08-10 Thread Pavel Machek
On Fri 2013-08-02 01:43:55, Pavel Machek wrote: On Sun 2013-07-28 15:44:09, Pavel Machek wrote: On Mon 2013-07-15 01:28:19, Aaro Koskinen wrote: Hi, On Sat, Jul 13, 2013 at 02:17:09PM +0200, Pavel Machek wrote: This adds device tree with neccessary support to boot with

[PATCH] ARM: dts: omap3 / n900 support, Benoit please take me (was Re: [PATCH v2] N900: add device tree)

2013-08-10 Thread Pavel Machek
On Sat 2013-08-10 13:09:55, Pavel Machek wrote: On Fri 2013-08-02 01:43:55, Pavel Machek wrote: On Sun 2013-07-28 15:44:09, Pavel Machek wrote: On Mon 2013-07-15 01:28:19, Aaro Koskinen wrote: Hi, On Sat, Jul 13, 2013 at 02:17:09PM +0200, Pavel Machek wrote: This

Re: [PATCH v2] N900: add device tree

2013-08-10 Thread Belisko Marek
Hi All, On Sat, Aug 10, 2013 at 1:09 PM, Pavel Machek pa...@ucw.cz wrote: On Fri 2013-08-02 01:43:55, Pavel Machek wrote: On Sun 2013-07-28 15:44:09, Pavel Machek wrote: On Mon 2013-07-15 01:28:19, Aaro Koskinen wrote: Hi, On Sat, Jul 13, 2013 at 02:17:09PM +0200, Pavel Machek wrote:

Re: [PATCH v2 0/4] Add phy support for AM335X platform using Generic PHy framework

2013-08-10 Thread Ezequiel Garcia
On Fri, Jul 19, 2013 at 06:04:33PM +0530, George Cherian wrote: This patch series adds phy support for AM335X platform. This patch series is based on Generic PHY framework [1]. This series has - adds dual musb instances support for am335x platform - adds phy-am-usb

[RFC] OMAP: allow GPIO pin to enable/disable external UART driver chip.

2013-08-10 Thread Mark Jackson
When a UART transmitter is connected to (eg) a RS485 driver, it is necessary to turn the driver on/off as quickly as possible. This is best achieved in the serial driver itself (rather than in userspace where the latency can be quite large). This patch allows the GPIO pin to be defined (via DT)

Re: [PATCH 1/2] ARM: dts: AM4372: cpu(s) node per latest binding

2013-08-10 Thread Mark Rutland
On Fri, Aug 02, 2013 at 02:46:13PM +0100, Afzal Mohammed wrote: Update AM4372 cpu node to the latest cpus/cpu bindings for ARM. Signed-off-by: Afzal Mohammed af...@ti.com --- arch/arm/boot/dts/am4372.dtsi |4 1 file changed, 4 insertions(+) diff --git

Re: [PATCH 2/2] ARM: dts: AM4372: add few nodes

2013-08-10 Thread Mark Rutland
On Mon, Aug 05, 2013 at 06:08:45AM +0100, Afzal Mohammed wrote: Hi Muguthan, On Saturday 03 August 2013 05:19 PM, Mugunthan V N wrote: On 8/2/2013 7:16 PM, Afzal Mohammed wrote: + mac: ethernet@4a10 { + compatible = ti,am4372-cpsw,ti,cpsw;

[PATCH] mmc:omap change driver to use dev_pm_ops infrastructure

2013-08-10 Thread Shuah Khan
Change mmc_omap platform driver to register pm ops using dev_pm_ops instead of legacy pm_ops infrastructure. Signed-off-by: Shuah Khan shuah...@samsung.com --- drivers/mmc/host/omap.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/host/omap.c

[PATCH 1/5] drivers/gpio/gpio-omap.c: convert comma to semicolon

2013-08-10 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Replace a comma between expression statements by a semicolon. A simplified version of the semantic patch that performs this transformation is as follows: (http://coccinelle.lip6.fr/) // smpl @r@ expression e1,e2,e; type T; identifier i; @@ e1 -, +; e2;

Re: [PATCH 1/5] drivers/gpio/gpio-omap.c: convert comma to semicolon

2013-08-10 Thread Joe Perches
On Sat, 2013-08-10 at 17:40 +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Replace a comma between expression statements by a semicolon. [] I can't tell if the assignment to ct-regs.mask is really intended to be under the if. The proposed patch preserves the current

[PATCH 0/2] ARM: dts: AM33XX: node definition cleanups

2013-08-10 Thread Javier Martinez Canillas
Hi, While reviewing the submission of a DT file for a new board based on the am3352 SoC, I noticed that am33xx*.dts files needed some cleanups. All am33xx based board files redefine device nodes that are already defined in the included am33xx.dtsi file. This not only makes the DTS harder to

[PATCH 2/2] ARM: dts: AM33XX: don't redefine OCP bus and device nodes

2013-08-10 Thread Javier Martinez Canillas
The On Chip Peripherals (OCP) device node is a simplified representation of the AM33XX SoC interconnect. An OCP dev node is already defined in the am33xx.dtsi Device Tree source file included by am33xx based boards so there is no need to redefe this on each board DT file. Also, the OCP and IP

[PATCH 1/2] ARM: dts: AM33XX: use pinmux node defined in included file

2013-08-10 Thread Javier Martinez Canillas
am33xx boards DTS include the am33xx.dtsi Device Tree source file that already define a pinmux device node for the AM33XX SoC Pin Multiplex. Redefining this for each board makes the Device Tree files harder to modify and maintain so let's just use what is already defined in the included .dtsi

Re: [PATCH v2] N900: add device tree

2013-08-10 Thread Jiri Kosina
On Sat, 10 Aug 2013, Pavel Machek wrote: [I wonder if this is clean-enough cause for trivial in resubmit mode?] On Sat, 10 Aug 2013, Belisko Marek wrote: Same for gta04 (omap3 based device) [1]. It was send upstream 2 times and second time there is no reply from 1.3.2013. Hi guys, once I

OMAP device tree maintainance (was Re: [PATCH v2] N900: add device tree)

2013-08-10 Thread Pavel Machek
Hi! [I wonder if this is clean-enough cause for trivial in resubmit mode?] On Sat, 10 Aug 2013, Belisko Marek wrote: Same for gta04 (omap3 based device) [1]. It was send upstream 2 times and second time there is no reply from 1.3.2013. Hi guys, once I am able to match