summaryrefslogtreecommitdiff
path: root/sys/arm/allwinner
AgeCommit message (Expand)Author
2025-12-15aw_rtc: bump settime() delaysMitchell Horne
2025-11-21sound: Retire snd_mtx* wrappersChristos Margiolis
2025-11-11sound: Get rid of useless sndbuf getters and settersChristos Margiolis
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-09-30gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-07-22aw_mmc: changes for Allwinner D1Julien Cassette
2025-07-04riscv: enable allwinner RTCMitchell Horne
2025-07-04gpio: attach gpiobus when the controller is readyAhmad Khalifa
2025-03-10mmc: Use bus_topo_lock and taskqueue_bus while adding/removing child devicesJohn Baldwin
2025-03-04Revert "riscv: enable allwinner RTC"Mitchell Horne
2025-01-27riscv: aw_timer enablement for D1Mitchell Horne
2025-01-27aw_timer: rename driver from a10_timerMitchell Horne
2025-01-27a10_timer: some tidying/re-organizationMitchell Horne
2025-01-10riscv: enable Allwinner D1 USB driversMitchell Horne
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2025-01-02Use device_delete_children instead of explicit calls to device_delete_childJohn Baldwin
2024-12-12aw_gpio: Add a missing commaZhenlei Huang
2024-12-10aw_gpio: support Allwinner D1 GPIOJulien Cassette
2024-12-10riscv: enable Allwinner if_awgMitchell Horne
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-16aw_wdog: disable timer on attachMitchell Horne
2024-11-16aw_syscon: enable for Allwinner D1 (riscv)Mitchell Horne
2024-11-16riscv: enable allwinner RTCMitchell Horne
2024-11-03sound: Make device registration more intuitiveChristos Margiolis
2024-09-22intrng: Add support for multiple interrupt rootsAyrton Munoz
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-05-06arm: Remove stray references to dev/sound/chip.hChristos Margiolis
2024-02-18aw_gpio: temporarily switch to input function if read in eint modeAndriy Gapon
2024-01-24intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke
2024-01-10syscon: Move syscon code in dev/sysconEmmanuel Vadot
2024-01-10phy: Move phy code in dev/phyEmmanuel Vadot
2024-01-10regulator: Move regulator code in dev/regulatorEmmanuel Vadot
2024-01-10nvmem: Move nvmem code in dev/nvmemEmmanuel Vadot
2024-01-10hwreset: Move reset code in dev/hwresetEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2024-01-10usb: dwc3: Move driver under a subdirectoryEmmanuel Vadot
2024-01-10clk: Move allwinner driver into the common directoryEmmanuel Vadot
2024-01-10pwm: Move allwinner driver into the common directoryEmmanuel Vadot
2024-01-10spibus: Move allwinner driver into the common directoryEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-05dwc: Move every sub drivers to dev/dwcEmmanuel Vadot
2023-10-03iicbus: Move twsi under a new controller subdirectoryEmmanuel Vadot
2023-09-20arm/allwinner: fix variables initialization in clkngNicolas Provost
2023-08-25IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-24arm: Move contents of cpu-v6.h into cpu.hAndrew Turner