Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
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.
Make the imx6_snvs driver usable as a module, add pnp info. Add a manpage.
Add pnp info to imx6_ahci, and add a module makefile, and a manpage for it.
Add pnp info and a module makefile for the imx_wdog watchdog driver.
Add required interface header.Reported by: andreast@
Add a SPI driver for imx5 and imx6.It can be compiled into the kernel with "device imx_spi" or loaded as amodule, which is also named "imx_spi".
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
Add required header files.Reported by: andreast@
Build modules specific to imx5/imx6 only when building those kernels.This adds sys/modules/imx with a SUBDIR makefile to make the wholecollection 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 wholecollection 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 ratherthan 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 ...