Re: [PATCH 1/7] ARM: OMAP2+: Remove unused ti81xx platform init code

2015-01-19 Thread Tony Lindgren
* Matthijs van Duin matthijsvand...@gmail.com [150118 12:35]: --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c @@ -82,16 +82,8 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data) musb_plat.mode = board_data-mode; musb_plat.extvbus =

Re: [PATCH 1/7] ARM: OMAP2+: Remove unused ti81xx platform init code

2015-01-18 Thread Matthijs van Duin
--- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c @@ -82,16 +82,8 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data) musb_plat.mode = board_data-mode; musb_plat.extvbus = board_data-extvbus; - if (soc_is_am35xx()) { Was it intentional

Re: [PATCH 1/7] ARM: OMAP2+: Remove unused ti81xx platform init code

2015-01-14 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150113 17:23]: On Tue, Jan 13, 2015 at 03:13:51PM -0800, Tony Lindgren wrote: The support for 81xx was never working in mainline, and it will be only supported in device tree mode. Let's remove all the remaining 81xx related platform code. you should probably

Re: [PATCH 1/7] ARM: OMAP2+: Remove unused ti81xx platform init code

2015-01-13 Thread Felipe Balbi
On Tue, Jan 13, 2015 at 03:13:51PM -0800, Tony Lindgren wrote: The support for 81xx was never working in mainline, and it will be only supported in device tree mode. Let's remove all the remaining 81xx related platform code. you should probably also mention here that you're dropping

[PATCH 1/7] ARM: OMAP2+: Remove unused ti81xx platform init code

2015-01-13 Thread Tony Lindgren
The support for 81xx was never working in mainline, and it will be only supported in device tree mode. Let's remove all the remaining 81xx related platform code. Cc: Brian Hutchinson b.hutch...@gmail.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/cclock3xxx_data.c |