73 lines
4.0 KiB
Diff
73 lines
4.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
Date: Thu, 27 Apr 2023 21:31:27 +0200
|
|
Subject: [ARCHEOLOGY] rockchip: bump edge kernel to 6.3
|
|
|
|
> X-Git-Archeology: - Revision da0ab48b7939235608c8fc042c61ae997681e865: https://github.com/armbian/build/commit/da0ab48b7939235608c8fc042c61ae997681e865
|
|
> X-Git-Archeology: Date: Thu, 27 Apr 2023 21:31:27 +0200
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip: bump edge kernel to 6.3
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision f08dcd48677d2a34f349bf571c979cd422bffcc3: https://github.com/armbian/build/commit/f08dcd48677d2a34f349bf571c979cd422bffcc3
|
|
> X-Git-Archeology: Date: Tue, 31 Oct 2023 08:13:23 +0100
|
|
> X-Git-Archeology: From: Paolo <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip,rk322x: bump edge kernel to 6.6 (#5875)
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 562d96128ba6a511a8a06c0f4d29946ab80b8969: https://github.com/armbian/build/commit/562d96128ba6a511a8a06c0f4d29946ab80b8969
|
|
> X-Git-Archeology: Date: Tue, 26 Dec 2023 16:45:30 +0100
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: consolidate rk322x and rockchip 32 bit families
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 47d2e8287e34fed3e47f37ab076d0f34ed0ac399: https://github.com/armbian/build/commit/47d2e8287e34fed3e47f37ab076d0f34ed0ac399
|
|
> X-Git-Archeology: Date: Mon, 25 Mar 2024 19:38:38 +0100
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip: bump edge kernel to 6.8
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 724573bf7a21e61b0b626f835031a4c3206bb8ba: https://github.com/armbian/build/commit/724573bf7a21e61b0b626f835031a4c3206bb8ba
|
|
> X-Git-Archeology: Date: Wed, 05 Jun 2024 22:18:51 +0200
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: bump rockchip family edge kernel to 6.9
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 7da7bbf61cb776a054219e35926d391dad9a67a7: https://github.com/armbian/build/commit/7da7bbf61cb776a054219e35926d391dad9a67a7
|
|
> X-Git-Archeology: Date: Mon, 22 Jul 2024 19:18:14 +0200
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip: bump edge kernel to 6.10
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 94ec783de0dad381b3e2e71d646d8428af4d5051: https://github.com/armbian/build/commit/94ec783de0dad381b3e2e71d646d8428af4d5051
|
|
> X-Git-Archeology: Date: Wed, 18 Sep 2024 14:03:19 +0200
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: bump rockchip 32 bit edge kernel to 6.11
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision c90a0f7890bddc8e755847fc8227e15828950251: https://github.com/armbian/build/commit/c90a0f7890bddc8e755847fc8227e15828950251
|
|
> X-Git-Archeology: Date: Sat, 30 Nov 2024 13:07:31 +0100
|
|
> X-Git-Archeology: From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
> X-Git-Archeology: Subject: rockchip: bump edge kernel to 6.12
|
|
> X-Git-Archeology:
|
|
---
|
|
drivers/spi/spidev.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
|
|
index 111111111111..222222222222 100644
|
|
--- a/drivers/spi/spidev.c
|
|
+++ b/drivers/spi/spidev.c
|
|
@@ -711,6 +711,7 @@ static const struct spi_device_id spidev_spi_ids[] = {
|
|
{ .name = "spi-authenta" },
|
|
{ .name = "em3581" },
|
|
{ .name = "si3210" },
|
|
+ { .name = "spi_tinker" },
|
|
{},
|
|
};
|
|
MODULE_DEVICE_TABLE(spi, spidev_spi_ids);
|
|
@@ -741,6 +742,7 @@ static const struct of_device_id spidev_dt_ids[] = {
|
|
{ .compatible = "semtech,sx1301", .data = &spidev_of_check },
|
|
{ .compatible = "silabs,em3581", .data = &spidev_of_check },
|
|
{ .compatible = "silabs,si3210", .data = &spidev_of_check },
|
|
+ { .compatible = "rockchip,spi_tinker", .data = &spidev_of_check },
|
|
{},
|
|
};
|
|
MODULE_DEVICE_TABLE(of, spidev_dt_ids);
|
|
--
|
|
Armbian
|
|
|