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
2018-04-01
Stop using a global softc variable in most functions that are called
Patrick Wildt
2018-04-01
Retrieve AHB clock from clock framework.
Patrick Wildt
2018-04-01
Remove unfinished PCIe support from imxccm(4). We can do better than
Patrick Wildt
2018-04-01
In an attempt to OFW-ify fec(4) it turns out that the MII speed
Patrick Wildt
2018-03-30
Move imxanatop(4) to sys/dev/fdt.
Patrick Wildt
2018-03-30
No need to include armv7var.h.
Patrick Wildt
2018-03-30
No need to include armv7var.h and imxccmvar.h.
Patrick Wildt
2018-03-30
Remove unused PCIe code from imxiomuxc(4). I'm sure we can do this
Patrick Wildt
2018-03-30
Move imxiic(4) to sys/dev/fdt.
Patrick Wildt
2018-03-30
Move imxesdhc(4) to sys/dev/fdt.
Patrick Wildt
2018-03-30
Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
Patrick Wildt
2018-03-30
Replace MD disable/restore interrupt in the establish and disestablish
Patrick Wildt
2018-03-30
Cut down imxgpio(4) with a big axe. There were plenty of pieces that
Patrick Wildt
2018-03-30
Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
Patrick Wildt
2018-03-29
Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
Patrick Wildt
2018-03-20
Make use of the new common bus space tag in imxuart(4) so it does not
Patrick Wildt
2018-03-12
Add voltage regulator support.
Mark Kettenis
2018-03-11
Wait for ETHEREN bit to clear instead of the RESET bit to prevent an
Mark Kettenis
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-16
Support card interrupts in imxesdhc(4). The code that was written
Patrick Wildt
2017-12-30
The generic clock framework expects frequencies in Hz whereas the imx clock
Mark Kettenis
2017-10-27
Remove duplicated function prototypes.
Kevin Lo
2017-10-23
Replace imxocotp(4) with a regmap-based approach.
Mark Kettenis
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
[next]