android_kernel_xiaomi_sm8350/drivers
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
..
accessibility
acpi
amba
ata
atm atm: lanai: use kernel's '%pM' format option to print MAC 2010-12-08 08:53:41 -08:00
auxdisplay
base
block
bluetooth Bluetooth: Add new PID for Atheros 3011 2010-12-01 15:51:01 -02:00
cdrom
char
clocksource
connector
cpufreq
cpuidle
crypto
dca
dio
dma
edac
eisa
firewire
firmware
gpio
gpu
hid
hwmon
i2c
ide
idle
ieee802154
infiniband infiniband: remove dev_base_lock use 2010-11-24 11:41:56 -08:00
input
isdn isdn: Fix printed out copy_from_user() return value after previous change. 2010-12-10 16:52:38 -08:00
leds
lguest
macintosh
mca
md
media
memstick
message
mfd
misc
mmc
mtd
net pch_can: Fix endianness issue 2010-12-13 12:24:19 -08:00
nubus
of
oprofile
parisc
parport
pci
pcmcia
platform
pnp
power
pps
ps3
rapidio
regulator
rtc
s390 qeth: buffer count imbalance 2010-12-10 14:28:48 -08:00
sbus
scsi
serial
sfi
sh
sn
spi
ssb ssb: Add sysfs attributes to ssb devices 2010-12-02 14:37:00 -05:00
staging
tc
telephony
thermal
tty
uio
usb
uwb
vhost vhost/net: fix rcu check usage 2010-11-25 11:29:16 +02:00
video
virtio
vlynq
w1
watchdog
xen
zorro
Kconfig
Makefile