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
/
sunxi
Age
Commit message (
Expand
)
Author
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-03-25
remove uneeded includes in md armv7 files
Jonathan Gray
2021-03-11
spelling
Jonathan Gray
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
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
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
Patrick Wildt
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2019-10-16
Move sxidog(4) such that we can use it on arm64.
Mark Kettenis
2019-10-05
Use mask to extract IPL; should have been part of the earlier diff that
Mark Kettenis
2019-09-12
Prepare for the emac/gmac "phy" property being renamed to "phy-handle"
Jonathan Gray
2019-08-19
match on r40 ahci
Jonathan Gray
2019-05-06
Whitespace removal
Mike Larkin
2018-06-04
Remove unused/commented out includes.
Mark Kettenis
2018-06-04
Remove unused include.
Mark Kettenis
2018-06-04
Remove unused include.
Mark Kettenis
2018-02-14
prune files.* entries that refer to files not in tree
Jonathan Gray
2018-01-05
Handle resets; needed on Allwinner R40/V40.
Mark Kettenis
2017-12-10
Enable the phy-supply regulator if present and use the phy id specified
Jonathan Gray
2017-11-24
rework transmit to get rid of ifq_deq_begin, and to improve speed.
David Gwynne
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-05-05
Move dwge(4) glue into dev/fdt.
Mark Kettenis
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-21
Move Allwinner drivers that will soon be used by OpenBSD/arm64
Patrick Wildt
2017-01-21
Add support for the Allwinner A64 (sun50i-a64).
Mark Kettenis
2017-01-21
Match on the Allwinner A64 ehci compatible as well.
Patrick Wildt
2017-01-21
Implement EHCI and MMC clock support for the Allwinner A64 SoC.
Patrick Wildt
2017-01-21
Split out the Allwinner H3 specific clock code into its own functions and
Mark Kettenis
2017-01-08
Add support for the RTC found on the Allwinner H3.
Mark Kettenis
2017-01-08
Specify correct size for the softc.
Mark Kettenis
2017-01-07
Make getting the parent clock for the SD/MMC controller work on the
Mark Kettenis
2017-01-04
Cleanup gpio(4) support code.
Mark Kettenis
2016-12-27
Add support for the 2nd sxipio(4) device on the Allwinner A80.
Mark Kettenis
2016-12-24
Add support for the 2nd sxipio(4) device on the Allwinner H3.
Mark Kettenis
2016-11-27
Match on "allwinner,sun7i-a20-mmc". In linux 4.9 the device trees for
Jonathan Gray
2016-11-22
Add support for the sun9i USB PHYs and attach to the sun9i EHCI controllers.
Mark Kettenis
2016-11-21
Add support for "allwinner,sun9i-a80-usb-mod-clk" and
Mark Kettenis
2016-11-10
Add support for "allwinner,sun9i-a80-apb1-clk" compatible clocks.
Mark Kettenis
2016-11-08
Add a few more easy sun9i-a80 clocks.
Mark Kettenis
2016-11-08
Add support for "allwinner,sun9i-a80-mmc-clk" compatible clocks.
Mark Kettenis
2016-11-08
Add support for sun9i-a80, the Allwinner A80.
Mark Kettenis
2016-11-08
Add support for sun9i-a80, the Allwinner A80.
Mark Kettenis
2016-10-23
De-platformize sunxi. This removes the board initialization code that sets up
Mark Kettenis
2016-10-23
Only attach on sun4i and sun5i. The timer implemented on later SoCs lacks
Mark Kettenis
2016-10-22
Attach sxitimer(4) using the fdt.
Mark Kettenis
2016-10-22
Stop setting MIIF_AUTOTSLEEP in sxie(4)
Jonathan Gray
2016-10-21
Run timers from the 24MHz; it seems the A10s doesn't have a reliable 32kHz
Mark Kettenis
[next]