* [PATCH 0/2] fix TISCI protocol URL link
@ 2024-06-18 15:09 Richard Genoud
2024-06-18 15:09 ` [PATCH 1/2] dt-bindings: ti: " Richard Genoud
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Richard Genoud @ 2024-06-18 15:09 UTC (permalink / raw)
To: Nishanth Menon, Tero Kristo, Santosh Shilimkar
Cc: linux-arm-kernel, devicetree, linux-kernel, Thomas Petazzoni,
Alexandre Belloni, Richard Genoud
As the http://processors.wiki.ti.com EOL in january 2021, this serie
fixes the URL with a new working one.
Richard Genoud (2):
dt-bindings: ti: fix TISCI protocol URL link
firmware: ti_sci: fix TISCI protocol URL link
Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml | 2 +-
Documentation/devicetree/bindings/clock/ti,sci-clk.yaml | 2 +-
Documentation/devicetree/bindings/reset/ti,sci-reset.yaml | 2 +-
Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml | 2 +-
drivers/firmware/ti_sci.h | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] dt-bindings: ti: fix TISCI protocol URL link
2024-06-18 15:09 [PATCH 0/2] fix TISCI protocol URL link Richard Genoud
@ 2024-06-18 15:09 ` Richard Genoud
2024-06-18 17:33 ` Conor Dooley
2024-06-18 15:09 ` [PATCH 2/2] firmware: ti_sci: " Richard Genoud
2024-06-27 23:30 ` [PATCH 0/2] " Nishanth Menon
2 siblings, 1 reply; 5+ messages in thread
From: Richard Genoud @ 2024-06-18 15:09 UTC (permalink / raw)
To: Nishanth Menon, Tero Kristo, Santosh Shilimkar
Cc: linux-arm-kernel, devicetree, linux-kernel, Thomas Petazzoni,
Alexandre Belloni, Richard Genoud
The http://processors.wiki.ti.com EOL in january 2021
Fix the old URL with the new one.
Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
---
Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml | 2 +-
Documentation/devicetree/bindings/clock/ti,sci-clk.yaml | 2 +-
Documentation/devicetree/bindings/reset/ti,sci-reset.yaml | 2 +-
Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml b/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
index 7f06b1080244..25a2b42105e5 100644
--- a/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
+++ b/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
@@ -20,7 +20,7 @@ description: |
initialized early into boot process and provides services to Operating Systems
on multiple processors including ones running Linux.
- See http://processors.wiki.ti.com/index.php/TISCI for protocol definition.
+ See https://software-dl.ti.com/tisci/esd/latest/index.html for protocol definition.
The TI-SCI node describes the Texas Instrument's System Controller entity node.
This parent node may optionally have additional children nodes which describe
diff --git a/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml b/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
index 0a9d6a4c4b66..66e8e66ca175 100644
--- a/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
+++ b/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
@@ -36,7 +36,7 @@ properties:
The second cell should contain the clock ID.
- Please see http://processors.wiki.ti.com/index.php/TISCI for
+ Please see https://software-dl.ti.com/tisci/esd/latest/index.html for
protocol documentation for the values to be used for different devices.
additionalProperties: false
diff --git a/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml b/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml
index e10eb98eddad..1db08ce9ae27 100644
--- a/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml
+++ b/Documentation/devicetree/bindings/reset/ti,sci-reset.yaml
@@ -37,7 +37,7 @@ properties:
The second cell should contain the reset mask corresponding to the device
used by system controller.
- Please see http://processors.wiki.ti.com/index.php/TISCI for
+ Please see https://software-dl.ti.com/tisci/esd/latest/index.html for
protocol documentation for the values to be used for different devices.
diff --git a/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml b/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
index a750035d6234..b6da72032151 100644
--- a/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
+++ b/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
@@ -40,7 +40,7 @@ properties:
TI_SCI_PD_SHARED - Allows the device to be shared by multiple hosts.
Please refer to dt-bindings/soc/ti,sci_pm_domain.h for the definitions.
- Please see http://processors.wiki.ti.com/index.php/TISCI for
+ Please see https://software-dl.ti.com/tisci/esd/latest/index.html for
protocol documentation for the values to be used for different devices.
additionalProperties: false
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] firmware: ti_sci: fix TISCI protocol URL link
2024-06-18 15:09 [PATCH 0/2] fix TISCI protocol URL link Richard Genoud
2024-06-18 15:09 ` [PATCH 1/2] dt-bindings: ti: " Richard Genoud
@ 2024-06-18 15:09 ` Richard Genoud
2024-06-27 23:30 ` [PATCH 0/2] " Nishanth Menon
2 siblings, 0 replies; 5+ messages in thread
From: Richard Genoud @ 2024-06-18 15:09 UTC (permalink / raw)
To: Nishanth Menon, Tero Kristo, Santosh Shilimkar
Cc: linux-arm-kernel, devicetree, linux-kernel, Thomas Petazzoni,
Alexandre Belloni, Richard Genoud
The http://processors.wiki.ti.com EOL in january 2021
Fix the old URL with the new one.
Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
---
drivers/firmware/ti_sci.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/ti_sci.h b/drivers/firmware/ti_sci.h
index ef3a8214d002..5846c60220f5 100644
--- a/drivers/firmware/ti_sci.h
+++ b/drivers/firmware/ti_sci.h
@@ -4,7 +4,7 @@
*
* Communication protocol with TI SCI hardware
* The system works in a message response protocol
- * See: http://processors.wiki.ti.com/index.php/TISCI for details
+ * See: https://software-dl.ti.com/tisci/esd/latest/index.html for details
*
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
*/
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] dt-bindings: ti: fix TISCI protocol URL link
2024-06-18 15:09 ` [PATCH 1/2] dt-bindings: ti: " Richard Genoud
@ 2024-06-18 17:33 ` Conor Dooley
0 siblings, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2024-06-18 17:33 UTC (permalink / raw)
To: Richard Genoud
Cc: Nishanth Menon, Tero Kristo, Santosh Shilimkar, linux-arm-kernel,
devicetree, linux-kernel, Thomas Petazzoni, Alexandre Belloni
[-- Attachment #1: Type: text/plain, Size: 284 bytes --]
On Tue, Jun 18, 2024 at 05:09:32PM +0200, Richard Genoud wrote:
> The http://processors.wiki.ti.com EOL in january 2021
>
> Fix the old URL with the new one.
>
> Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] fix TISCI protocol URL link
2024-06-18 15:09 [PATCH 0/2] fix TISCI protocol URL link Richard Genoud
2024-06-18 15:09 ` [PATCH 1/2] dt-bindings: ti: " Richard Genoud
2024-06-18 15:09 ` [PATCH 2/2] firmware: ti_sci: " Richard Genoud
@ 2024-06-27 23:30 ` Nishanth Menon
2 siblings, 0 replies; 5+ messages in thread
From: Nishanth Menon @ 2024-06-27 23:30 UTC (permalink / raw)
To: Tero Kristo, Santosh Shilimkar, Richard Genoud
Cc: Nishanth Menon, linux-arm-kernel, devicetree, linux-kernel,
Thomas Petazzoni, Alexandre Belloni
Hi Richard Genoud,
On Tue, 18 Jun 2024 17:09:31 +0200, Richard Genoud wrote:
> As the http://processors.wiki.ti.com EOL in january 2021, this serie
> fixes the URL with a new working one.
>
> Richard Genoud (2):
> dt-bindings: ti: fix TISCI protocol URL link
> firmware: ti_sci: fix TISCI protocol URL link
>
> [...]
I have applied the following to branch ti-drivers-soc-next on [1].
Thank you!
[1/2] dt-bindings: ti: fix TISCI protocol URL link
commit: 9040d64f58d275c9f2fc563887ec245f249b0e8f
[2/2] firmware: ti_sci: fix TISCI protocol URL link
commit: f1de10ae7bbfbb2c443bf18f15e4b1b497868b45
With the ack, I assume this flows in through the TI SoC tree, so picking both
of the patches up. Please let me know if there are any concerns.
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-27 23:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18 15:09 [PATCH 0/2] fix TISCI protocol URL link Richard Genoud
2024-06-18 15:09 ` [PATCH 1/2] dt-bindings: ti: " Richard Genoud
2024-06-18 17:33 ` Conor Dooley
2024-06-18 15:09 ` [PATCH 2/2] firmware: ti_sci: " Richard Genoud
2024-06-27 23:30 ` [PATCH 0/2] " Nishanth Menon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).