freebsd-nq/sys/arm/broadcom/bcm2835
Luiz Otavio O Souza 8839e0e9f3 Make the GPIO children attach to the first unit available and not only to
unit 0.

It seems that this 'simplification' was copied to all GPIO drivers in tree.

This fix a bug where a GPIO controller could fail to attach its children
(gpioc and gpiobus) if another GPIO driver attach first.
2014-10-28 18:33:59 +00:00
..
bcm2835_bsc.c Add an iicbus_reset() method to bcm2835_bsc. While it is generally not 2014-10-24 22:06:21 +00:00
bcm2835_bscreg.h
bcm2835_bscvar.h Add an iicbus_reset() method to bcm2835_bsc. While it is generally not 2014-10-24 22:06:21 +00:00
bcm2835_common.c Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
bcm2835_dma.c
bcm2835_dma.h
bcm2835_fb.c
bcm2835_fbd.c Remove extra newlines. 2014-05-14 11:15:48 +00:00
bcm2835_gpio.c Make the GPIO children attach to the first unit available and not only to 2014-10-28 18:33:59 +00:00
bcm2835_gpio.h
bcm2835_intr.c Optimise reading of pending interrupt registers. If there are no 2014-05-20 15:03:23 +00:00
bcm2835_machdep.c Add the start of the ARM platform code. This is based on the PowerPC 2014-05-17 11:27:36 +00:00
bcm2835_mbox.c Correct the order of arguments to mtx_init(). 2014-02-14 11:18:15 +00:00
bcm2835_mbox.h
bcm2835_sdhci.c Add a workaround needed to fix a bug of Arasan Host Controller where it may 2014-10-18 19:01:07 +00:00
bcm2835_spi.c
bcm2835_spireg.h
bcm2835_spivar.h
bcm2835_systimer.c Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
bcm2835_vcbus.h
bcm2835_wdog.c
bcm2835_wdog.h
files.bcm2835 Factor out kernel configuration for DWC OTG FDT attach code. 2014-05-29 11:13:40 +00:00
std.bcm2835
std.rpi