Re: [RFC PATCH 1/2] AM33XX: Move muxing defines to header file

2013-03-15 Thread Sascha Hauer
On Tue, Mar 12, 2013 at 03:04:12PM +0100, Teresa Gámez wrote: > The muxing in the am33xx_mux.c file is not generic as the muxing > setup does not fit for every board. Move the structs and functions > to the mach/am33xx-mux.h so board dependend mux setups can be > created. > > Signed-off-by: Teresa

Re: [RFC PATCH 1/2] AM33XX: Move muxing defines to header file

2013-03-14 Thread Jan Lübbe
On Thu, 2013-03-14 at 08:30 +0100, Sascha Hauer wrote: > Hi Teresa, > > On Tue, Mar 12, 2013 at 03:04:12PM +0100, Teresa Gámez wrote: > > The muxing in the am33xx_mux.c file is not generic as the muxing > > setup does not fit for every board. Move the structs and functions > > to the mach/am33xx-m

Re: [RFC PATCH 1/2] AM33XX: Move muxing defines to header file

2013-03-14 Thread Sascha Hauer
Hi Teresa, On Tue, Mar 12, 2013 at 03:04:12PM +0100, Teresa Gámez wrote: > The muxing in the am33xx_mux.c file is not generic as the muxing > setup does not fit for every board. Move the structs and functions > to the mach/am33xx-mux.h so board dependend mux setups can be > created. > > Signed-of

[RFC PATCH 1/2] AM33XX: Move muxing defines to header file

2013-03-12 Thread Teresa Gámez
The muxing in the am33xx_mux.c file is not generic as the muxing setup does not fit for every board. Move the structs and functions to the mach/am33xx-mux.h so board dependend mux setups can be created. Signed-off-by: Teresa Gámez --- arch/arm/boards/beaglebone/board.c |4 +- arch/