aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/ti/ti_mbox.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* arm ti: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* arm ti_mbox_attach: Write sysconfig to TI_MBOX_SYSCONFIG to request reset.John Baldwin2022-04-181-0/+1
* arm ti: Remove unused variables.John Baldwin2022-04-091-4/+1
* Move Ti AM335x to dev/extres/clk framework.Michal Meloun2020-07-301-3/+6
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Switch TI platform support code from using FreeBSD's custom-baked DTSOleksandr Tymoshenko2015-05-221-1/+1
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-041-1/+0
* Remove "#define DEBUG" that conflicts with "option DEBUG" in kernel configOleksandr Tymoshenko2015-01-211-1/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+4
* fix args to mtx_initJohn-Mark Gurney2014-01-271-1/+1
* Add a driver for the Texas Instruments Mailbox hardware.Rui Paulo2013-11-161-0/+262