Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-27 Thread kishon
On Saturday 27 October 2012 01:46 AM, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [121026 13:07]: On Fri, Oct 26, 2012 at 10:21:41AM -0700, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 00:48]: On Friday 26 October 2012, Felipe Balbi wrote: +static void

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Felipe Balbi
Hi, On Mon, Oct 08, 2012 at 11:29:43AM +0530, Kishon Vijay Abraham I wrote: Platfrom device for ocp2scp is created using omap_device_build in devices file. This is used for both omap4(musb) and omap5(dwc3). Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Arnd Bergmann
On Friday 26 October 2012, Felipe Balbi wrote: +static void omap_init_ocp2scp(void) +{ + struct omap_hwmod *oh; + struct platform_device *pdev; + int bus_id = -1, dev_cnt = 0, i; + struct omap_ocp2scp_dev *ocp2scp_dev; + const char

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [121026 00:48]: On Friday 26 October 2012, Felipe Balbi wrote: +static void omap_init_ocp2scp(void) +{ + struct omap_hwmod *oh; + struct platform_device *pdev; + int bus_id = -1, dev_cnt = 0, i; + struct

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Felipe Balbi
On Fri, Oct 26, 2012 at 10:21:41AM -0700, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 00:48]: On Friday 26 October 2012, Felipe Balbi wrote: +static void omap_init_ocp2scp(void) +{ + struct omap_hwmod *oh; + struct platform_device *pdev; +

Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-26 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [121026 13:07]: On Fri, Oct 26, 2012 at 10:21:41AM -0700, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [121026 00:48]: On Friday 26 October 2012, Felipe Balbi wrote: +static void omap_init_ocp2scp(void) +{ + struct omap_hwmod *oh;

[PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

2012-10-08 Thread Kishon Vijay Abraham I
Platfrom device for ocp2scp is created using omap_device_build in devices file. This is used for both omap4(musb) and omap5(dwc3). Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/mach-omap2/devices.c | 76 + 1 file changed, 76