aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/rockchip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pcie phy enabling codes for RK3568 SoC.Ganbold Tsagaankhuu2023-04-041-9/+24
* Fix driver name.Ganbold Tsagaankhuu2023-04-031-1/+1
* Map arm64 pci config memory as non-postedAndrew Turner2023-03-051-2/+16
* Add delay to have things settle.Søren Schmidt2023-01-071-0/+3
* Remove unnecessary sys/cdefs.h includes.Ganbold Tsagaankhuu2023-01-075-5/+0
* copyright: chase my name and email changeVal Packett2023-01-062-2/+2
* Use BSD-2-Clause for the SPDX license id as -FreeBSD variant has been deprec...Ganbold Tsagaankhuu2023-01-068-8/+8
* Add SPDX-License-Identifier.Ganbold Tsagaankhuu2023-01-062-0/+4
* Remove unnecessary $Id string from license.Ganbold Tsagaankhuu2023-01-064-4/+8
* Add Naneng combo PHY support for RK3568 SoC.Søren Schmidt2023-01-061-0/+469
* Add PCIe driver for RK3568 SoC.Søren Schmidt2023-01-052-0/+621
* Improve and make it more general Rockchip USB2PHY driver.Søren Schmidt2022-12-281-18/+35
* Set RK3568 specific pin mux for GMAC1.Søren Schmidt2022-12-281-0/+15
* Use hwreset_array in the Rockchip tsadc driverAndrew Turner2022-12-211-7/+7
* Add initial clocks support for Rockchip RK3568 SoC.Søren Schmidt2022-12-182-0/+1388
* Fix/add compat strings for Rockchip RK356x GRF.Søren Schmidt2022-12-181-3/+4
* Add driver for Rockchip One Time Programmable (OTP) device.Søren Schmidt2022-12-123-0/+262
* arm64/rk_dwc3: Remove RK3328 supportEmmanuel Vadot2022-11-161-3/+1