summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/imx
AgeCommit message (Expand)Author
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-17More complete gpio reset sequences for SABRE Lite/Nitrogen6X.Jonathan Gray
2015-01-13Add missing Utilite case in imx_platform_init_cons()Jonathan Gray
2015-01-02Add some additional i.MX6 board types from Bitrig.Jonathan Gray
2014-12-22unifdef INETTed Unangst
2014-09-19add missing break statements to imxccm_get_fecclk()Jonathan Gray
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-12Mark the interface down and cancel the watchdog timer in imxenet_stop().Brad Smith
2014-07-02Add support for adjusting the receive filter to allow for promiscuousBrad Smith
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2013-12-11remove empty files; ok syl@Christian Weisgerber
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-10-30Put all the generic machdep code in armv7_machedep.cSylvestre Gallon
2013-10-28We need to make sure that the kernel symbols area isn't marked as freePatrick Wildt
2013-10-27fix card-detect pins for wandboard.aalm
2013-10-24in_var.h is not needed.Martin Pieuchot
2013-10-21Add SDHC card detect GPIO pins for the i.MX6 Wandboard.Patrick Wildt
2013-10-19Wandboard also is a supported board of this driver. Every i.MX6 basedPatrick Wildt
2013-10-05Support for the i.MX6-based Wandboard Quad.Patrick Wildt
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-06Support for FreeScale's i.MX6 SoC.Patrick Wildt