aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/rockchip
Commit message (Expand)AuthorAgeFilesLines
* sound: Get rid of useless sndbuf getters and settersChristos Margiolis2025-11-111-4/+4
* gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa2025-09-301-0/+4
* rk_gpio: Enable gpio allocation via fdtEvgenii Ivanov2025-09-251-18/+80
* rk_gpio: Fix register read/write on rk3568Evgenii Ivanov2025-09-251-45/+54
* rk_tsadc: use tsadc_temp_to_raw for shutdown_tempEvgenii Ivanov2025-09-171-1/+1
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-132-2/+4
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-041-6/+6
* rk3328_codec: add trivial set_sysclk method implementationAndriy Gapon2025-06-271-0/+7
* rk_i2s: correct some bit-field definitions, add more bitsAndriy Gapon2025-05-191-2/+6
* rk_iodomain: Do not require optional FDT properties.Michal Meloun2025-05-041-3/+8
* rk3568 pcie: Do not require optional FDT properties.Michal Meloun2025-05-041-19/+43
* Add driver for the RK3328 GPIO_MUTE pinStephen Hurd2025-03-181-0/+236
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-065-5/+10
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* arm64: rockchip: Remove a stray semicolonZhenlei Huang2024-10-241-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* rk_pinctrl: fix error checkJohn F. Carr2024-06-141-2/+2
* arm64/rockchip: Fix the build with GCCAndrew Turner2024-05-221-1/+1
* sys/arm64/rockchip/rk_gpio.c: remove an extra semicolonrilysh2024-02-031-1/+1
* rk_i2s: remove unused definitionAndriy Gapon2024-01-281-2/+0
* rk_i2s: change interrupt type from MISC to AV (audio/video)Andriy Gapon2024-01-281-1/+1
* rk3328_codec: remove diagostic printfsAndriy Gapon2024-01-281-15/+1
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-1015-16/+16
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-109-10/+10
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-107-7/+7
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-109-9/+9
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-1013-13/+13
* usb: dwc3: Move driver under a subdirectoryEmmanuel Vadot2024-01-101-198/+0
* clk: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-1021-9084/+0
* pwm: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-397/+0
* spibus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-476/+0
* iicbus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-731/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2729-29/+0
* dwc: Move every sub drivers to dev/dwcEmmanuel Vadot2023-10-051-621/+0
* arm64: rockchip: rk_clk_composite: Remove gate codeEmmanuel Vadot2023-09-212-37/+2
* arm64: rockchip: rk3399_pmucru: Finish exporting all clocksEmmanuel Vadot2023-09-211-101/+110
* arm64: rockchip: Remove CRU_GATE macroEmmanuel Vadot2023-09-211-9/+0
* arm64: rockchip: rk3399_pmucru: Use GATE macroEmmanuel Vadot2023-09-211-7/+9
* arm64: rockchip: rk3328_cru: Use GATE macroEmmanuel Vadot2023-09-211-194/+195
* arm64: rockchip: rk3568_cru: RewriteEmmanuel Vadot2023-09-212-809/+1184
* arm64: rockchip: rk3568_pmucru: RewriteEmmanuel Vadot2023-09-211-189/+115
* arm64: rockchip: clk: Define PLIST macro in rk_cru.hEmmanuel Vadot2023-09-214-4/+4
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1631-62/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1619-38/+0
* arm64: rockchip: rk_i2c: Probe again at ORDER_LATEEmmanuel Vadot2023-08-091-2/+2
* arm64: rockchip: Tweak i2c, pmic and iodomain orderEmmanuel Vadot2023-08-082-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1238-38/+38
* Fix style.Ganbold Tsagaankhuu2023-04-071-4/+2
* Improve RK3568 pcie phy handling codes a bit.Ganbold Tsagaankhuu2023-04-071-32/+55