freebsd-src/sys/arm/freescale/vybrid
Ian Lepore 5e4e1d4995 Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
and the functionality it provided into arm/exception.S.  Rename the main
irq handling routine from arm_handler_execute() to arm_irq_handler() to
make it more congruent with how other exception handlers are named, and
also update its signature to reflect what has long been reality: it is
passed just a trapframe pointer, no interrupt number argument.
2014-03-10 18:10:09 +00:00
..
files.vybrid Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c 2014-03-10 18:10:09 +00:00
std.vybrid Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
vf_anadig.c Add function for configuring PLL4 (Audio) clock frequency output. 2014-02-13 06:38:01 +00:00
vf_ccm.c - Pin configuration is a complete iomux register now and includes 2014-02-25 17:02:11 +00:00
vf_common.c
vf_common.h Add function for configuring PLL4 (Audio) clock frequency output. 2014-02-13 06:38:01 +00:00
vf_dcu4.c - Export panel info to DTS 2014-03-07 16:14:51 +00:00
vf_dmamux.c Add drivers for: 2014-02-08 19:47:59 +00:00
vf_dmamux.h Add drivers for: 2014-02-08 19:47:59 +00:00
vf_edma.c Add drivers for: 2014-02-08 19:47:59 +00:00
vf_edma.h Add drivers for: 2014-02-08 19:47:59 +00:00
vf_ehci.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
vf_gpio.c Add driver for Port control and interrupts (PORT). 2014-03-07 07:06:36 +00:00
vf_i2c.c Do not setup interrupt handler (polling is used). 2014-02-27 18:13:07 +00:00
vf_iomuxc.c - Pin configuration is a complete iomux register now and includes 2014-02-25 17:02:11 +00:00
vf_iomuxc.h
vf_machdep.c
vf_mscm.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
vf_nfc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
vf_port.c Add driver for Port control and interrupts (PORT). 2014-03-07 07:06:36 +00:00
vf_port.h Add driver for Port control and interrupts (PORT). 2014-03-07 07:06:36 +00:00
vf_sai.c - Decrease buffer size. 2014-02-16 19:21:44 +00:00
vf_src.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
vf_src.h
vf_tcon.c o Add prototype for tcon_bypass() used by dcu4 2014-02-02 21:10:40 +00:00
vf_uart.c