freebsd-dev/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 Add GPIO backlight driver compatible with Linux FDT bindings. 2015-07-30 19:04:14 +00:00
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 OFW_GPIOBUS: Add utility functions for easier handling of OFW GPIO pins. 2016-03-01 16:10:15 +00:00
gpioc.c
gpioiic.c Fix IIC "how" argument dereferencing on big-endian platforms 2016-04-10 23:17:06 +00:00
gpioled.c gpioled(4) depends on gpiobus. 2015-08-17 17:09:57 +00:00
ofw_gpiobus.c Use EARLY_DRIVER_MODULE() with BUS_PASS_BUS priority for ofw_gpiobus 2016-03-15 15:24:18 +00:00