[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101213.122630.28821053.davem@davemloft.net>
Date: Mon, 13 Dec 2010 12:26:30 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: tomoya-linux@....okisemi.com
Cc: wg@...ndegger.com, w.sang@...gutronix.de, chripell@...e.org,
21cnbao@...il.com, sameo@...ux.intel.com,
socketcan-core@...ts.berlios.de, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, qi.wang@...el.com,
yong.y.wang@...el.com, andrew.chih.howe.khor@...el.com,
joel.clark@...el.com, kok.howg.ewe@...el.com,
margie.foster@...el.com
Subject: Re: [PATCH net-next-2.6 v9 03/20] pch_can: Fix endianness issue
From: Tomoya MORINAGA <tomoya-linux@....okisemi.com>
Date: Mon, 13 Dec 2010 15:24:09 +0900
> there is endianness issue both Tx and Rx.
> Currently, data is set like below.
> Register:
> MSB--LSB
> x x D0 D1
> x x D2 D3
> x x D4 D5
> x x D6 D7
>
> But Data to be sent must be set like below.
> Register:
> MSB--LSB
> x x D1 D0
> x x D3 D2
> x x D5 D4
> x x D7 D6 (x means reserved area.)
>
> Signed-off-by: Tomoya MORINAGA <tomoya-linux@....okisemi.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists