Re: [U-Boot-Users] [PATCH 1/3] QE IO: Add initial data to pin configuration

2008-03-31 Thread Kim Phillips
On Mon, 31 Mar 2008 15:13:15 +0300 David Saada <[EMAIL PROTECTED]> wrote: > On the MPC83xx & MPC85xx architectures that have QE, add initial data to > the pin configuration table (qe_iop_conf_tab). > This is relevant for GPIO pins defined as output. One can setup a value > of -1 to leave the valu

Re: [U-Boot-Users] [PATCH 1/3] QE IO: Add initial data to pin configuration

2008-03-31 Thread Andy Fleming
On Mon, Mar 31, 2008 at 7:13 AM, David Saada <[EMAIL PROTECTED]> wrote: > + > +void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int > assign, You are going to find it very hard to get patches accepted if you can't find a way to send without line wrap errors. Andy --

[U-Boot-Users] [PATCH 1/3] QE IO: Add initial data to pin configuration

2008-03-31 Thread David Saada
On the MPC83xx & MPC85xx architectures that have QE, add initial data to the pin configuration table (qe_iop_conf_tab). This is relevant for GPIO pins defined as output. One can setup a value of -1 to leave the value unchanged. In addition, add I/O pin read & write functions. Signed-off-by: David