https://github.com/torvalds/linux
Revision 0443de5fbf224abf41f688d8487b0c307dc5a4b4 authored by Christoph Fritz on 11 April 2013, 19:32:57 UTC, committed by Marc Kleine-Budde on 12 April 2013, 11:03:01 UTC
To get correct endianes on little endian cpus (like arm) while reading device
tree properties, this patch replaces of_get_property() with
of_property_read_u32(). While there use of_property_read_bool() for the
handling of the boolean "nxp,no-comparator-bypass" property.

Cc: linux-stable <stable@vger.kernel.org>
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
1 parent db388d6
History
Tip revision: 0443de5fbf224abf41f688d8487b0c307dc5a4b4 authored by Christoph Fritz on 11 April 2013, 19:32:57 UTC
can: sja1000: fix handling on dt properties on little endian systems
Tip revision: 0443de5
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 243.9 KB
Makefile -rw-r--r-- 47.0 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top