freebsd-dev/sys/arm/freescale/imx
Ian Lepore a4db01f7c6 Correctly calculate the value to put in the imx wdog countdown register.
The correct value is seconds*2-1.  The code was using just seconds*2, which
led to being off by a half-second -- usually not a big deal, except when the
value was the max (128) it overflowed so zero would get written to the
countdown register, which equates to a timeout of a half second.
2018-07-07 19:03:38 +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 arm: Fix duplicate ahci DRIVER_MODULE 2018-04-27 21:05:18 +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 Fix imx6 hdmi init after r323553, which used a config_intrhook to defer the 2017-10-08 18:38:22 +00:00
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
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 sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
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 Add an ahci driver for imx6. 2017-08-03 14:43:41 +00:00
imx_iomuxvar.h Fix the interface to imx_iomux_gpr_get/set(). The functions were defined 2017-08-02 18:28:06 +00:00
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 Correctly calculate the value to put in the imx wdog countdown register. 2018-07-07 19:03:38 +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