aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the imx6_snvs driver usable as a module, add pnp info. Add a manpage.Ian Lepore2018-07-081-0/+13
* Catch up with improvements in RTC handling... It's no longer necessary toIan Lepore2018-07-081-12/+10
* Add pnp info to imx6_ahci, and add a module makefile, and a manpage for it.Ian Lepore2018-07-081-1/+8
* Add support to the imx watchdog for the FDT "timeout-sec" property, byIan Lepore2018-07-071-22/+47
* Correctly calculate the value to put in the imx wdog countdown register.Ian Lepore2018-07-071-2/+1
* Add pnp info and a module makefile for the imx_wdog watchdog driver.Ian Lepore2018-07-071-0/+8
* Add a missing call to usb_bus_mem_free_all() when detaching.Ian Lepore2018-07-051-0/+2
* Remove a test and early-out which just can't possibly be right. It causesIan Lepore2018-07-051-10/+3
* Fix an out-of-bounds array access... the irq data for teardown is in twoIan Lepore2018-07-051-2/+5
* Properly support the GPIO_PIN_PRESET_{LOW,HIGH} options when configuringIan Lepore2018-05-041-5/+25
* Make reading imx6 gpio pins work correctly whether the pin is in open-drainIan Lepore2018-05-041-1/+14
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2018-04-271-2/+2
* arm: Fix duplicate ahci DRIVER_MODULEEmmanuel Vadot2018-04-271-1/+1
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+2
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These areAndrew Turner2018-04-032-2/+2
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-202-2/+2
* Switch imx_gpio to attach at BUS_PASS_INTERRUPT + BUS_PASS_ORDER_LATE.Ian Lepore2018-03-051-2/+2
* Defer attaching the spibus until timers and interrupts are working. TheIan Lepore2018-03-051-2/+9
* Do not stop the loop that configures gpio chipselect pins on the firstIan Lepore2018-03-051-1/+1
* Move imx6_usbphy to SUPPORTDEV, massage associated commentKyle Evans2018-03-031-3/+3
* Add a SPI driver for imx5 and imx6.Ian Lepore2018-02-267-2/+633
* Adjust whitespace of things added in the past couple years to match theIan Lepore2018-02-201-108/+108
* Add the MODULE_DEPEND()s needed so that the kernel linker can resolve allIan Lepore2018-02-181-0/+2
* Give the imx_i2c driver its own name, set up its relationship to ofw_iicbus.Ian Lepore2018-02-181-3/+3
* Add a detach method so that this can be a kldunload-friendly module.Ian Lepore2018-02-181-0/+24