NetBSD/sys/arch/arm/broadcom
skrll fc42e17ef4 Fix up bcm283[56] bus_space(4) to really use bus addresses for
peripherals, etc

Simplifies the code in various places and uses the abstraction in
more places. (bcm2835_gpio_subr.c still doesn't)
2016-02-02 13:55:50 +00:00
..
bcm53xx_board.c Typo 2014-09-14 21:06:37 +00:00
bcm53xx_cca.c Add initial device support for the Broadcom BCM5301x family. 2012-09-01 00:04:44 +00:00
bcm53xx_ccb.c Allow SRAB to be optional. 2014-03-26 03:19:11 +00:00
bcm53xx_eth.c #include <arm/locore.h> 2014-02-23 21:19:06 +00:00
bcm53xx_i2c.c #include <sys/param.h> 2014-02-19 22:21:16 +00:00
bcm53xx_idm.c When initializing the ethernet, make sure the IO_CONTROL_DIRECT IDM register 2012-12-12 00:01:28 +00:00
bcm53xx_intr.h Add support for the BCM56340 iProc based switch 2013-10-28 22:51:16 +00:00
bcm53xx_mdio.c #include <sys/param.h> 2014-02-19 22:21:16 +00:00
bcm53xx_nand.c #include <sys/param.h> 2014-02-19 22:21:16 +00:00
bcm53xx_pax.c PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
bcm53xx_reg.h Correct BCM563XX values. 2014-03-26 03:18:56 +00:00
bcm53xx_rng.c MD rnd.h cleanups. Please let me know if I broke anything! 2015-04-13 21:18:40 +00:00
bcm53xx_sdhc.c #include <sys/param.h> 2014-02-19 22:21:16 +00:00
bcm53xx_usb.c If [eo]hci_init fail then bail out and don't try and attach devices. 2014-06-24 05:07:31 +00:00
bcm53xx_var.h Add support for the BCM56340 iProc based switch 2013-10-28 22:51:16 +00:00
bcm2835_bsc.c If doing a read-only (that is, no initial command write phase) transfer, 2015-01-24 00:27:31 +00:00
bcm2835_bscreg.h Add driver for Broadcom Serial Control (I²C) master on BCM2835. 2013-01-05 20:15:17 +00:00
bcm2835_cm.c Add drivers to access the clock manager and pulse width modulator. 2015-11-21 07:41:29 +00:00
bcm2835_cm.h Add drivers to access the clock manager and pulse width modulator. 2015-11-21 07:41:29 +00:00
bcm2835_dma.c Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize 2012-09-18 05:47:26 +00:00
bcm2835_dmac.c Make the DMA halt procedure follow better the documentation. 2015-08-09 13:07:47 +00:00
bcm2835_dmac.h Invoke callback routine for all DMA interrupts. 2015-08-09 13:06:44 +00:00
bcm2835_dwctwo.c Update for latest dwc2 2015-08-30 13:02:42 +00:00
bcm2835_emmc.c Fix up bcm283[56] bus_space(4) to really use bus addresses for 2016-02-02 13:55:50 +00:00
bcm2835_genfb.c allow board-specific ioctl() handlers 2014-09-05 21:15:42 +00:00
bcm2835_gpio_subr.c Fix up bcm283[56] bus_space(4) to really use bus addresses for 2016-02-02 13:55:50 +00:00
bcm2835_gpio_subr.h add a driver for BCM2835 obio gpio 2014-04-22 18:51:35 +00:00
bcm2835_gpio.c Fix up bcm283[56] bus_space(4) to really use bus addresses for 2016-02-02 13:55:50 +00:00
bcm2835_gpioreg.h add a driver for BCM2835 obio gpio 2014-04-22 18:51:35 +00:00
bcm2835_intr.c Call the correct ipi handlers for IPI_AST and IPI_KPREEMPT 2015-08-01 14:18:00 +00:00
bcm2835_intr.h Expand the bcm2835_intr_establish inline. 2015-07-29 10:47:58 +00:00
bcm2835_mbox_subr.c Mailbox improvements from mlelstv@ 2014-10-07 08:30:05 +00:00
bcm2835_mbox.c When expanding an inline function make sure you get the argument order 2015-07-29 14:22:49 +00:00
bcm2835_mbox.h Mailbox improvements from mlelstv@ 2014-10-07 08:30:05 +00:00
bcm2835_mboxreg.h
bcm2835_obio.c Add drivers to access the clock manager and pulse width modulator. 2015-11-21 07:41:29 +00:00
bcm2835_plcom.c When expanding an inline function make sure you get the argument order 2015-07-29 14:22:49 +00:00
bcm2835_pm.c Trailing whitespace 2013-04-14 15:11:52 +00:00
bcm2835_pmvar.h
bcm2835_pwm.c Fix up bcm283[56] bus_space(4) to really use bus addresses for 2016-02-02 13:55:50 +00:00
bcm2835_pwm.h Add drivers to access the clock manager and pulse width modulator. 2015-11-21 07:41:29 +00:00
bcm2835_rng.c MD rnd.h cleanups. Please let me know if I broke anything! 2015-04-13 21:18:40 +00:00
bcm2835_space.c Fix up bcm283[56] bus_space(4) to really use bus addresses for 2016-02-02 13:55:50 +00:00
bcm2835_spi.c When expanding an inline function make sure you get the argument order 2015-07-29 14:22:49 +00:00
bcm2835_spireg.h Add driver for BCM2835 SPI0 controller. 2013-01-05 20:31:23 +00:00
bcm2835_tmr.c When expanding an inline function make sure you get the argument order 2015-07-29 14:22:49 +00:00
bcm2835_vcaudio.c Reduce latency a bit. From nat@ 2015-07-28 21:24:43 +00:00
bcm2835_vcaudioreg.h Whitespace. 2014-04-25 15:51:12 +00:00
bcm2835reg.h Fix up bcm283[56] bus_space(4) to really use bus addresses for 2016-02-02 13:55:50 +00:00
bcm2835var.h Initial RPI2 support - it doesn't work yet. The generic timer gets messed 2015-02-28 09:34:34 +00:00
bcm_amba.h
bcmgen_space.c Improve inline asm around dsb/dmb/isb: 2015-02-25 13:52:42 +00:00
files.bcm53xx Add support for the BCM56340 iProc based switch 2013-10-28 22:51:16 +00:00
files.bcm2835 Add drivers to access the clock manager and pulse width modulator. 2015-11-21 07:41:29 +00:00