aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-2/+0
* cpsw: use `phy-handle` in FDT to find PHY addressEd Maste2019-04-031-6/+12
* Support the SPI mode and bus clock frequency parameters set by the devicesIan Lepore2018-12-311-3/+13
* o Don't allocate resources for SDMA in sdhci(4) if the controller or theMarius Strobl2018-12-301-1/+1
* Fix off-by-one (page) errors in checks in d_mmap methods of several drivers.Konstantin Belousov2018-12-021-1/+1
* omap4_prcm: Delay the frequencies read checkEmmanuel Vadot2018-08-301-4/+23
* Use the cp15 functions to read cp15 registers rather than using assemblyAndrew Turner2018-07-281-1/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* am335x_prcm: Delay the frequencies read checkEmmanuel Vadot2018-05-061-4/+31
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2018-04-271-1/+1
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-092-6/+7
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-083-5/+5
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-202-2/+2