Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-12-09 Thread Tony Lindgren
* John W. Linville [131115 06:46]: > On Thu, Nov 14, 2013 at 03:22:18PM -0800, Tony Lindgren wrote: > > * Sebastian Reichel [131114 15:04]: > > > On Thu, Nov 14, 2013 at 10:51:33AM -0800, Tony Lindgren wrote: > > > > [...] > > > > > > > > If this is not going into v3.13, these will cause conflict

Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-11-15 Thread Sebastian Reichel
On Fri, Nov 15, 2013 at 09:32:55AM -0500, John W. Linville wrote: > On Thu, Nov 14, 2013 at 03:22:18PM -0800, Tony Lindgren wrote: > > * Sebastian Reichel [131114 15:04]: > > > On Thu, Nov 14, 2013 at 10:51:33AM -0800, Tony Lindgren wrote: > > > > [...] > > > > > > > > If this is not going into v3

Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-11-15 Thread John W. Linville
On Thu, Nov 14, 2013 at 03:22:18PM -0800, Tony Lindgren wrote: > * Sebastian Reichel [131114 15:04]: > > On Thu, Nov 14, 2013 at 10:51:33AM -0800, Tony Lindgren wrote: > > > [...] > > > > > > If this is not going into v3.13, these will cause conflicts > > > with the mach-omap2/board-*.c files for

Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-11-14 Thread Tony Lindgren
* Sebastian Reichel [131114 15:04]: > On Thu, Nov 14, 2013 at 10:51:33AM -0800, Tony Lindgren wrote: > > [...] > > > > If this is not going into v3.13, these will cause conflicts > > with the mach-omap2/board-*.c files for v3.14. > > > > So it might be best to do a minimal header patch first that

Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-11-14 Thread Sebastian Reichel
On Thu, Nov 14, 2013 at 10:51:33AM -0800, Tony Lindgren wrote: > [...] > > If this is not going into v3.13, these will cause conflicts > with the mach-omap2/board-*.c files for v3.14. > > So it might be best to do a minimal header patch first that > can be merged in by both linux-omap and wireless

Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-11-14 Thread Tony Lindgren
* Sebastian Reichel [131027 09:15]: > From: Luciano Coelho > > Move the wl1251 part of the wl12xx platform data structure into a new > structure specifically for wl1251. Change the platform data built-in > block and board files accordingly. > > Cc: Tony Lindgren > Signed-off-by: Luciano Coelh

Re: [PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-11-05 Thread Pavel Machek
On Sun 2013-10-27 17:14:26, Sebastian Reichel wrote: > From: Luciano Coelho > > Move the wl1251 part of the wl12xx platform data structure into a new > structure specifically for wl1251. Change the platform data built-in > block and board files accordingly. > > Cc: Tony Lindgren > Signed-off-b

[PATCH 1/4] wl1251: split wl251 platform data to a separate structure

2013-10-27 Thread Sebastian Reichel
From: Luciano Coelho Move the wl1251 part of the wl12xx platform data structure into a new structure specifically for wl1251. Change the platform data built-in block and board files accordingly. Cc: Tony Lindgren Signed-off-by: Luciano Coelho Acked-by: Tony Lindgren Reviewed-by: Felipe Balbi