freebsd-nq/sys/arm/ti/am335x
Ian Lepore 2a002a0549 Remove use of intr_config_hook from the am335x_pmic and tda19988 drivers.
Long ago this was needed, but now low-level i2c controller drivers cleverly
defer attachment of the bus until interrupts are enabled (if they require
interrupts to function), so that every i2c slave device doesn't have to.
2019-08-10 20:08:37 +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 Remove use of intr_config_hook from the am335x_pmic and tda19988 drivers. 2019-08-10 20:08:37 +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