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
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
--
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