aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* arm ti: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0946-156/+66
* Remove unused etherswitch_devclass.John Baldwin2022-05-091-1/+1
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* am335x_pwm_config_ecap: Use devclass_find to lookup devclass.John Baldwin2022-05-051-1/+1
* arm ti_mbox_attach: Write sysconfig to TI_MBOX_SYSCONFIG to request reset.John Baldwin2022-04-181-0/+1
* arm: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-1/+1
* arm ti: Remove unused variables.John Baldwin2022-04-098-26/+2
* ti_adc: Use void cast instead of a dummy variable.John Baldwin2022-04-091-3/+2
* ti_prm: Use existing dev in debug traces and remove unused sc.John Baldwin2022-04-091-9/+3
* arm ti_scm_syscon: Remove unused variable.John Baldwin2022-04-091-2/+1
* omap4: Fix a few typos in source code commentsGordon Bergling2021-12-041-5/+5
* TWL: Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* ti(4): Fix a typo in an error messageGordon Bergling2021-10-021-1/+1
* arm: TI AM335x fix gpio_pin numbers in lookup table.Oskar Holmlund2021-07-181-13/+13
* arm: TI am335x ehrpwm fix bitmaskOskar Holmlund2021-06-141-2/+2
* arm: ti am335x ehrpwm add support for flags (PWM_POLARITY_INVERTED)Oskar Holmlund2021-06-121-8/+110
* arm: ti am335x ehrpwm remove sysctl interfaceOskar Holmlund2021-06-121-221/+3
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-232-2/+2
* Define PNP info after defining driver modulesMark Johnston2021-01-212-2/+2
* arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-151-1/+1
* evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev2021-01-071-2/+2
* arm: ti: Remove unused function ti_first_gpio_bankEmmanuel Vadot2020-11-261-16/+0
* Only attach the ti_scm_syscon driver when running on a compatible TI chip.Ian Lepore2020-11-251-0/+5
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0138-227/+72
* Retire devctl_notify_f()Warner Losh2020-08-291-1/+1
* arm: ti: Fix Beaglebone black MMC after DTS updateEmmanuel Vadot2020-08-271-0/+1
* Move Ti AM335x to dev/extres/clk framework.Michal Meloun2020-07-3054-2171/+4991
* arm: am335x: Honor pmic option ti,pmic-shutdown-controllerEmmanuel Vadot2020-04-111-8/+12
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-268-33/+45
* Kill off dummy kbd driversKyle Evans2019-12-201-19/+0
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-131-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-11/+17
* Update some comments; no functional changes. Some historical old commentsIan Lepore2019-10-161-6/+5
* Revert r351218 (by manu). While the changes in r351218 appear to be (andIan Lepore2019-10-161-12/+10
* Make the ti_sysc device quiet. It's an internal utility pseudo-deviceIan Lepore2019-09-151-0/+3
* Include <lock.h>, required to use spinlocks in this code.Ian Lepore2019-09-141-0/+1
* In am335x_dmtpps, use a spin mutex to interlock between PPS capture and PPSIan Lepore2019-09-101-43/+29
* ti: sdhci: Correct voltage capsEmmanuel Vadot2019-08-191-10/+12
* Revert r350841. I didn't realize that on this chip, reading the interruptIan Lepore2019-08-111-17/+5
* Remove use of intr_config_hook from the am335x_pmic and tda19988 drivers.Ian Lepore2019-08-102-30/+12
* The am335x_ehrpwm driver now requires the pwmbus_if interface, add it.Ian Lepore2019-08-101-0/+1
* When responding to an interrupt in the am335x_pmic driver, use a taskqueueIan Lepore2019-08-101-5/+17
* Garbage collect the no-longer-necessary MAX_IIC_DATA_SIZE (there is not aIan Lepore2019-08-101-6/+0
* Switch the am335x_pmic driver to using iicdev_readfrom/writeto.Ian Lepore2019-08-101-16/+2
* arm: ti: cpsw: Check the new slave node addressEmmanuel Vadot2019-07-291-1/+3
* arm: ti: Get the hwmods property either from the node or the parentEmmanuel Vadot2019-07-291-3/+13
* arm: ti: Add a driver for ti,sysc busEmmanuel Vadot2019-07-222-0/+126
* arm: ti: Get the hwmods property from the parent nodeEmmanuel Vadot2019-07-221-3/+3
* Add support for the PWM(9) API. This allows configuring the pwm output usingIan Lepore2019-06-211-1/+264