freebsd-nq/sys/dev/gpio
Oleksandr Tymoshenko 71c1e74434 Fix IIC "how" argument dereferencing on big-endian platforms
"how" argument is passed as value of int* pointer to callback
function but dereferenced as char* so only one byte taken into
into account. On little-endian systems it happens to work because
first byte is LSB that contains actual value, on big-endian it's
MSB and in this case it's always equal zero

PR:		207786
Submitted by:	chadf@triularity.org
2016-04-10 23:17:06 +00:00
..
gpio_if.m
gpiobacklight.c
gpiobus_if.m
gpiobus.c Fix the resource_list_print_type() calls to use uintmax_t. 2016-03-22 22:25:08 +00:00
gpiobusvar.h
gpioc.c
gpioiic.c Fix IIC "how" argument dereferencing on big-endian platforms 2016-04-10 23:17:06 +00:00
gpioled.c
ofw_gpiobus.c