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