Warner Losh
031beb4e23
sys: Remove $FreeBSD$: one-line sh pattern
...
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00
Ian Lepore
0ffeeb414f
Convert the imx6_snvs RTC driver to access registers via the syscon device.
...
This is required for it to work correctly in the GENERIC kernel.
2020-11-25 19:10:20 +00:00
Ian Lepore
9b4738cf7b
Make the imx6_snvs driver usable as a module, add pnp info. Add a manpage.
2018-07-08 19:35:41 +00:00
Ian Lepore
cf2cec68bd
Add pnp info to imx6_ahci, and add a module makefile, and a manpage for it.
2018-07-08 00:27:28 +00:00
Ian Lepore
2b352b736d
Add pnp info and a module makefile for the imx_wdog watchdog driver.
2018-07-07 17:25:09 +00:00
Ian Lepore
3a25d855de
Add required interface header.
...
Reported by: andreast@
2018-03-16 02:46:08 +00:00
Ian Lepore
a0fd233964
Add a SPI driver for imx5 and imx6.
...
It can be compiled into the kernel with "device imx_spi" or loaded as a
module, which is also named "imx_spi".
2018-02-26 02:28:32 +00:00
Ian Lepore
363b2c7fd2
Add a missing line continuation.
...
How many commits does it take to get a simple module makefile working?
Apparently at least three.
Pointy hat to: ian
2018-02-22 22:25:26 +00:00
Ian Lepore
94d7be6551
Add required header files.
...
Reported by: andreast@
2018-02-21 16:36:44 +00:00
Ian Lepore
f82eace5b3
Build modules specific to imx5/imx6 only when building those kernels.
...
This adds sys/modules/imx with a SUBDIR makefile to make the whole
collection of modules that are specific to these SoCs. Initially, that
"whole collection" consists of the if_ffec and imx_i2c drivers.
The if_ffec driver is referenced in its existing home in ../ffec rather
than moving it into the imx directory, because it's used by powerpc too,
but it is no longer built for all armv6/7 systems.
The imx_i2c driver is newly added as a module.
2018-02-18 02:48:54 +00:00