summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap
AgeCommit message (Expand)Author
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2017-11-27OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.Jonathan Gray
2017-10-25Storing the address of a stack variable in a global variable is a bad idea.Mark Kettenis
2017-09-11Avoid using an uninitialised variable. Found by the clang static analyser.Jonathan Gray
2017-09-11Don't test if an array is NULL. Fixes the build with clang which raisedJonathan Gray
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-31Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files.ians
2017-08-18change email address in licenses to ians@openbsd.orgians
2017-08-15Convert to FDT-based interrupt establish API.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-14Add the amdisplay(4) and nxphdmi(4) drivers.ians
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-03-01Remove unused table driven omgpio bits.Jonathan Gray
2017-03-01remove remaining parts of the table driven approach to attaching edmaJonathan Gray
2017-03-01Dynamically attach edma(4) using the FDT.Jonathan Gray
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther
2016-10-25Remove now unused disable_l2_if_needed interface.Jonathan Gray
2016-10-23stop disabling the external pl310 l2 cache on pandaboardJonathan Gray
2016-10-08Use the fdt root node instead of board ids to gate omap4 specific code.Jonathan Gray
2016-10-08Only set the highspeed bit in bus_clock if highspeed is supportedJonathan Gray
2016-10-03Disable sitaracm and add a new ompinmux driver for omap pin muxing/padJonathan Gray
2016-10-02Set IFCAP_VLAN_MTU capability in cpsw(4). AvoidsJonathan Gray
2016-09-15Add omwugen(4) a driver for the TI logic that generates wakeup eventsJonathan Gray
2016-08-19avoid using an uninitialised variable with zero length iic_exec callsJonathan Gray
2016-08-15Move the com(4) fdt attachment driver to a more generic location andPatrick Wildt
2016-08-12Switch omap to the generic ofw pinctrl framework.Jonathan Gray
2016-08-11Dynamically attach omgpio(4) using the FDT.Jonathan Gray
2016-08-11Dynamically attach omehci using the FDT.Jonathan Gray
2016-08-06Always allocate intrhand with M_WAITOK.Patrick Wildt
2016-08-06Dynamically attach intc(4) using the FDT and switch omap/am335xJonathan Gray
2016-07-27Instead of passing the raw reg property to simplebus nodes,Patrick Wildt
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-18Add additional i2c and mmc prcm module enum values for devices thatJonathan Gray
2016-07-17Adapt kettenis' pinctrl changes in imx to sitaracm andJonathan Gray
2016-07-17use the fdt root node instead of board ids to test for am335xJonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-15Remove duplicated line in omap mmc driver, which would causeTom Cosgrove
2016-07-10Instead of attaching the omap device based on board ids follow imxJonathan Gray
2016-07-10Remove now unused definitions for drivers that have been converted toJonathan Gray
2016-07-09Use mac address and phy id from the fdt. Store settings for a secondJonathan Gray
2016-06-26Dynamically attach cpsw(4) with the FDT.Jonathan Gray
2016-06-26Dynamically attach tiiic using the FDT.Jonathan Gray
2016-06-26add a missing argument specified in format string so this builds againJonathan Gray
2016-06-26destaticJonathan Gray
2016-06-26Dynamically attach omdog(4) using the FDT.Jonathan Gray
2016-06-19omap4 uart is compatible with omap3 uart but has it's own compatible stringJonathan Gray
2016-06-19dynamically attach omap uart with fdtJonathan Gray