Re: [PATCH v3 00/05] staging: Emma Mobile USB driver and KZM9D board code V3

2014-06-08 Thread Magnus Damm
On Sat, Jun 7, 2014 at 12:39 AM, Greg KH wrote: > On Fri, Jun 06, 2014 at 07:44:08PM +0900, Magnus Damm wrote: >> staging: Emma Mobile USB driver and KZM9D board code V3 >> >> [PATCH v3 01/05] staging: emxx_udc: Add Emma Mobile USB Gadget driver >> [PATCH v3 02/05] st

Re: [PATCH v2 04/05] staging: board: Initial board staging support

2014-06-06 Thread Magnus Damm
On Fri, May 30, 2014 at 8:10 AM, Simon Horman wrote: > On Thu, May 29, 2014 at 10:27:30PM +0900, Magnus Damm wrote: >> Hi Dan, >> >> On Thu, May 29, 2014 at 10:20 PM, Dan Carpenter >> wrote: >> > On Thu, May 29, 2014 at 10:17:32PM +0900, Magnus Damm wrote

[PATCH v3 02/05] staging: emxx_udc: I/O memory and IRQ resource support

2014-06-06 Thread Magnus Damm
From: Magnus Damm Adjust the emxx_udc driver to make use of the standard driver model to pass I/O memory and IRQ as resources instead of hard coding those things in the driver. Needs more work - the VBUS signal is yet not handled. Signed-off-by: Magnus Damm --- Changes since V2: - None

[PATCH v3 03/05] staging: emxx_udc: Add TODO file

2014-06-06 Thread Magnus Damm
From: Magnus Damm Add a TODO file for emxx_udc to show what is left to do. Signed-off-by: Magnus Damm --- Changes since V2: - None Changes since V1: - New patch drivers/staging/emxx_udc/TODO |4 1 file changed, 4 insertions(+) --- /dev/null +++ work/drivers/staging/emxx_udc

[PATCH v3 05/05] staging: board: kzm9d: Board staging support for emxx_udc

2014-06-06 Thread Magnus Damm
From: Magnus Damm Add staging board support for the KZM9D board and add an emxx_udc platform device to allow in-tree continous development of the driver on the KZM9D board. When DT bindings are ready for the emxx_udc driver then the platform device in the KZM9D staging board code can easily be

[PATCH v3 04/05] staging: board: Initial board staging support

2014-06-06 Thread Magnus Damm
From: Magnus Damm Add staging board base support to allow continuous upstream in-tree development and integration of platform devices. Helps developers integrate devices as platform devices for device drivers that only provide platform device bindings. This in turn allows for incremental

[PATCH v3 00/05] staging: Emma Mobile USB driver and KZM9D board code V3

2014-06-06 Thread Magnus Damm
me to rebase this code somehow. Signed-off-by: Magnus Damm --- Written against renesas git repo at kernel.org using tag renesas-devel-v3.15-rc8-20140606 drivers/staging/Kconfig |4 drivers/staging/Makefile|2 drivers/staging/board/Kconfig |8

Re: [PATCH v2 04/05] staging: board: Initial board staging support

2014-05-29 Thread Magnus Damm
On Thu, May 29, 2014 at 11:03 PM, Paul Bolle wrote: > On Thu, 2014-05-29 at 22:53 +0900, Magnus Damm wrote: >> --- 0011/drivers/staging/board/Kconfig >> +++ work/drivers/staging/board/Kconfig2014-05-29 22:32:39.0 +0900 >> @@ -1,5 +1,6 @@ >> config ST

Re: [PATCH v2 04/05] staging: board: Initial board staging support

2014-05-29 Thread Magnus Damm
On Thu, May 29, 2014 at 10:27 PM, Magnus Damm wrote: > Hi Dan, > > On Thu, May 29, 2014 at 10:20 PM, Dan Carpenter > wrote: >> On Thu, May 29, 2014 at 10:17:32PM +0900, Magnus Damm wrote: >>> --- /dev/null >>> +++ work/drivers/staging/board/Kconfig2014

Re: [PATCH v2 04/05] staging: board: Initial board staging support

2014-05-29 Thread Magnus Damm
Hi Dan, On Thu, May 29, 2014 at 10:20 PM, Dan Carpenter wrote: > On Thu, May 29, 2014 at 10:17:32PM +0900, Magnus Damm wrote: >> --- /dev/null >> +++ work/drivers/staging/board/Kconfig2014-05-29 21:40:41.0 >> +0900 >> @@ -0,0 +1,7 @@ >> +conf

[PATCH v2 03/05] staging: emxx_udc: Add TODO file

2014-05-29 Thread Magnus Damm
From: Magnus Damm Add a TODO file for emxx_udc to show what is left to do. Signed-off-by: Magnus Damm --- Changes since V1: - New patch drivers/staging/emxx_udc/TODO |4 1 file changed, 4 insertions(+) --- /dev/null +++ work/drivers/staging/emxx_udc/TODO 2014-05-29 18:08

[PATCH v2 04/05] staging: board: Initial board staging support

2014-05-29 Thread Magnus Damm
From: Magnus Damm Add staging board base support to allow continuous upstream in-tree development and integration of platform devices. Helps developers integrate devices as platform devices for device drivers that only provide platform device bindings. This in turn allows for incremental

[PATCH v2 05/05] staging: board: kzm9d: Board staging support for emxx_udc

2014-05-29 Thread Magnus Damm
From: Magnus Damm Add staging board support for the KZM9D board and add an emxx_udc platform device to allow in-tree continous development of the driver on the KZM9D board. When DT bindings are ready for the emxx_udc driver then the platform device in the KZM9D staging board code can easily be

[PATCH v2 02/05] staging: emxx_udc: I/O memory and IRQ resource support

2014-05-29 Thread Magnus Damm
From: Magnus Damm Adjust the emxx_udc driver to make use of the standard driver model to pass I/O memory and IRQ as resources instead of hard coding those things in the driver. Needs more work - the VBUS signal is yet not handled. Signed-off-by: Magnus Damm --- Changes since V1: - None

[PATCH v2 00/05] staging: Emma Mobile USB driver and KZM9D board code V2

2014-05-29 Thread Magnus Damm
registering platform device if DT node exists - Modified KZM9D board code build condition to use SoC Kconfig entry Many thanks to Dan Carpenter, Geert Uytterhoeven and Greg KH for feedback! Signed-off-by: Magnus Damm --- Written against renesas-devel-v3.15-rc7-20140528 drivers/staging/Kconfig

Re: [PATCH 00/03] staging: Emma Mobile USB driver and KZM9D board code

2014-05-22 Thread Magnus Damm
Hi Geert, On Thu, May 22, 2014 at 6:21 PM, Geert Uytterhoeven wrote: > Hi Magnus, > > Thanks for your series! This looks like a good solution for interim board > support. Thanks! > On Thu, May 22, 2014 at 10:53 AM, Magnus Damm wrote: >> Olof, patch 3/3 contains some b

Re: [PATCH 00/03] staging: Emma Mobile USB driver and KZM9D board code

2014-05-22 Thread Magnus Damm
Hi Dan, On Thu, May 22, 2014 at 6:17 PM, Dan Carpenter wrote: > Generally we take things as is into staging so there is no need for a > re-work if you don't want to. But we do need a TODO file. Read the > TODO files for other staging drivers. Thanks for pointing that out, my apologies for bein

Re: [PATCH 03/03] staging: board: kzm9d: Board staging support for emxx_udc

2014-05-22 Thread Magnus Damm
Hi Geert, On Thu, May 22, 2014 at 6:19 PM, Geert Uytterhoeven wrote: > Hi Magnus, > > On Thu, May 22, 2014 at 10:54 AM, Magnus Damm wrote: >> Add staging board support for the KZM9D board and add >> an emxx_udc platform device to allow in-tree continous >> development

[PATCH 03/03] staging: board: kzm9d: Board staging support for emxx_udc

2014-05-22 Thread Magnus Damm
From: Magnus Damm Add staging board support for the KZM9D board and add an emxx_udc platform device to allow in-tree continous development of the driver on the KZM9D board. When DT bindings are ready for the emxx_udc driver then the platform device in the KZM9D staging board code can easily be

[PATCH 02/03] staging: emxx_udc: I/O memory and IRQ resource support

2014-05-22 Thread Magnus Damm
From: Magnus Damm Adjust the emxx_udc driver to make use of the standard driver model to pass I/O memory and IRQ as resources instead of hard coding those things in the driver. Needs more work - the VBUS signal is yet not handled. Signed-off-by: Magnus Damm --- drivers/staging/emxx_udc

[PATCH 00/03] staging: Emma Mobile USB driver and KZM9D board code

2014-05-22 Thread Magnus Damm
staging to integrate non-DT drivers while they are improved to get DT support. Greg, please let me know your opinions. I'd be happy to rework the code. Signed-off-by: Magnus Damm --- Written against renesas-devel-v3.15-rc5-20140521 drivers/staging/Kconfig |4 drivers/st