Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-11-06 Thread Tomi Valkeinen
On 2013-10-30 02:05, Simon Horman wrote: > On Tue, Oct 29, 2013 at 10:58:34AM -0700, Mark Brown wrote: >> On Tue, Oct 29, 2013 at 06:29:59PM +0100, Laurent Pinchart wrote: >>> On Tuesday 29 October 2013 10:23:31 Mark Brown wrote: On Tue, Oct 29, 2013 at 06:05:53PM +0100, Laurent Pinchart wrote

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Mark Brown
On Tue, Oct 29, 2013 at 06:29:59PM +0100, Laurent Pinchart wrote: > On Tuesday 29 October 2013 10:23:31 Mark Brown wrote: > > On Tue, Oct 29, 2013 at 06:05:53PM +0100, Laurent Pinchart wrote: > > > The first one is that I can't compile-test all those drivers on all > > > architectures. The spi-sh-m

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Laurent Pinchart
Hi Mark, On Tuesday 29 October 2013 10:23:31 Mark Brown wrote: > On Tue, Oct 29, 2013 at 06:05:53PM +0100, Laurent Pinchart wrote: > > The first one is that I can't compile-test all those drivers on all > > architectures. The spi-sh-msiof driver, for instance, uses > > io(read|write)(16| > > Which

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Mark Brown
On Tue, Oct 29, 2013 at 06:05:53PM +0100, Laurent Pinchart wrote: > The first one is that I can't compile-test all those drivers on all > architectures. The spi-sh-msiof driver, for instance, uses io(read|write)(16| Which architectures are these and is there not a symbol we can depend on for the

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Laurent Pinchart
Hi Mark, On Tuesday 29 October 2013 09:04:49 Mark Brown wrote: > On Tue, Oct 29, 2013 at 03:04:27PM +0900, Simon Horman wrote: > > I think this is a step in a good direction. > > However, I think it would be even better if the architecture dependency > > was removed completely. > > Yes, please.

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Linus Walleij
On Mon, Oct 28, 2013 at 4:46 PM, Laurent Pinchart wrote: > If you believe the issue should be solved in a different way (for instance by > removing the architecture dependency completely) please reply to the cover > letter to let other maintainers chime in. I have no real opinions on whether thi

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Artem Bityutskiy
On Tue, 2013-10-29 at 14:22 +0100, Laurent Pinchart wrote: > > Also, if ARM dependency is ever removed, all these should become 'n' by > > default in the Kconfig, in order to make sure they do not slip into > > defconfigs of different architectures. > > The idea is that, if ARM is neither a compil

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Artem Bityutskiy
On Tue, 2013-10-29 at 10:12 +0100, Guennadi Liakhovetski wrote: > Hi Laurent > > On Tue, 29 Oct 2013, Laurent Pinchart wrote: > > > Hello, > > > > This patch series, based on v3.12-rc7, prepares various Renesas drivers > > for migration to multiplatform kernels by enabling their compilation or >

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Guennadi Liakhovetski
Hi Laurent On Tue, 29 Oct 2013, Laurent Pinchart wrote: > Hello, > > This patch series, based on v3.12-rc7, prepares various Renesas drivers > for migration to multiplatform kernels by enabling their compilation or > otherwise fixing them on all ARM platforms. The patches are pretty > straightfo

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Mark Brown
On Tue, Oct 29, 2013 at 03:04:27PM +0900, Simon Horman wrote: > I think this is a step in a good direction. > However, I think it would be even better if the architecture dependency was > removed completely. Yes, please. signature.asc Description: Digital signature _

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Laurent Pinchart
Hi Artem, On Tuesday 29 October 2013 15:06:20 Artem Bityutskiy wrote: > On Tue, 2013-10-29 at 10:12 +0100, Guennadi Liakhovetski wrote: > > On Tue, 29 Oct 2013, Laurent Pinchart wrote: > > > Hello, > > > > > > This patch series, based on v3.12-rc7, prepares various Renesas drivers > > > for migra

Re: [PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-29 Thread Laurent Pinchart
Hi Simon and Guennadi, On Tuesday 29 October 2013 10:12:17 Guennadi Liakhovetski wrote: > On Tue, 29 Oct 2013, Laurent Pinchart wrote: > > Hello, > > > > This patch series, based on v3.12-rc7, prepares various Renesas drivers > > for migration to multiplatform kernels by enabling their compilatio

[PATCH 00/19] Enable various Renesas drivers on all ARM platforms

2013-10-28 Thread Laurent Pinchart
Hello, This patch series, based on v3.12-rc7, prepares various Renesas drivers for migration to multiplatform kernels by enabling their compilation or otherwise fixing them on all ARM platforms. The patches are pretty straightforward and are described in their commit message. I'd like to get all