rockchip: refresh patches

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-05-17 18:00:47 +08:00
parent eba64d8261
commit 863a97a93d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
5 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ Link: https://lore.kernel.org/bpf/20220223012814.1898677-1-connoro@google.com
--- a/kernel/bpf/btf.c
+++ b/kernel/bpf/btf.c
@@ -6072,7 +6072,8 @@ static int btf_module_notify(struct noti
@@ -6125,7 +6125,8 @@ static int btf_module_notify(struct noti
pr_warn("failed to validate module [%s] BTF: %ld\n",
mod->name, PTR_ERR(btf));
kfree(btf_mod);

View File

@ -256,7 +256,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
goto err_free_port;
--- a/drivers/usb/class/cdc-wdm.c
+++ b/drivers/usb/class/cdc-wdm.c
@@ -933,7 +933,8 @@ static void wdm_wwan_init(struct wdm_dev
@@ -929,7 +929,8 @@ static void wdm_wwan_init(struct wdm_dev
return;
}

View File

@ -83,7 +83,7 @@ Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
if (alloc_lpis) {
lpi_map = its_lpi_alloc(nvecs, &lpi_base, &nr_lpis);
if (lpi_map)
@@ -4995,6 +5011,7 @@ static int __init its_probe_one(struct r
@@ -4990,6 +5006,7 @@ static int __init its_probe_one(struct r
u64 baser, tmp, typer;
struct page *page;
int err;
@ -91,7 +91,7 @@ Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
its_base = ioremap(res->start, SZ_64K);
if (!its_base) {
@@ -5063,7 +5080,10 @@ static int __init its_probe_one(struct r
@@ -5058,7 +5075,10 @@ static int __init its_probe_one(struct r
its->numa_node = numa_node;

View File

@ -45,7 +45,7 @@ Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
if (!(tmp & GICR_PENDBASER_SHAREABILITY_MASK)) {
/*
* The HW reports non-shareable, we must remove the
@@ -5114,6 +5126,10 @@ static int __init its_probe_one(struct r
@@ -5109,6 +5121,10 @@ static int __init its_probe_one(struct r
gits_write_cbaser(baser, its->base + GITS_CBASER);
tmp = gits_read_cbaser(its->base + GITS_CBASER);

View File

@ -42,7 +42,7 @@ Change-Id: I7275cbf011061f11968505a7570230d2d789e9fc
tmp &= ~GICR_PENDBASER_SHAREABILITY_MASK;
if (!(tmp & GICR_PENDBASER_SHAREABILITY_MASK)) {
@@ -5131,7 +5134,8 @@ static int __init its_probe_one(struct r
@@ -5126,7 +5129,8 @@ static int __init its_probe_one(struct r
tmp = gits_read_cbaser(its->base + GITS_CBASER);
if (of_machine_is_compatible("rockchip,rk3568") ||