Commit Graph

1274623 Commits

Author SHA1 Message Date
Huibin Hong
15a69b362c ARM: dts: rockchip: rk3502: support uart frac 96M and 128M
Change-Id: Ifb9c17ee28f4e822836f7aeaa354e3cbd3454e85
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
linux-6.1-stan-rkr4.1
2024-10-24 14:14:22 +08:00
Li Huang
99de7079fe MALI: rockchip: Fix build warning after disable CONFIG_PM
Change-Id: I23002ed6814f4dcdd3f071411907df9328f886b5
Signed-off-by: Li Huang <putin.li@rock-chips.com>
2024-10-24 10:13:25 +08:00
Yao Xiao
e3772da5fa ARM: dts: rockchip: rk3126c-evb-ddr3-v10-linux: fixed ldo5 regulator err
Change-Id: I8aa5bf17c80fe5ba78c8ef1767c0f947ea9b6080
Signed-off-by: Yao Xiao <xiaoyao@rock-chips.com>
2024-10-23 17:16:01 +08:00
Mingwei Yan
46b9b70ded media: rockchip: vpss: online support tile write
Signed-off-by: Mingwei Yan <mingwei.yan@rock-chips.com>
Change-Id: Iab4ca3d82315222543c5f98b5adb8847ed872b3b
2024-10-23 14:16:18 +08:00
Cai YiWei
22ff58327e media: rockchip: isp: fix isp39 no output
Change-Id: Ifd64690705d21cd70f3bd1dd0a81bc18ee2eb796
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2024-10-23 10:29:22 +08:00
Sandy Huang
c65d2fce11 drm/rockchip: vop2: add reset vp->win_mask
vp->mask must initialize correctly, otherwise after suspend and
resume, the software state[vp->mask] maybe different with hardware
state and lead to close win error or timeout.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: Icc605878b6ac74b24dde44f7933bc761ccdcd526
2024-10-23 10:27:36 +08:00
Binyuan Lan
b021dd5871 ASoC: rk817: fix no sound when capture by tinycap or arecord
Because I2STX_CKE has been set to disable in rk817_codec_shutdown,
then I2STX_CKE_EN should be set when recording.

Change-Id: If1201ad12e33dca21eb443bd32750a73c1fa9f67
Signed-off-by: Binyuan Lan <lby@rock-chips.com>
2024-10-23 09:45:55 +08:00
Shawn Lin
fc59a282e7 PCI: rockchip: dw: Add rockchip,wait-for-link-ms support
Some devices like FPGA or AI cards need a long period of time
after powering up and releasing #PERST. This is due to the slow
firmware loading process happened inside the devices. Without this
support, link will be failed during the limitation.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Change-Id: I01ecb64ca1b1a1917eb5434c374517387ab11ffc
2024-10-22 18:36:55 +08:00
Zhihuan He
a921bd7a8f memory: dsmc: fix bug in multi cs and region
Change-Id: I792667c6a4a7e9f120da29b1fef19cbd2b40ed9e
Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
2024-10-22 17:24:18 +08:00
Jianlong Wang
87c6fc5b1e net: rfkill: rfkill-wlan: fix compilation error
implicit declaration of function ‘random_ether_addr’

Change-Id: Ibf8c391b43f25b638062686a5e4f396bf79223f0
Signed-off-by: Jianlong Wang <jianlong.wang@rock-chips.com>
2024-10-22 14:43:11 +08:00
William Wu
11ca1d9953 phy: rockchip: usbdp: Fix LFPS detect threshold control
According to the LFPS Tx Low Power/LFPS Rx Detect Threshold [1],
the device under test(DUT) must not respond if LFPS below the
minimum LFPS Rx Detect Threshold 100mV. Test fail on Rockchip
platforms, because the default LFPS detect threshold is set to
65mV.

The usbdp phy LFPS detect threshold voltage could be set to
30mV ~ 140mV, and since there could be 10-20% PVT variation,
we set LFPS detect threshold voltage to 110mV.

[1] https://compliance.usb.org/resources/LFPS_Rx_Tx_Low_Power_Compliance_Update_Rev5.pdf
Change-Id: Idf17df242090027b3b8eb731423a1aa536ed8c09
Signed-off-by: William Wu <william.wu@rock-chips.com>
2024-10-22 14:38:16 +08:00
Shawn Lin
fbdf4ef963 PCI: rockchip: dw: Add remove() support
Add ->remove() support is to meet the requirement of modular
use and test unbind/bind process massively in case we change
the probe() process.

Change-Id: I6267e7e1b55575069179150a10fdfb7b4da5ae52
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
2024-10-21 19:40:52 +08:00
Shawn Lin
e15707617c PCI: rockchip: dw: remove wakeup if attached device is down
device_init_wakeup is used for PD driver to leave power-domain
opened during suspend. This feature was originally designed for
Wi-Fi. Check Wi-Fi's power to see if we need to remove wakeup
support before into suspend.

Change-Id: I468157b1d5f9775e3c961d1d059b167c0bb95395
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
2024-10-21 19:40:52 +08:00
Shawn Lin
666775e30a PCI: rockchip: dw: Add runtime pm support
Currently, the PCIe pd is in unsupported state which fails to power
down it even if not devices attached.This patch is required when the pcie
controller sits on a bus with its own power domain and clocks which are
controlled via a bus driver like simple pm bus.

Change-Id: Ic0fbaec82a25b92e9b874aa3003f0b18451985a6
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
2024-10-21 19:40:52 +08:00
Tao Huang
7073ff96a5 drm/rockchip: dw-dp: Include linux/random.h
drivers/gpu/drm/rockchip/dw-dp.c:567:9: error: implicit declaration of function 'get_random_bytes'

Fixes: 7d048d6dac ("drm/rockchip: dw-dp: Add HDCP function support")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Id1c9fc3570877fb6b9900e0a107cff7efb6a91da
2024-10-21 19:40:52 +08:00
Weixin Zhou
ba11507650 arm64: dts: rockchip: rk3576-eink: adjust dmc freq threshold
In order to reduce the power consumption

Change-Id: I251d142bf22526889f7bd7afe3d8a96db2c5dcac
Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
2024-10-21 19:40:52 +08:00
Liang Chen
6ddfd0766a arm64: dts: rockchip: rk3562j: add opp-table for overdrive mode
Change-Id: I4c39b4e252ec445c080ed0a165853e76c9d1b25c
Signed-off-by: Liang Chen <cl@rock-chips.com>
2024-10-21 10:38:08 +08:00
Elaine Zhang
c4d496df3b arm64: dts: rockchip: rk3562j: remove duplicate can node
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I7396ebf0e9a02b395a222a7bedb2d6a353faa544
2024-10-21 10:38:08 +08:00
Shunqian Zheng
f9a997e8c0 ARM: configs: rk3502: use standalone recovery config
Becuase recovery kernel needs initramfs and much smaller than
normal boot kernel, to split them to save disk size and memory usage.

The rk3502-recovery.config and rk3502-robot.config are both based on
rk3506_defconfig.

Change-Id: Id236fe486037aaa958d51ad0a0f5ac84ccaec8fa
Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
2024-10-18 14:37:26 +08:00
Damon Ding
8f203c43d9 drm/rockchip: gem: remove unused func rockchip_gem_mmap_buf()
The func can be replaced by drm_gem_mmap_obj().

Change-Id: I8a0687ee6f6df70129b8978e993d22158c2c3d64
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
2024-10-18 14:36:37 +08:00
Damon Ding
cab061d263 drm/rockchip: fbdev: replace rockchip_gem_mmap_buf() by drm_gem_mmap_obj() in .fb_mmp()
The rockchip_gem_mmap_buf() will call .mmap() of struct
drm_gem_object_funcs twice;

One is:
rockchip_gem_mmap_buf() -> drm_gem_mmap_obj() ->
rockchip_gem_object_funcs.mmap() -> rockchip_drm_gem_object_mmap()

The other is:
rockchip_gem_mmap_buf()-> rockchip_drm_gem_object_mmap()

This will cause the -EBUSY return of vm_map_pages() ultimately.

Change-Id: I3de9eb23f81afa437087e2276d16dd8fb4c003d6
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
2024-10-18 14:36:37 +08:00
Joseph Chen
d883deb664 ARM: configs: rk3506: Add rk801 regulator
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Iae40ae4b73cde8b1449b53d329b5db5bc1d91a19
2024-10-18 09:37:06 +08:00
Joseph Chen
ef4c4aba2a regulator: rk801: Add driver and fix voltage scale issue
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I0fc66ed8e4279a3fbe1ed9d791de745ffaa30891
2024-10-18 09:35:31 +08:00
Joseph Chen
7db526d176 ARM: dts: rockchip: rk3506-rk801: Add pwrctrl-gpios and vcc_3v3 state mem
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I575a3eaff34e52de4828d80137c87ac6087f5f0e
2024-10-18 09:35:31 +08:00
Tao Huang
c8b3b90ca8 media: i2c: rk628: select CEC_CORE
Fix build error for !CEC_CORE:
drivers/media/i2c/rk628/rk628_hdmirx.c:1235:17: error: implicit declaration of function 'cec_transmit_attempt_done' [-Werror=implicit-function-declaration]
drivers/media/i2c/rk628/rk628_hdmirx.c:1239:17: error: implicit declaration of function 'cec_received_msg' [-Werror=implicit-function-declaration]
drivers/media/i2c/rk628/rk628_hdmirx.c:1252:9: error: implicit declaration of function 'cec_queue_pin_hpd_event' [-Werror=implicit-function-declaration]
drivers/media/i2c/rk628/rk628_hdmirx.c:1284:21: error: implicit declaration of function 'cec_allocate_adapter'; did you mean 'cec_delete_adapter'? [-Werror=implicit-function-declaration]
drivers/media/i2c/rk628/rk628_hdmirx.c:1284:19: error: assignment to 'struct cec_adapter *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ib395ed380926d93121ba233b1ce5ce273024de36
2024-10-17 20:10:36 +08:00