Re: [U-Boot] [PATCH 2/3] mpc85xx: Add inline GPIO acessor functions

2011-10-20 Thread Kumar Gala
On Oct 19, 2011, at 1:58 PM, Kyle Moffett wrote: > To ease the implementation of other MPC85xx board ports, several common > GPIO helpers are added to . > > Since each of these compiles to no more than 4-5 instructions it would > be very inefficient to call them out of line, therefore we put the

[U-Boot] [PATCH 2/3] mpc85xx: Add inline GPIO acessor functions

2011-10-19 Thread Kyle Moffett
To ease the implementation of other MPC85xx board ports, several common GPIO helpers are added to . Since each of these compiles to no more than 4-5 instructions it would be very inefficient to call them out of line, therefore we put them entirely in the header file. The HWW-1U-1A board port whic