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