aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* Check for errors when detaching children first, not lastJohn Baldwin11 days1-1/+6
* newbus: Introduce bus_get_pass() and hide bus_current_passElliott Mitchell13 days1-1/+1
* intrng: Add support for multiple interrupt rootsAyrton Munoz2024-09-221-1/+2
* arm ti: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-3/+0
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-254-4/+4
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* ti/am335x: Fix the device_set_descf() call in am335x_dmtimer_probe()Oskar Holmlund2024-06-241-1/+1
* ti/am335x: Fix the device_set_descf() call in dmtpps_probe()Mark Johnston2024-06-091-1/+1
* arm: Convert drivers to use device_set_desc(f)()Mark Johnston2024-06-022-7/+2
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-01-241-1/+1
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-105-5/+5
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-1016-16/+16
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2744-44/+10
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-167-7/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1660-116/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1658-116/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1256-56/+56
* armv7: Fix BeagleBone Black panic on system startKonrad Sewiłło-Jopek2023-04-281-0/+3
* arm: Rename hdmi_if.m to crtc_if.mEmmanuel Vadot2023-03-172-7/+7
* arm: ti: Rename video related devicesEmmanuel Vadot2023-03-171-1/+1
* cpsw(4): Finish conversion to IfAPIJustin Hibbits2023-03-071-1/+1
* arm ti: Fix a typo in a kernel messageGordon Bergling2023-02-221-1/+1
* Mechanically convert if_cpsw(4) to IfAPIJustin Hibbits2023-01-242-55/+54
* AM335x: Fix compatible nameOskar Holmlund2022-11-282-1/+9
* am335x: Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* 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