linux/drivers/net/can
Tomoya 8ac9702b9d pch_can: Fix endianness issue
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@dsn.okisemi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-12-13 12:24:19 -08:00
..
mscan drivers/net/can: Update WARN uses 2010-11-09 09:22:30 -08:00
sja1000 drivers/net/can/sja1000: Use printf extension %pR for struct resource 2010-11-17 12:25:57 -08:00
usb can: Add driver for esd CAN-USB/2 device 2010-08-03 16:37:58 -07:00
at91_can.c netdev: can: Change mail address of Hans J. Koch 2010-10-30 16:49:38 -07:00
bfin_can.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
dev.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
flexcan.c can: flexcan: fix use after free of priv 2010-10-26 10:48:58 -07:00
janz-ican3.c drivers/net: remove unnecessary flush_scheduled_work() calls 2010-12-12 16:45:14 +01:00
Kconfig can: add slcan driver for serial/USB-serial CAN adapters 2010-12-08 09:03:32 -08:00
Makefile can: add slcan driver for serial/USB-serial CAN adapters 2010-12-08 09:03:32 -08:00
mcp251x.c can: mcp251x: fix reception of standard RTR frames 2010-10-26 10:48:59 -07:00
pch_can.c pch_can: Fix endianness issue 2010-12-13 12:24:19 -08:00
slcan.c can: slcan: Add missing linux/sched.h include. 2010-12-08 18:41:03 -08:00
ti_hecc.c Fix some #includes in CAN drivers (rebased for net-next-2.6) 2010-04-13 03:32:42 -07:00
vcan.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00