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
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
2016-07-10
Fix typo. Pointed out by patrick@
Mark Kettenis
2016-07-10
Dynamically attach imxgpio(4) using the FDT.
Mark Kettenis
2016-07-10
Add support for handling pinctrl device tree bindings to imxiomuxc(4).
Mark Kettenis
2016-07-09
Simplify the i.MX6 platform code. The list of board devices is now
Mark Kettenis
2016-07-09
Perform PHY-specific initialization based on the PHY ID instead of the
Mark Kettenis
2016-07-09
Dynamically attach i.MX6 ehci(4) using the FDT.
Mark Kettenis
2016-06-22
Fetch MAC address from FDT.
Mark Kettenis
2016-06-14
If the FDT node has a "non-removable" property, return 1 from the card
Mark Kettenis
2016-06-13
Dynamically attach imxdog(4) using the FDT.
Mark Kettenis
2016-06-13
Use "bus-width" property to determine whether 4-bit and 8-bit mode are
Mark Kettenis
2016-06-12
Dynamically attach fec(4) using the FDT.
Mark Kettenis
2016-06-11
dynamically attach imxuart using the FDT
Jonathan Gray
2016-06-09
Dynamically attach imxesdhc(4) using the FDT.
Mark Kettenis
[next]