Re: [PATCH 3/5] [POWERPC] QE: prepare QE PIO code for GPIO LIB support

2008-04-21 Thread Anton Vorontsov
On Mon, Apr 21, 2008 at 08:08:39AM -0600, Grant Likely wrote: > On Fri, Apr 18, 2008 at 1:09 PM, Anton Vorontsov > <[EMAIL PROTECTED]> wrote: > > - split and export __par_io_config_pin() out of par_io_config_pin(), so we > > could use the prefixed version with GPIO LIB API; > > - rename struct p

Re: [PATCH 3/5] [POWERPC] QE: prepare QE PIO code for GPIO LIB support

2008-04-21 Thread Grant Likely
On Fri, Apr 18, 2008 at 1:09 PM, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > - split and export __par_io_config_pin() out of par_io_config_pin(), so we > could use the prefixed version with GPIO LIB API; > - rename struct port_regs to qe_pio_regs, and place it into qe.h; > - rename #define NUM

[PATCH 3/5] [POWERPC] QE: prepare QE PIO code for GPIO LIB support

2008-04-18 Thread Anton Vorontsov
- split and export __par_io_config_pin() out of par_io_config_pin(), so we could use the prefixed version with GPIO LIB API; - rename struct port_regs to qe_pio_regs, and place it into qe.h; - rename #define NUM_OF_PINS to QE_PIO_PINS, and place it into qe.h. Signed-off-by: Anton Vorontsov <[EMA