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
2022-07-15
Implement support for framebuffers that don't start on a page boundary.
Mark Kettenis
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-02-21
initializion -> initialization
Jonathan Gray
2022-01-03
Don't use != 0 to check whether a pointer is non-NULL.
Jonathan Gray
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-05-16
ansi
Jonathan Gray
2021-04-02
Fix Dale's email address
Theo Buehler
2021-03-25
remove uneeded includes in md armv7 files
Jonathan Gray
2021-03-11
spelling
Jonathan Gray
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-01-19
s/KHZ/kHz/ and reduce dmesg spam a bit
Mark Kettenis
2021-01-19
Remove some unused #defines and remove some commented-out variables.
Mark Kettenis
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
Patrick Wildt
2020-07-12
Use the full 32 bits for the miscellaneous armv7 timecounters.
Christian Weisgerber
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-07-05
match on "ti,am335-sdhci" used since linux 5.8-rc3
Jonathan Gray
2020-06-02
use correct node when enabling phy
Jonathan Gray
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-04-27
fix SDHC_DEBUG build, remove procname printf's
ians
2020-04-10
Add omcm(4), omclock(4) and omsysc(4) drivers that support the new bus
Mark Kettenis
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
[next]