aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix fallout from the import of fresh dts source files from linux 4.15. ItIan Lepore2018-02-181-0/+12
* Add support to the imx5/6 watchdog for the external reset signal. Also, ifIan Lepore2018-01-262-13/+87
* Fix return style in RD2. Remove bogus return value from a void functionIan Lepore2018-01-251-2/+2
* Minor cleanups... Move DRIVER_MODULE() and other boilerplate stuff to theIan Lepore2018-01-251-26/+30
* Make the trivial imx_soc_family() function an inline in imx_machdep.h.Ian Lepore2018-01-242-8/+6
* Reformat indentation to match other imx5/6 register definition headers, andIan Lepore2018-01-241-19/+19
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-304-12/+0
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-283-0/+8
* arm: hdmi_if.m is already in files.armEmmanuel Vadot2017-12-271-1/+0
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-273-8/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2755-6/+116
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix imx6 hdmi init after r323553, which used a config_intrhook to defer theIan Lepore2017-10-081-1/+47
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-054-4/+4
* Define a single instance of ahci_devclass and reference it from all theIan Lepore2017-10-021-2/+0
* Add i.MX6 and Xilinx to GENERIC.Andrew Turner2017-09-241-1/+1