diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-17 14:29:33 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-17 15:18:12 +0200 |
commit | 23916bca61435ee80236f6aef70a3f0acacd4a93 (patch) | |
tree | ab3dc6705b08a3946a57b33c7f9f4aa835534292 /target/linux/generic/pending-5.4/820-libata-Assign-OF-node-to-the-SCSI-device.patch | |
parent | 0495324b9bd0b6a976ea731a1b4b77b26df32ee6 (diff) | |
download | upstream-23916bca61435ee80236f6aef70a3f0acacd4a93.tar.gz upstream-23916bca61435ee80236f6aef70a3f0acacd4a93.tar.bz2 upstream-23916bca61435ee80236f6aef70a3f0acacd4a93.zip |
kernel: bump 5.4 to 5.4.33
Refreshed patches, removed upstreamed patches:
oxnas: 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
oxnas: 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
Run tested: qemu-x86-64, apalis
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/generic/pending-5.4/820-libata-Assign-OF-node-to-the-SCSI-device.patch')
-rw-r--r-- | target/linux/generic/pending-5.4/820-libata-Assign-OF-node-to-the-SCSI-device.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-5.4/820-libata-Assign-OF-node-to-the-SCSI-device.patch b/target/linux/generic/pending-5.4/820-libata-Assign-OF-node-to-the-SCSI-device.patch index 9e72313ec9..e993b61eae 100644 --- a/target/linux/generic/pending-5.4/820-libata-Assign-OF-node-to-the-SCSI-device.patch +++ b/target/linux/generic/pending-5.4/820-libata-Assign-OF-node-to-the-SCSI-device.patch @@ -41,7 +41,7 @@ ChangeLog v1->v2: #include "libata.h" #include "libata-transport.h" -@@ -4573,6 +4574,34 @@ int ata_scsi_add_hosts(struct ata_host * +@@ -4570,6 +4571,34 @@ int ata_scsi_add_hosts(struct ata_host * return rc; } @@ -76,7 +76,7 @@ ChangeLog v1->v2: void ata_scsi_scan_host(struct ata_port *ap, int sync) { int tries = 5; -@@ -4598,6 +4627,7 @@ void ata_scsi_scan_host(struct ata_port +@@ -4595,6 +4624,7 @@ void ata_scsi_scan_host(struct ata_port NULL); if (!IS_ERR(sdev)) { dev->sdev = sdev; |