aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/allwinner
Commit message (Collapse)AuthorAgeFilesLines
* modules/allwinner: add nvmem_if.h to SRCSMitchell Horne2025-10-222-2/+4
| | | | | | | | | Ensure the header is generated; it is a dependency for these drivers. This fixes standalone module builds and riscv LINT. Reported by: zlei Sponsored by: The FreeBSD Foundation Fixes: 5522519731b7 ("modules: enable allwinner kmods on riscv")
* Remove residual blank line at start of MakefileWarner Losh2024-07-159-9/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* pwm: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
| | | | | | | | No need to keep it under sys/arm/allwinner It's easier to find which controller we support by looking under one directory. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43187
* spibus: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
| | | | | | | | No need to keep it under sys/arm/allwinner It's easier to find which controller we support by looking under one directory. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43185
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1610-10/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* modules: if_awg: Add miibus_if.h to the sourceEmmanuel Vadot2022-08-101-1/+2
| | | | Needed by the module.
* modules: aw_mmc: Add mmc_pwrseq_if to the sourceEmmanuel Vadot2022-08-101-0/+1
| | | | Needed by the module.
* arm: allwinner: aw_mmc: Make it possible to unload the moduleEmmanuel Vadot2020-04-162-0/+15
| | | | | | | | | | While here, add a makefile in sys/modules/allwinner so it is built. Also add the PNP info so devmatch will load this module automatically. MFC after: 1 month Notes: svn path=/head/; revision=360011
* The pwm interface was replaced with pwmbus, include the right header file.Ian Lepore2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=349091
* arm: allwinner: aw_pwm: compile it as module tooEmmanuel Vadot2019-04-252-0/+16
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=346698
* arm: allwinner: Add pnp info to aw_rsb and compile it as module tooEmmanuel Vadot2019-04-252-0/+16
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=346697
* arm: allwinner: Add pnp info to if_awg and compile it as module tooEmmanuel Vadot2019-04-252-1/+16
| | | | | | | | | While here make it depend on aw_sid as it's needed for mac generation. MFC after: 1 month Notes: svn path=/head/; revision=346696
* arm: allwinner: Add pnp info to aw_rtc and compile it as module tooEmmanuel Vadot2019-04-252-0/+16
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=346694
* arm: allwinner: Add pnp info to axp81x and compile it as module tooEmmanuel Vadot2019-04-252-1/+17
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=346693
* arm: allwinner: Add pnp info to aw_thermal and compile it as module tooEmmanuel Vadot2019-04-252-0/+15
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=346692
* arm: allwinner: Add pnpinfo for aw_sid and add module MakefileEmmanuel Vadot2019-04-252-0/+15
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=346691
* alwinner: Add missing files in r333708Emmanuel Vadot2018-05-172-0/+22
Notes: svn path=/head/; revision=333709