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
2022-02-21
tempterature -> temperature
Jonathan Gray
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2021-05-28
Move imxdog(4) to sys/dev/fdt.
Patrick Wildt
2021-03-25
remove uneeded includes in md armv7 files
Jonathan Gray
2020-04-23
Move imxehci(4) to sys/dev/fdt.
Patrick Wildt
2018-06-11
Split out the PHY initialization code and add a "no-op" implementation for
Mark Kettenis
2018-04-02
Move imxiomuxc(4) to sys/dev/fdt.
Patrick Wildt
2018-04-02
Move the code that sets the correct SATA phy settings into imxahc(4)
Patrick Wildt
2018-04-02
Move fec(4) to sys/dev/fdt.
Patrick Wildt
2018-04-02
Move imxccm(4) to sys/dev/fdt.
Patrick Wildt
2018-04-02
Have fec(4) make use of the clock framework by implementing the enet
Patrick Wildt
2018-04-02
No need to include imxccmvar.h anymore.
Patrick Wildt
2018-04-02
Have imxahci(4) make use of the clock framework by implementing the sata
Patrick Wildt
2018-04-02
Have imxehci(4) make use of the clock framework by implementing the phy
Patrick Wildt
2018-04-02
Remove I2C iomux descriptions from the time before we set those up
Patrick Wildt
2018-04-01
Pull out the regmap lookup from the switch. This way we can still
Patrick Wildt
2018-04-01
Disable the USB charging detection using a regmap instead of cross-
Patrick Wildt
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
[next]