Re: [PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-26 Thread Tony Lindgren
* Sebastian Reichel [130823 11:27]: > On Fri, Aug 23, 2013 at 03:58:30PM +0200, Linus Walleij wrote: > > On Mon, Aug 12, 2013 at 10:30 AM, Tony Lindgren wrote: > > > * Sebastian Reichel [130811 09:25]: > > >> From: Sebastian Reichel > > >> > > >> This patch configures and activates the OMAP SSI

Re: [PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-23 Thread Sebastian Reichel
On Fri, Aug 23, 2013 at 03:58:30PM +0200, Linus Walleij wrote: > On Mon, Aug 12, 2013 at 10:30 AM, Tony Lindgren wrote: > > * Sebastian Reichel [130811 09:25]: > >> From: Sebastian Reichel > >> > >> This patch configures and activates the OMAP SSI driver on the RX-51. > > > > Hmm, I'd rather see

Re: [PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-23 Thread Linus Walleij
On Mon, Aug 12, 2013 at 10:30 AM, Tony Lindgren wrote: > * Sebastian Reichel [130811 09:25]: >> From: Sebastian Reichel >> >> This patch configures and activates the OMAP SSI driver on the RX-51. > > Hmm, I'd rather see this be DT only driver at this point. +1 on this. Yours, Linus Walleij --

Re: [PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-12 Thread Tony Lindgren
* Sebastian Reichel [130811 09:25]: > From: Sebastian Reichel > > This patch configures and activates the OMAP SSI driver on the RX-51. Hmm, I'd rather see this be DT only driver at this point. We're pretty close to flipping omap3 to be DT only, and I'd rather not add new platform code at this

[PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel This patch configures and activates the OMAP SSI driver on the RX-51. --- arch/arm/mach-omap2/Makefile |4 ++ arch/arm/mach-omap2/board-rx51-peripherals.c | 10 +++- arch/arm/mach-omap2/ssi.c| 82 ++ 3 fi