aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.10/834-ledtrig-libata.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-10-05 07:58:32 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-18 20:13:41 +0200
commitfb11c635118385184fb088227123783463e7900a (patch)
tree4edd61fb41fbb99fb3daeac0a68a37187c6dc7b0 /target/linux/generic/pending-5.10/834-ledtrig-libata.patch
parent8fefd5c26caac6a30e39892a69b43526ce1e8c07 (diff)
downloadupstream-fb11c635118385184fb088227123783463e7900a.tar.gz
upstream-fb11c635118385184fb088227123783463e7900a.tar.bz2
upstream-fb11c635118385184fb088227123783463e7900a.zip
kernel: bump 5.10 to 5.10.147
Removed upstreamed: bcm53xx/patches-5.10/083-v6.0-clk-iproc-Do-not-rely-on-node-name-for-correct-PLL-s.patch[1] All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.147&id=a8e6cde5062fb2aff81f86cc0770591714bee545 Signed-off-by: John Audia <therealgraysky@proton.me> (cherry picked from commit e2da6a0a59a81a4fc0fdffde31abf22ee121e9f5)
Diffstat (limited to 'target/linux/generic/pending-5.10/834-ledtrig-libata.patch')
-rw-r--r--target/linux/generic/pending-5.10/834-ledtrig-libata.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/pending-5.10/834-ledtrig-libata.patch b/target/linux/generic/pending-5.10/834-ledtrig-libata.patch
index 5b10f1257e..636fe24aea 100644
--- a/target/linux/generic/pending-5.10/834-ledtrig-libata.patch
+++ b/target/linux/generic/pending-5.10/834-ledtrig-libata.patch
@@ -65,7 +65,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
/**
* ata_build_rw_tf - Build ATA taskfile for given read/write request
* @tf: Target ATA taskfile
-@@ -4551,6 +4564,9 @@ struct ata_queued_cmd *ata_qc_new_init(s
+@@ -4555,6 +4568,9 @@ struct ata_queued_cmd *ata_qc_new_init(s
if (tag < 0)
return NULL;
}
@@ -75,7 +75,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
qc = __ata_qc_from_tag(ap, tag);
qc->tag = qc->hw_tag = tag;
-@@ -5329,6 +5345,9 @@ struct ata_port *ata_port_alloc(struct a
+@@ -5333,6 +5349,9 @@ struct ata_port *ata_port_alloc(struct a
ap->stats.unhandled_irq = 1;
ap->stats.idle_irq = 1;
#endif
@@ -85,7 +85,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
ata_sff_port_init(ap);
return ap;
-@@ -5364,6 +5383,12 @@ static void ata_host_release(struct kref
+@@ -5368,6 +5387,12 @@ static void ata_host_release(struct kref
kfree(ap->pmp_link);
kfree(ap->slave_link);
@@ -98,7 +98,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
kfree(ap);
host->ports[i] = NULL;
}
-@@ -5770,7 +5795,23 @@ int ata_host_register(struct ata_host *h
+@@ -5774,7 +5799,23 @@ int ata_host_register(struct ata_host *h
host->ports[i]->print_id = atomic_inc_return(&ata_print_id);
host->ports[i]->local_port_no = i + 1;
}