freebsd-skq/sys/arm/freescale/imx
kevans 66a4654e1a Kill off dummy kbd drivers
As far as I can tell, these are an artifact of times when linker sets
couldn't be empty, otherwise the kernel build would fail due to unresolved
symbols. hselasky fixed this in r268138, and I've audited the kbd portions
to make sure nothing would blow up due to the empty linker set and
successfully compiled+ran a kernel with no keyboard support at all.

Kill them off now since they're no longer required.

MFC after:	1 week
2019-12-20 16:22:14 +00:00
..
files.imx5 arm: Add kern_clocksource.c directly in files.arm 2019-04-16 20:04:22 +00:00
files.imx6 arm: Add kern_clocksource.c directly in files.arm 2019-04-16 20:04:22 +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 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 Include eventhandler.h in more compilation units 2019-05-21 01:18:43 +00:00
imx6_machdep.c Apply a runtime patch to the FDT data for imx6 to fix iomuxc problems. 2019-09-15 19:38:15 +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 Eliminate the arena parameter to kmem_free(). Implicitly this corrects an 2018-08-25 19:38:08 +00:00
imx6_sdma.h
imx6_snvs.c Add a compatible string to match recent changes in the upstream dts. 2019-02-18 19:50:53 +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 Kill off dummy kbd drivers 2019-12-20 16:22:14 +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 Implement the ofw_bus_get_node method in the imx_gpio driver so that 2019-11-28 21:50:34 +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 Remove unnecessary MODULE_DEPEND() from imx_i2c.c, and also from rk_i2c 2019-12-17 17:03:03 +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 Create new wrapper function: bus_delayed_attach_children() 2019-12-13 19:39:33 +00:00
imx_wdog.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +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 Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files. 2018-07-28 06:46:10 +00:00
std.imx51 Move device statements out of std.imx* and into kernel config files. 2018-07-08 21:09:52 +00:00
std.imx53 Move device statements out of std.imx* and into kernel config files. 2018-07-08 21:09:52 +00:00
tzic.c sys/arm: further adoption of SPDX licensing ID tags. 2017-11-27 15:04:10 +00:00