aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-5/+0
* aw_gpio: temporarily switch to input function if read in eint modeAndriy Gapon2024-04-211-0/+12
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2312-12/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2372-143/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2362-124/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2528-28/+28
* if_dwc: recognize additional rgmii phy-modesMitchell Horne2022-07-041-26/+29
* aw_mmc: add crash dumping support in MMCCAM modeAndriy Gapon2022-07-041-3/+17
* aw_wdog: support Allwinner D1 watchdogJulien Cassette2022-05-161-6/+33
* arm: allwinner: a10_timer: Plug set but not used variableEmmanuel Vadot2022-05-161-3/+0
* arm: allwinner: clk: Plug set but not used variableEmmanuel Vadot2022-05-163-9/+0
* arm64: allwinner: aw_usb3phy: Plug set but not used variableEmmanuel Vadot2022-05-161-2/+0
* arm: allwinner: aw_gpio: Plug set but not used variableEmmanuel Vadot2022-05-161-4/+4
* arm64: allwinner: axp81x: Plug set but not used variableEmmanuel Vadot2022-05-161-2/+0
* arm64: allwinner: aw_sid: Plug set but not used variableEmmanuel Vadot2022-05-161-3/+0
* armv7: allwinner: Make ext_resources non-optionalEmmanuel Vadot2022-05-161-2/+2
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2022-03-291-1/+1
* aw_spi: improve I/O stabilityAndriy Gapon2022-01-031-13/+23
* Fix a common typo in source code commentsGordon Bergling2021-08-191-1/+1
* armv7: allwinner: Add aw_r_intc driverEmmanuel Vadot2021-07-221-0/+1
* arm64: allwinner: Add r_intc driverEmmanuel Vadot2021-07-221-0/+299
* arm: allwinner: Add clock driver for Display Engine to the buildEmmanuel Vadot2021-07-221-0/+1
* arm64: allwinner: clk: Test with the current parent freq firstEmmanuel Vadot2021-07-221-4/+3
* arm: allwinner: Add mmc_pwrseq supportEmmanuel Vadot2021-07-221-0/+8
* arm: allwinner: aw_mmc: Check regulators status before enabling/disabling themEmmanuel Vadot2021-07-221-8/+22
* arm64: allwinner: axp81x: Add support for regnode_statusEmmanuel Vadot2021-07-221-0/+17
* allwinner: aw_mmc: Convert driver to use the mmc_sim interfaceEmmanuel Vadot2021-07-221-143/+40
* arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-158-17/+17
* arm: allwinner: aw_mmc: Add a sysctl for debugingEmmanuel Vadot2020-11-301-30/+38
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-292-12/+1
* arm: allwinner: a23 timer functions are only used for arm64Emmanuel Vadot2020-11-261-0/+8
* arm: allwinner: aw_rtc: Add H6 compatibleEmmanuel Vadot2020-11-251-0/+1
* arm64: allwinner: H6: Fix pll 4x clocksEmmanuel Vadot2020-11-251-46/+46
* if_awg: Add a awg_dma_start_tx function that trigger dma engineEmmanuel Vadot2020-11-201-4/+13
* if_awg: Reorder functions and sort them by usageEmmanuel Vadot2020-11-201-461/+502
* if_awg: Add awg_stop_dma and use it in awg_stopEmmanuel Vadot2020-11-201-17/+26
* if_awg: Add a function to enable/disable the mac tx/rxEmmanuel Vadot2020-11-201-13/+23
* if_awg: Split init code into sub functionEmmanuel Vadot2020-11-201-32/+48
* if_awg: Remove the taskqueue for miibus_statchgEmmanuel Vadot2020-11-201-26/+4
* arm64: allwinner: Init the Display Engine clockEmmanuel Vadot2020-11-171-0/+2
* arm: allwinner: Add DE2 Clock support for H3 SoCEmmanuel Vadot2020-11-171-12/+86
* aw_pwm: add a check and some comments related to long periodsAndriy Gapon2020-09-251-0/+14
* aw_pwm: ensure sane configuration, just in caseAndriy Gapon2020-09-251-0/+7
* aw_pwm: fix programming of the periodAndriy Gapon2020-09-251-1/+1
* aw_pwm: fix selection of the prescalerAndriy Gapon2020-09-251-1/+1
* aw_pwm: remove the busy bit checkAndriy Gapon2020-09-251-4/+0
* aw_pwm: trivially add H3 supportAndriy Gapon2020-09-251-0/+1
* aw_usbphy: add support for device mode operationAndriy Gapon2020-09-211-39/+39
* arm: allwinner: aw_nmi: Fix wrong logic when we disable the nmiEmmanuel Vadot2020-09-201-4/+4
* Allwinner USB DRD support (musb_otg)Andriy Gapon2020-09-072-0/+24