Revision tags: release/14.0.0 |
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
9b4738cf |
| 08-Jul-2018 |
Ian Lepore <ian@FreeBSD.org> |
Make the imx6_snvs driver usable as a module, add pnp info. Add a manpage.
|
#
cf2cec68 |
| 08-Jul-2018 |
Ian Lepore <ian@FreeBSD.org> |
Add pnp info to imx6_ahci, and add a module makefile, and a manpage for it.
|
#
2b352b73 |
| 07-Jul-2018 |
Ian Lepore <ian@FreeBSD.org> |
Add pnp info and a module makefile for the imx_wdog watchdog driver.
|
Revision tags: release/11.2.0 |
|
#
a0fd2339 |
| 26-Feb-2018 |
Ian Lepore <ian@FreeBSD.org> |
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".
|
#
f82eace5 |
| 18-Feb-2018 |
Ian Lepore <ian@FreeBSD.org> |
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. Initi
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.
show more ...
|