index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
/
imx
Age
Commit message (
Expand
)
Author
2017-09-22
Remove unused code.
Mark Kettenis
2017-09-20
Raise match priority such that imxocotp(4) wins over syscon(4).
Mark Kettenis
2017-08-29
remove uneeded includes after recent fdt header changes
Jonathan Gray
2017-07-18
Add sdmmc support for the i.MX6UL variant of the i.MX6 series. This
Patrick Wildt
2017-07-18
Add clock support for the i.MX6UL variant of the i.MX6 series. The
Patrick Wildt
2017-06-22
Fix the remaining ';;'s in sys/
Tom Cosgrove
2017-04-30
Unifdef KGDB.
Martin Pieuchot
2017-03-06
Remove unused unit number from softc.
Mark Kettenis
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2016-12-31
Add missing $OpenBSD$ marker.
Mark Kettenis
2016-12-28
Use the generic clock framework.
Mark Kettenis
2016-12-26
Fix typo.
Mark Kettenis
2016-10-21
Stop setting MIIF_AUTOTSLEEP in fec(4)
Jonathan Gray
2016-10-05
Make imxdog(4) set cpuresetfn, and remove all the imx platform that is no
Mark Kettenis
2016-10-02
Save and restore the (non-standard) USBMODE register around a reset of the
Mark Kettenis
2016-09-23
Attach imxocotp(4) using the fdt. Since this means that imxtemp(4) attaches
Mark Kettenis
2016-09-22
Periodically call mii_tick() like all our other ethernet drivers that use
Mark Kettenis
2016-09-21
Remove some dead code and only enable tx and rx interrupts.
Mark Kettenis
2016-09-18
Convert imxccm(4) and imxiomuxc(4) to attach using the fdt. Use the "early"
Mark Kettenis
2016-09-10
Correct the path to the iomuxc fdt node so pinctrl setup will run.
Jonathan Gray
2016-09-05
Some spacing/knf while here. No functional changes.
Marcus Glocker
2016-09-05
No point to jump to an empty return label in a void function.
Marcus Glocker
2016-09-05
Remove some unused bits.
Marcus Glocker
2016-08-27
Initialize vdd to 0 in imxesdhc_bus_power() to avoiud using it uninitialized.
Mark Kettenis
2016-08-19
Seems we need to hold the PHY into reset a little bit longer. Without it
Mark Kettenis
2016-08-14
Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code written
Mark Kettenis
2016-08-13
Use regulalator API instead of private functions.
Mark Kettenis
2016-08-08
Implement mmc power sequencing; makes the sdo interface on the cubox-i work
Mark Kettenis
2016-08-06
Implement interrupt controller functionality in the i.MX6 GPIO
Patrick Wildt
2016-08-06
Switch imx over to the generic pinctrl API.
Mark Kettenis
2016-08-06
remove now unused board specific phy defines
Jonathan Gray
2016-08-04
Dynamically attach ampintc(4) and make it register itself as an interrupt
Mark Kettenis
2016-08-04
Add imxgpc(4), a driver for the i.MX6 General Power Controller (GPC) which
Mark Kettenis
2016-08-04
After fixing up some of the AR8035 PHY registers, issue a reset. This seems
Mark Kettenis
2016-07-27
Instead of passing the raw reg property to simplebus nodes,
Patrick Wildt
2016-07-26
Rename struct fdt_memory to fdt_reg to match the member name
Patrick Wildt
2016-07-23
Previously the uarts attached in order, so that the first attached uart
Patrick Wildt
2016-07-23
The linux kernel treated the "phy-reset-gpio" as active-low regardless of what
Mark Kettenis
2016-07-22
Attach imx(4) on i.mx6 quad plus which appears to be largely compatible
Jonathan Gray
2016-07-22
Fallback to the known fec irq number on imx.6 if the fdt
Jonathan Gray
2016-07-21
set and clear the 10baseT bit in statchg
Jonathan Gray
2016-07-14
Do board-specific delay/skew corrections for the Micrel KSZ9021 and KSZ9031
Mark Kettenis
2016-07-13
Use the device tree voltage regulator information to supply power to the USB
Mark Kettenis
2016-07-12
Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4) driver
Mark Kettenis
2016-07-12
Turn ehci(4) glue code for the i.MX6 platform into its own imxehci(4) driver
Mark Kettenis
2016-07-11
Use gpio framework to implement hardware reset of the PHY instead of
Mark Kettenis
2016-07-11
Use gpio framework to implement card detect instead of hardcoding particular
Mark Kettenis
2016-07-11
Hook up imxgpio(4) to the FDT gpio framework.
Mark Kettenis
2016-07-10
Not all i.MX6 devices have a pinctrl property in their device nodes.
Patrick Wildt
[next]