summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap
AgeCommit message (Expand)Author
2020-04-07Use PHY framework to replace hardcoded board-specific GPIO poking.Mark Kettenis
2020-04-07Remove entry that is no longer needed.Mark Kettenis
2020-04-06Add support for the cd-gpios property.Mark Kettenis
2020-04-06Register controller with the gpio "framework".Mark Kettenis
2020-04-05Use OF_is_compatible() to simplify the initialization for the "mdio" node.Mark Kettenis
2020-04-05Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.Mark Kettenis
2020-03-31Remove leftover that should have been removed in the previous commit.Mark Kettenis
2020-03-31Newer device trees no longer put the full physical address in the "reg"Mark Kettenis
2020-03-31Remove unused code. The padconf code has been replaced with theMark Kettenis
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-01-13Convert to tsleep_nsec(9), while here fix a bug where the value specifiedMartin Pieuchot
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatMark Kettenis
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace and extra semicolon removal.Mike Larkin
2019-04-10KNF per naddy@ians
2018-12-24Adjust cpsw for linux 4.20 device tree changes. The location of the phyJonathan Gray
2018-09-19Free edid_buf after use so to fix possible memory leak.Claudio Jeker
2018-08-27ompinmux has been replaced by pinctrlJonathan Gray
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