summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/imx
AgeCommit message (Expand)Author
2022-02-21tempterature -> temperatureJonathan Gray
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-05-28Move imxdog(4) to sys/dev/fdt.Patrick Wildt
2021-03-25remove uneeded includes in md armv7 filesJonathan Gray
2020-04-23Move imxehci(4) to sys/dev/fdt.Patrick Wildt
2018-06-11Split out the PHY initialization code and add a "no-op" implementation forMark Kettenis
2018-04-02Move imxiomuxc(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Move the code that sets the correct SATA phy settings into imxahc(4)Patrick Wildt
2018-04-02Move fec(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Move imxccm(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Have fec(4) make use of the clock framework by implementing the enetPatrick Wildt
2018-04-02No need to include imxccmvar.h anymore.Patrick Wildt
2018-04-02Have imxahci(4) make use of the clock framework by implementing the sataPatrick Wildt
2018-04-02Have imxehci(4) make use of the clock framework by implementing the phyPatrick Wildt
2018-04-02Remove I2C iomux descriptions from the time before we set those upPatrick Wildt
2018-04-01Pull out the regmap lookup from the switch. This way we can stillPatrick Wildt
2018-04-01Disable the USB charging detection using a regmap instead of cross-Patrick Wildt
2018-04-01Stop using a global softc variable in most functions that are calledPatrick Wildt
2018-04-01Retrieve AHB clock from clock framework.Patrick Wildt
2018-04-01Remove unfinished PCIe support from imxccm(4). We can do better thanPatrick Wildt
2018-04-01In an attempt to OFW-ify fec(4) it turns out that the MII speedPatrick Wildt
2018-03-30Move imxanatop(4) to sys/dev/fdt.Patrick Wildt
2018-03-30No need to include armv7var.h.Patrick Wildt
2018-03-30No need to include armv7var.h and imxccmvar.h.Patrick Wildt
2018-03-30Remove unused PCIe code from imxiomuxc(4). I'm sure we can do thisPatrick Wildt
2018-03-30Move imxiic(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Move imxesdhc(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-30Replace MD disable/restore interrupt in the establish and disestablishPatrick Wildt
2018-03-30Cut down imxgpio(4) with a big axe. There were plenty of pieces thatPatrick Wildt
2018-03-30Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-29Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-20Make use of the new common bus space tag in imxuart(4) so it does notPatrick Wildt
2018-03-12Add voltage regulator support.Mark Kettenis
2018-03-11Wait for ETHEREN bit to clear instead of the RESET bit to prevent anMark Kettenis
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-16Support card interrupts in imxesdhc(4). The code that was writtenPatrick Wildt
2017-12-30The generic clock framework expects frequencies in Hz whereas the imx clockMark Kettenis
2017-10-27Remove duplicated function prototypes.Kevin Lo
2017-10-23Replace imxocotp(4) with a regmap-based approach.Mark Kettenis
2017-09-22Remove unused code.Mark Kettenis
2017-09-20Raise match priority such that imxocotp(4) wins over syscon(4).Mark Kettenis
2017-08-29remove uneeded includes after recent fdt header changesJonathan Gray
2017-07-18Add sdmmc support for the i.MX6UL variant of the i.MX6 series. ThisPatrick Wildt
2017-07-18Add clock support for the i.MX6UL variant of the i.MX6 series. ThePatrick Wildt
2017-06-22Fix the remaining ';;'s in sys/Tom Cosgrove
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-03-06Remove unused unit number from softc.Mark Kettenis
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther