NetBSD/sys/arch/arm/xscale
kiyohara f1bbc2447a The initarm() should initialize GPIO. We must not initialize GPIO in
foo_attach() of the each drivers.  And, it is necessary to confirm whether
to be initialized in foo_match().  To avoid a dangerous configuring on the
evaluation boards.
2007-08-21 11:39:11 +00:00
..
becc_button.c
becc_csrvar.h
becc_icu.c s/heirarchy/hierarchy/, from Zafer. 2006-11-24 21:20:05 +00:00
becc_intr.h
becc_pci_space_asm.S
becc_pci.c
becc_space.c
becc_timer.c Add generic TOD support. From Bucky Katz. 2007-01-06 16:18:18 +00:00
becc.c
beccreg.h
beccvar.h
files.becc
files.i80200
files.i80312
files.i80321 Implement ATU Direct Window in order to increase available PCI address 2007-05-12 14:34:03 +00:00
files.ixp425 Support the IXP425 watchdog timer. 2006-12-10 10:03:22 +00:00
files.pxa2x0 Add PXA2x0 RTC driver. 2007-02-25 13:46:40 +00:00
i80200_icu.c
i80200_irq.S Rewrite the ARM mutex implementation to be of the simple-mutex variety. 2007-03-09 19:21:57 +00:00
i80200reg.h
i80200var.h
i80312_gpio.c
i80312_i2c.c
i80312_mem.c
i80312_pci.c
i80312_space.c
i80312.c
i80312reg.h
i80312var.h
i80321_aau.c
i80321_gpio.c
i80321_i2c.c
i80321_icu.c s/heirarchy/hierarchy/, from Zafer. 2006-11-24 21:20:05 +00:00
i80321_intr.h If I80321_HPI_ENABLED is defined, add support for handling interrupts from 2006-11-08 23:45:41 +00:00
i80321_mcu.c
i80321_pci.c Implement ATU Direct Window in order to increase available PCI address 2007-05-12 14:34:03 +00:00
i80321_space.c Implement ATU Direct Window in order to increase available PCI address 2007-05-12 14:34:03 +00:00
i80321_timer.c Add generic TOD support. From Bucky Katz. 2007-01-06 16:18:18 +00:00
i80321_wdog.c
i80321.c Implement ATU Direct Window in order to increase available PCI address 2007-05-12 14:34:03 +00:00
i80321reg.h Implement ATU Direct Window in order to increase available PCI address 2007-05-12 14:34:03 +00:00
i80321var.h
iopaau.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
iopaaureg.h
iopaauvar.h
iopi2c.c use the "i2cbus" interface attribute rather than putting a string name 2006-06-26 18:21:38 +00:00
iopi2creg.h
iopi2cvar.h
ixp425_a4x_io.S
ixp425_a4x_space.c
ixp425_com.c Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
ixp425_if_npe.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
ixp425_if_npereg.h Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425_intr.c s/heirarchy/hierarchy/, from Zafer. 2006-11-24 21:20:05 +00:00
ixp425_intr.h
ixp425_ixme.c Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425_ixmevar.h Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425_mem.c
ixp425_npe.c TRUE -> true, FALSE -> false 2007-02-22 05:14:04 +00:00
ixp425_npereg.h Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425_npevar.h Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425_pci_asm.S
ixp425_pci_dma.c
ixp425_pci_space.c
ixp425_pci.c
ixp425_qmgr.c Apply the patch, with some minor modifications, provided in: 2007-06-21 22:18:06 +00:00
ixp425_qmgr.h Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425_sip.c
ixp425_sipvar.h
ixp425_space.c
ixp425_timer.c Add generic TOD support. From Bucky Katz. 2007-01-06 16:18:18 +00:00
ixp425_wdog.c Support the IXP425 watchdog timer. 2006-12-10 10:03:22 +00:00
ixp425-fw.mk Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425-fw.README Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425.c Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425reg.h Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
ixp425var.h Add a port of Sam Leffler's IXP425 micro-engine support (from FreeBSD). 2006-12-10 10:01:49 +00:00
pxa2x0_a4x_io.S
pxa2x0_a4x_space.c Remove a few trailing blank lines. 2006-07-28 08:15:29 +00:00
pxa2x0_ac97.c The initarm() should initialize GPIO. We must not initialize GPIO in 2007-08-21 11:39:11 +00:00
pxa2x0_com.c The initarm() should initialize GPIO. We must not initialize GPIO in 2007-08-21 11:39:11 +00:00
pxa2x0_dma.c
pxa2x0_dmac.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
pxa2x0_dmac.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
pxa2x0_gpio.c The initarm() should initialize GPIO. We must not initialize GPIO in 2007-08-21 11:39:11 +00:00
pxa2x0_gpio.h The initarm() should initialize GPIO. We must not initialize GPIO in 2007-08-21 11:39:11 +00:00
pxa2x0_i2c.c The initarm() should initialize GPIO. We must not initialize GPIO in 2007-08-21 11:39:11 +00:00
pxa2x0_i2c.h Update from the latest Zaurus source from NONAKA Kimihiro. 2006-12-17 16:03:33 +00:00
pxa2x0_i2s.c The initarm() should initialize GPIO. We must not initialize GPIO in 2007-08-21 11:39:11 +00:00
pxa2x0_i2s.h Update from the latest Zaurus source from NONAKA Kimihiro. 2006-12-17 16:03:33 +00:00
pxa2x0_intr.c Update from the latest Zaurus source from NONAKA Kimihiro. 2006-12-17 16:03:33 +00:00
pxa2x0_intr.h KNF 2007-02-28 23:26:10 +00:00
pxa2x0_lcd.c use WSDISPLAY_TYPE_PXALCD. 2007-07-26 12:17:37 +00:00
pxa2x0_lcd.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
pxa2x0_ohci.c Update from the latest Zaurus source from NONAKA Kimihiro. 2006-12-17 16:03:33 +00:00
pxa2x0_pcic.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
pxa2x0_pcic.h Fix compile failure occured kthread API changes. 2007-07-10 13:55:20 +00:00
pxa2x0_rtc.c Add PXA2x0 RTC driver. 2007-02-25 13:46:40 +00:00
pxa2x0_space.c
pxa2x0_udc.c Update from the latest Zaurus source from NONAKA Kimihiro. 2006-12-17 16:03:33 +00:00
pxa2x0.c Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
pxa2x0cpu.h Add PXA2x0 RTC driver. 2007-02-25 13:46:40 +00:00
pxa2x0reg.h Added more LCD Controller register definition. 2007-06-28 14:30:58 +00:00
pxa2x0var.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
xscale_pmc.c make xscale_pmnc_write() return void, rather than returning an 2006-05-17 05:16:09 +00:00
xscalereg.h
xscalevar.h