summaryrefslogtreecommitdiff
path: root/sys/arm/ti
AgeCommit message (Expand)Author
2025-10-29arm/ti: Fix typo in a KASSERT messageGordon Bergling
2025-10-20ti_clkctrl.c: fix paths in commentMitchell Horne
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2025-09-30gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-29Restore #include <sys/devmap.h>Oskar Holmlund
2025-05-02sys: Reduce where we include sys/devmap.hAndrew Turner
2025-04-23Remove OMAP4 supportOskar Holmlund
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2025-01-02Check for errors from bus_generic_detach in various driversJohn Baldwin
2025-01-02cpsw: Remove duplicate call to bus_generic_detachJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-12-06bus_delayed_attach_children: Switch return type to voidJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2024-11-04Check for errors when detaching children first, not lastJohn Baldwin
2024-11-02newbus: Introduce bus_get_pass() and hide bus_current_passElliott Mitchell
2024-09-22intrng: Add support for multiple interrupt rootsAyrton Munoz
2024-09-03arm ti: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-24ti/am335x: Fix the device_set_descf() call in am335x_dmtimer_probe()Oskar Holmlund
2024-06-09ti/am335x: Fix the device_set_descf() call in dmtpps_probe()Mark Johnston
2024-06-02arm: Convert drivers to use device_set_desc(f)()Mark Johnston
2024-01-24intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke
2024-01-10syscon: Move syscon code in dev/sysconEmmanuel Vadot
2024-01-10phy: Move phy code in dev/phyEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-28armv7: Fix BeagleBone Black panic on system startKonrad Sewiłło-Jopek
2023-03-17arm: Rename hdmi_if.m to crtc_if.mEmmanuel Vadot
2023-03-17arm: ti: Rename video related devicesEmmanuel Vadot
2023-03-07cpsw(4): Finish conversion to IfAPIJustin Hibbits
2023-02-22arm ti: Fix a typo in a kernel messageGordon Bergling
2023-01-24Mechanically convert if_cpsw(4) to IfAPIJustin Hibbits
2022-11-28AM335x: Fix compatible nameOskar Holmlund
2022-06-04am335x: Fix a typo in a source code commentGordon Bergling
2022-05-09arm ti: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09Remove unused etherswitch_devclass.John Baldwin
2022-05-06Remove unused iicbus_devclass.John Baldwin