freebsd-dev/sys/arm/freescale/imx
Ian Lepore 952dd10db4 Catch up with improvements in RTC handling... It's no longer necessary to
ignore the timestamp passed in to settime() due to inaccuracy, the core
routines now pass in a nanosecond-accurate time freshly-obtained before
calling each driver's settime() method.  Also, add calls to the new
debugging output helpers.
2018-07-08 18:44:42 +00:00
..
files.imx5 Add a SPI driver for imx5 and imx6. 2018-02-26 02:28:32 +00:00
files.imx6 Add a SPI driver for imx5 and imx6. 2018-02-26 02:28:32 +00:00
imx6_ahci.c Add pnp info to imx6_ahci, and add a module makefile, and a manpage for it. 2018-07-08 00:27:28 +00:00
imx6_anatop.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx6_anatopreg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx6_anatopvar.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx6_audmux.c
imx6_ccm.c Add a SPI driver for imx5 and imx6. 2018-02-26 02:28:32 +00:00
imx6_ccmreg.h Add a SPI driver for imx5 and imx6. 2018-02-26 02:28:32 +00:00
imx6_hdmi.c
imx6_ipu.c
imx6_machdep.c Fix fallout from the import of fresh dts source files from linux 4.15. It 2018-02-18 00:02:09 +00:00
imx6_machdep.h
imx6_mp.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx6_pl310.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx6_sdma.c
imx6_sdma.h
imx6_snvs.c Catch up with improvements in RTC handling... It's no longer necessary to 2018-07-08 18:44:42 +00:00
imx6_src.c
imx6_src.h
imx6_ssi.c
imx6_usbphy.c Move imx6_usbphy to SUPPORTDEV, massage associated comment 2018-03-03 18:52:19 +00:00
imx51_ccm.c Add a SPI driver for imx5 and imx6. 2018-02-26 02:28:32 +00:00
imx51_ccmreg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_ccmvar.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_dpllreg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_ipuv3_fbd.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_ipuv3.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_ipuv3reg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_machdep.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_sdmareg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_ssireg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx51_tzicreg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx53_machdep.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx_ccmvar.h Add a SPI driver for imx5 and imx6. 2018-02-26 02:28:32 +00:00
imx_common.c
imx_console.c
imx_epit.c
imx_gpio.c Fix an out-of-bounds array access... the irq data for teardown is in two 2018-07-05 14:09:48 +00:00
imx_gpt.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx_gptreg.h sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx_i2c.c Add the MODULE_DEPEND()s needed so that the kernel linker can resolve all 2018-02-18 23:01:33 +00:00
imx_iomux.c Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc 2018-04-09 22:06:16 +00:00
imx_iomuxreg.h
imx_iomuxvar.h
imx_machdep.c Add support to the imx5/6 watchdog for the external reset signal. Also, if 2018-01-26 17:55:17 +00:00
imx_machdep.h Make the trivial imx_soc_family() function an inline in imx_machdep.h. 2018-01-24 18:10:11 +00:00
imx_nop_usbphy.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00
imx_spi.c Defer attaching the spibus until timers and interrupts are working. The 2018-03-05 02:13:28 +00:00
imx_wdog.c Add support to the imx watchdog for the FDT "timeout-sec" property, by 2018-07-07 19:10:00 +00:00
imx_wdogreg.h Reformat indentation to match other imx5/6 register definition headers, and 2018-01-24 17:52:06 +00:00
std.imx6 Make kernel option KERNVIRTADDR optional, remove it from std.<platform> 2017-12-30 00:20:49 +00:00
std.imx51 Make kernel option KERNVIRTADDR optional, remove it from std.<platform> 2017-12-30 00:20:49 +00:00
std.imx53 Make kernel option KERNVIRTADDR optional, remove it from std.<platform> 2017-12-30 00:20:49 +00:00
tzic.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00