aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-5/+0
* arm ti: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-3/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-237-7/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2360-116/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2358-116/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2556-56/+56
* arm ti: Fix a typo in a kernel messageGordon Bergling2023-02-271-1/+1
* am335x: Fix a typo in a source code commentGordon Bergling2022-06-101-1/+1
* arm ti_mbox_attach: Write sysconfig to TI_MBOX_SYSCONFIG to request reset.John Baldwin2022-05-131-0/+1
* omap4: Fix a few typos in source code commentsGordon Bergling2021-12-071-5/+5
* TWL: Fix a typo in a source code commentGordon Bergling2021-11-281-1/+1
* ti(4): Fix a typo in an error messageGordon Bergling2021-10-091-1/+1
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-302-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
* Some mundane tweaks and cleanups to help de-clutter the diffs of someIan Lepore2019-06-211-18/+27
* In detach(), call bus_generic_detach() before deleting the iicbus child.Ian Lepore2019-06-161-5/+10
* Add a missing #include. I suspect this used to get included via some headerIan Lepore2019-06-151-0/+1
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-212-0/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+3