[U-Boot] [PATCH v2 3/7] drivers/twserial: Add protocol driver for "three wire serial" interface.

Detlev Zundel dzu at denx.de
Fri Mar 27 11:33:25 CET 2009


Hi Anatolij,

> Hi Detlev,
>
> Detlev Zundel wrote:
>
>> diff --git a/drivers/twserial/soft_tws.c b/drivers/twserial/soft_tws.c
>> new file mode 100644
>> index 0000000..f63fc3f
>> --- /dev/null
>> +++ b/drivers/twserial/soft_tws.c
>
> <snip>
>
>> +/*-----------------------------------------------------------------------
>> + * Write bits
>> + */
>> +int tws_write(uchar *buffer, int len)
>> +{
>> +	int rem = len;
>> +	uchar accu, shift;
>> +	debug("tws_write: buffer %p len %d\n", buffer, len);
>
> please, add blank line here.

Fixed, thanks.

Cheers
  Detlev

-- 
The belief in a supernatural source of evil is not necessary;
men alone are quite capable of every wickedness.
                                           --  Joseph Conrad
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de


More information about the U-Boot mailing list