NetBSD/sys/arch/arm/xscale
skrll 4e8e66439e Merge nick-nhusb
- API / infrastructure changes to support memory management changes.
- Memory management improvements and bug fixes.
- HCDs should now be MP safe
- conversion to KERNHIST based debug
- FS/LS isoc support on ehci(4).
- conversion to kmem(9)
- Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).
- interrupt transfers now get proper DMA operations
- general bug fixes
    - kern/48308
    - uhub status notification improvements
    - umass(4) probe fix (applied to HEAD already)
    - ohci(4) short transfer fix
2016-04-23 10:15:27 +00:00
..
becc_button.c
becc_csrvar.h
becc_icu.c
becc_intr.h put back line accidentally deleted before (hi matt) 2014-02-05 19:03:45 +00:00
becc_pci_space_asm.S
becc_pci.c PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
becc_space.c
becc_timer.c
becc.c struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
beccreg.h
beccvar.h struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
files.becc
files.i80200
files.i80312
files.i80321
files.ixp425
files.pxa2x0
i80200_icu.c
i80200_irq.S Move parts of cpu.h that are not needed by MI code in <arm/locore.h> 2013-08-18 06:28:18 +00:00
i80200reg.h
i80200var.h
i80312_gpio.c
i80312_i2c.c
i80312_mem.c
i80312_pci.c PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
i80312_space.c
i80312.c struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
i80312reg.h
i80312var.h struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
i80321_aau.c
i80321_gpio.c
i80321_i2c.c
i80321_icu.c
i80321_intr.h _setsoftintr is long dead. reap any leftovers from arm. 2014-02-04 18:51:16 +00:00
i80321_mcu.c
i80321_pci.c PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
i80321_space.c Skip a tautologic check if we know it is one. 2014-03-02 13:23:16 +00:00
i80321_timer.c Mark tmr0_read and tmr1_read as unused. 2013-12-17 01:28:56 +00:00
i80321_wdog.c
i80321.c Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize 2012-09-18 05:47:26 +00:00
i80321reg.h
i80321var.h
iopaau.c
iopaaureg.h
iopaauvar.h
iopi2c.c zero the i2c_attach_args structure before filling it in. 2016-02-14 19:54:19 +00:00
iopi2creg.h
iopi2cvar.h
ixp425_a4x_io.S
ixp425_a4x_space.c
ixp425_com.c
ixp425_if_npe.c Introduce softint-based if_input 2016-02-09 08:32:07 +00:00
ixp425_if_npereg.h
ixp425_intr.c kill sprintf 2014-03-26 08:51:59 +00:00
ixp425_intr.h C99 types 2012-11-12 18:00:34 +00:00
ixp425_ixme.c struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
ixp425_ixmevar.h
ixp425_mem.c
ixp425_npe.c Remove tautologies. 2014-08-14 16:55:02 +00:00
ixp425_npereg.h
ixp425_npevar.h Mechanically replace simplelock with kmutex_t. 2014-03-20 06:48:54 +00:00
ixp425_pci_asm.S
ixp425_pci_dma.c Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize 2012-09-18 05:47:26 +00:00
ixp425_pci_space.c Fix compilation 2014-02-24 10:50:40 +00:00
ixp425_pci.c PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
ixp425_qmgr.c
ixp425_qmgr.h
ixp425_sip.c struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
ixp425_sipvar.h struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
ixp425_space.c
ixp425_timer.c C99 types 2012-11-12 18:00:34 +00:00
ixp425_wdog.c struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
ixp425-fw.mk
ixp425-fw.README
ixp425.c struct device * -> device_t for IXP4xx (and nslu2). 2012-10-14 14:20:57 +00:00
ixp425reg.h C99 types 2012-11-12 18:00:34 +00:00
ixp425var.h C99 types 2012-11-12 18:00:34 +00:00
pxa2x0_a4x_space.c
pxa2x0_ac97.c C99 types 2012-11-12 18:00:34 +00:00
pxa2x0_apm_asm.S Move parts of cpu.h that are not needed by MI code in <arm/locore.h> 2013-08-18 06:28:18 +00:00
pxa2x0_apm.c C99 types 2012-11-12 18:00:34 +00:00
pxa2x0_apm.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
pxa2x0_com.c
pxa2x0_dma.c Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize 2012-09-18 05:47:26 +00:00
pxa2x0_dmac.c Don't write DMAC_DINT register on PXA270, because read-only register. 2015-02-05 13:27:18 +00:00
pxa2x0_dmac.h
pxa2x0_gpio.c C99 types 2012-11-12 18:00:34 +00:00
pxa2x0_gpio.h
pxa2x0_i2c.c
pxa2x0_i2c.h
pxa2x0_i2s.c
pxa2x0_i2s.h C99 types 2012-11-12 18:00:34 +00:00
pxa2x0_intr.c Nuke __raise. 2013-12-17 01:28:04 +00:00
pxa2x0_intr.h _setsoftintr is long dead. reap any leftovers from arm. 2014-02-04 18:51:16 +00:00
pxa2x0_lcd.c remove tlb_flush define and change callers to use cpu_tlb_flushID directly, ok matt@ 2015-10-17 16:34:43 +00:00
pxa2x0_lcd.h
pxa2x0_mci.c
pxa2x0_mci.h
pxa2x0_ohci.c Merge nick-nhusb 2016-04-23 10:15:27 +00:00
pxa2x0_pcic.c Catch up to recent changes in config_pending_{incr,decr}(). 2013-10-13 06:55:34 +00:00
pxa2x0_pcic.h split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
pxa2x0_rtc.c split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
pxa2x0_space.c Remove unused variable. Fixes compile error. 2014-02-24 00:32:17 +00:00
pxa2x0_udc.c
pxa2x0.c C99 types 2012-11-12 18:00:34 +00:00
pxa2x0cpu.h
pxa2x0reg.h
pxa2x0var.h
xscale_pmc.c
xscalereg.h
xscalevar.h