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-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
2016-06-09
Dynamically attach i.MX6 ahci(4) using the FDT.
Mark Kettenis
2016-06-09
Make use of the information about the node passed down to us by simplebus(4).
Mark Kettenis
2016-06-08
Use fdt to find the console to initialise. Try to use /chosen/stdout-path
Jonathan Gray
2016-06-04
Remove model specific strings keyed off the board id.
Jonathan Gray
2016-06-03
rename imxenet to fec
Jonathan Gray
2016-05-21
Dynamically attach imxiic(4) and use the FDT to enumerate devices on i2c
Mark Kettenis
2016-05-20
Change the identification string to "nxp,pcf8523" as this is what is stored
Mark Kettenis
2016-05-19
Remove the PHYTEC phyFLEX support code, patrick says he no longer
Jonathan Gray
2016-05-18
Introduce a per-platform init_mainbus() hook that can be used to attach
Mark Kettenis
2016-05-18
Remove unused probe function.
Mark Kettenis
2016-05-17
Enable the pcf8523 RTC on Hummingboard and CuBox-i.
Mark Kettenis
2016-05-16
Make this actually work. This makes the following changes:
Mark Kettenis
2016-05-15
Map the ADMA2 descriptor table use BUS_DMA_COHERENT and add a missing
Mark Kettenis
2016-05-08
Add DMA support. It uses ADMA2 "Internal DMA" that is compatible with the
Mark Kettenis
2016-05-07
add support for changing the bus width and set the 4-bit mode capability
Jonathan Gray
2016-05-06
Reset the bus width back to 1-bit when resetting the host. Makes imxesdhc(4)
Mark Kettenis
2016-05-05
Add Dual Data Rate support for eMMC at 52MHz.
Mark Kettenis
2016-05-02
Add check to armv7 platform bus match code, so that those busses only
Patrick Wildt
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-05-01
Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)
Mark Kettenis
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-02-02
remove uneeded break statements
Jonathan Gray
[next]