summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/sunxi
AgeCommit message (Expand)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-04-29remove unused global varsJonathan Gray
2024-04-29remove prototypes for removed functionsJonathan Gray
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-14clockintr: replace CL_RNDSTAT with global variable statclock_is_randomizedScott Soule Cheloha
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-17sxitimer(4): switch to clockintrScott Soule Cheloha
2022-01-03Don't use != 0 to check whether a pointer is non-NULL.Jonathan Gray
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-03-25remove uneeded includes in md armv7 filesJonathan Gray
2021-03-11spellingJonathan Gray
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-01-19s/KHZ/kHz/ and reduce dmesg spam a bitMark Kettenis
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundPatrick Wildt
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-06Add support for timeconting in userland.Paul Irofti
2019-10-16Move sxidog(4) such that we can use it on arm64.Mark Kettenis
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatMark Kettenis
2019-09-12Prepare for the emac/gmac "phy" property being renamed to "phy-handle"Jonathan Gray
2019-08-19match on r40 ahciJonathan Gray
2019-05-06Whitespace removalMike Larkin
2018-06-04Remove unused/commented out includes.Mark Kettenis
2018-06-04Remove unused include.Mark Kettenis
2018-06-04Remove unused include.Mark Kettenis
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2018-01-05Handle resets; needed on Allwinner R40/V40.Mark Kettenis
2017-12-10Enable the phy-supply regulator if present and use the phy id specifiedJonathan Gray
2017-11-24rework transmit to get rid of ifq_deq_begin, and to improve speed.David Gwynne
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-05-05Move dwge(4) glue into dev/fdt.Mark Kettenis
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-21Move Allwinner drivers that will soon be used by OpenBSD/arm64Patrick Wildt
2017-01-21Add support for the Allwinner A64 (sun50i-a64).Mark Kettenis
2017-01-21Match on the Allwinner A64 ehci compatible as well.Patrick Wildt
2017-01-21Implement EHCI and MMC clock support for the Allwinner A64 SoC.Patrick Wildt
2017-01-21Split out the Allwinner H3 specific clock code into its own functions andMark Kettenis
2017-01-08Add support for the RTC found on the Allwinner H3.Mark Kettenis
2017-01-08Specify correct size for the softc.Mark Kettenis
2017-01-07Make getting the parent clock for the SD/MMC controller work on theMark Kettenis
2017-01-04Cleanup gpio(4) support code.Mark Kettenis
2016-12-27Add support for the 2nd sxipio(4) device on the Allwinner A80.Mark Kettenis
2016-12-24Add support for the 2nd sxipio(4) device on the Allwinner H3.Mark Kettenis
2016-11-27Match on "allwinner,sun7i-a20-mmc". In linux 4.9 the device trees forJonathan Gray
2016-11-22Add support for the sun9i USB PHYs and attach to the sun9i EHCI controllers.Mark Kettenis
2016-11-21Add support for "allwinner,sun9i-a80-usb-mod-clk" andMark Kettenis