aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64 freescale: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0937-118/+42
* Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin2022-05-091-1/+1
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-062-2/+2
* Remove unused ofw_iicbus_devclass.John Baldwin2022-05-062-2/+2
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* Remove unused ahci_devclass.John Baldwin2022-05-061-1/+1
* arm freescale: Remove unused variables.John Baldwin2022-04-134-13/+1
* arm vybrid: #if 0 variables only used under #if 0.John Baldwin2022-04-132-2/+4
* arm: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3
* imx6_ssi: Remove unused variables, #if 0 variables only used under #if 0.John Baldwin2022-04-091-8/+6
* vf_i2c: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-19/+0
* imx_gpio: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-1/+1
* imx_i2c: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-1/+1
* arm/freescale: remove FBIOSCURSORMateusz Guzik2021-12-091-2/+0
* vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori2021-11-251-7/+7
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-2/+2
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-089-9/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* arm: Add no-cftconvert for sdma-imx6 filesEmmanuel Vadot2021-04-141-2/+2
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-051-12/+32
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-292-73/+0
* Add the firmware blob required to use the sdma hardware in the imx6Ian Lepore2020-11-262-19/+14
* Extend the imx6 gpc->gic interrupt controller fixup of fdt data at runtimeIan Lepore2020-11-251-11/+25
* Convert the imx6_snvs RTC driver to access registers via the syscon device.Ian Lepore2020-11-251-11/+6
* A couple small fixes for the imx6_sdma driver...Ian Lepore2020-11-251-5/+14
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0124-29/+2
* Add i.MX 8M Quad supportOleksandr Tymoshenko2020-07-013-4/+90
* Add mode selection to iMX6 IPU driverOleksandr Tymoshenko2020-06-104-40/+182
* Fix boot of wandquad after DTS updateAndreas Tobler2020-06-091-0/+4
* Introduce VF610 I2C controller support.Marcin Wojtas2020-05-251-9/+153
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-5/+10
* Kill off dummy kbd driversKyle Evans2019-12-201-19/+0
* Remove unnecessary MODULE_DEPEND() from imx_i2c.c, and also from rk_i2cIan Lepore2019-12-171-1/+0
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-132-5/+2
* Implement the ofw_bus_get_node method in the imx_gpio driver so thatIan Lepore2019-11-281-0/+12
* Apply a runtime patch to the FDT data for imx6 to fix iomuxc problems.Ian Lepore2019-09-151-0/+31
* Remove NAND and NANDFS supportWarner Losh2019-06-251-528/+0
* Release the bus-recovery gpio pins in detach(), so that unload thenIan Lepore2019-05-231-0/+4
* Add pnp info to the imx_i2c driver.Ian Lepore2019-05-221-0/+1
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-3/+6
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-163-8/+0
* Mark the imx_spi device busy while transfers are in progress, so that theIan Lepore2019-03-111-4/+5
* Add a compatible string to match recent changes in the upstream dts.Ian Lepore2019-02-181-0/+1
* use -m ${LD_EMULATION} for binary->elf link invocationEd Maste2018-11-091-1/+1
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-2/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-8/+6
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* Add pnp info to the imx_spi driver.Ian Lepore2018-07-091-0/+1
* Move device statements out of std.imx* and into kernel config files.Ian Lepore2018-07-083-7/+0