freebsd-dev/sys/arm/ti/am335x
Ian Lepore bc38882760 Revert r350841. I didn't realize that on this chip, reading the interrupt
status register clears pending interrupts.  By moving that code out of the
interrupt handler into a taskqueue task, I effectively created an interrupt
storm by returning from the handler with the interrupt source still active.

We'll have to find a different solution for this driver's need to sleep
in an ithread context.
2019-08-11 23:19:56 +00:00
..
am335x_dmtimer.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
am335x_dmtpps.c Add a missing #include. I suspect this used to get included via some header 2019-06-15 20:20:36 +00:00
am335x_dmtreg.h
am335x_ecap.c
am335x_ehrpwm.c Add support for the PWM(9) API. This allows configuring the pwm output using 2019-06-21 14:24:33 +00:00
am335x_gpio.c
am335x_lcd_syscons.c [ofw] fix errneous checks for OF_finddevice(9) return value 2018-03-20 00:03:49 +00:00
am335x_lcd.c Include eventhandler.h in more compilation units 2019-05-21 01:18:43 +00:00
am335x_lcd.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
am335x_musb.c
am335x_pmic.c Revert r350841. I didn't realize that on this chip, reading the interrupt 2019-08-11 23:19:56 +00:00
am335x_prcm.c am335x_prcm: Delay the frequencies read check 2018-05-06 14:37:11 +00:00
am335x_pwm.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
am335x_pwmss.c
am335x_reg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
am335x_rtc.c
am335x_rtcreg.h
am335x_rtcvar.h
am335x_scm_padconf.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
am335x_scm_padconf.h
am335x_scm.c
am335x_scm.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
am335x_usbss.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
files.am335x The am335x_ehrpwm driver now requires the pwmbus_if interface, add it. 2019-08-10 20:05:15 +00:00
std.am335x Make kernel option KERNVIRTADDR optional, remove it from std.<platform> 2017-12-30 00:20:49 +00:00
tda19988.c Remove use of intr_config_hook from the am335x_pmic and tda19988 drivers. 2019-08-10 20:08:37 +00:00
tps65217x.h