summaryrefslogtreecommitdiff
path: root/sys/arch/arm/rockchip
AgeCommit message (Expand)Author
2023-04-24enable rkv1crypto on rock64.mrg
2023-04-11arm/rockchip: Omit needless functions.riastradh
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2023-03-26fix various typos in documentation, comments and sysctl device description.andvar
2022-11-19arm/rockchip: fix build w/o MULTIPROCESSORyamt
2022-10-30Remove dirty fb IOCTL callback introduced in latest drm update.jmcneill
2022-10-15Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappingsjmcneill
2022-09-25rkdrm: Set is_console on the drm device, not the fb child.riastradh
2022-09-18KNF. 80 columns, use tab. NFC.ryo
2022-08-23add eqos(4) for RK3588ryo
2022-08-23Add initial support for RK3588 SoC (CRU and IOMUX)ryo
2022-08-23- change struct rk_cru_arm and RK_CPU macros to allow mux and div registers t...ryo
2022-08-23Make .reg1 and .reg2 of struct rk_cru_cpu_rate into array, and change the typ...ryo
2022-07-20drm: Use CPPFLAGS.drmkms in all local drm drivers too.riastradh
2022-05-13rkv1crypto(4): Fix units in RNG repeated-output health test.riastradh
2022-04-21s/subesquent/subsequent/ in copy pasted comments.andvar
2022-04-08rk_v1crypto(4): Fix missing `error =' assignment.riastradh
2022-03-19rnd(9): Adjust IPL of locks used by rndsource callbacks.riastradh
2021-12-20rkdrm: Implement vblank.riastradh
2021-12-19rkdrm: Implement atomic disable for planes.riastradh
2021-12-19rkdrm: Turn display off and back on again at config_interrupts.riastradh
2021-12-19rkdrm: Reset vop for 10us on attach.riastradh
2021-12-19rkdrm: Comment why we config_defer rk_drm_init.riastradh
2021-12-19rkdrm: Convert to atomic modesetting, as needed for bridges.riastradh
2021-12-19rkdrm: Do drm_mode_config_reset on init.riastradh
2021-12-19sunxi/drm, rockchip/drm: Avoid messy error output.riastradh
2021-12-19rockchip/drm: use drm_helper_mode_fill_fb_struct or say why not.riastradh
2021-12-19rockchip/drm: use an explicit task queue to avoid config_defer pitfalls.riastradh
2021-12-19catch up with newer drm_encoder_init prototyperiastradh
2021-12-19drm_dev_alloc now returns ERR_PTR, check for that.riastradh
2021-12-19Sort includes.riastradh
2021-12-19Get drm to build on arm64 again.riastradh
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-11-13Write back and invalidate cache before starting secondary CPUs.jmcneill
2021-11-13Add support for RK3288 temperature sensors.jmcneill
2021-11-13Add pwm and spi clocksjmcneill
2021-11-13Match rockchip,rk3288-i2cjmcneill
2021-11-13Fix width of aclk_cpu_pre divider fieldjmcneill
2021-11-13rk3288: add watchdog and rng clocksjmcneill
2021-11-12Fix register accesses to PMU registers. Unlike the GRF ones, a RMW cyclejmcneill
2021-11-12arm: rockchip: Add support for RK3288 SoC.jmcneill
2021-11-07Handle RGMII variants.jmcneill
2021-10-02default RK3399 PCIe to 1.x.mrg
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-09-06Instead of requiring drivers to be explicit about their device memoryjmcneill
2021-09-03revert "make ahcisata(4) work on rk3399 (rockpro64)" from 23-06-2021.mrg
2021-09-03rk3399 pcie: pay attention to the "bus-scan-delay-ms" property.mrg
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-25rockchip: edp: Force VOPB as CRTC for eDP.jmcneill
2021-06-23make ahcisata(4) work on rk3399 (rockpro64)mrg