* [PATCH] clocksource/drivers/armada-370-xp: Fix dead link to timer binding
@ 2025-12-03 19:58 Soham Metha
2026-01-23 20:05 ` Soham Metha
0 siblings, 1 reply; 3+ messages in thread
From: Soham Metha @ 2025-12-03 19:58 UTC (permalink / raw)
To: linux-kernel-mentees
Cc: shuah, skhan, linux-kernel, Soham Metha, Daniel Lezcano,
Thomas Gleixner
The old text binding 'marvell,armada-370-xp-timer.txt' was replaced by a
DT schema in commit '4334d83904fc'
("dt-bindings: timer: Convert marvell,armada-370-timer to DT schema").
Signed-off-by: Soham Metha <sohammetha01@gmail.com>
---
No functional changes.
drivers/clocksource/timer-armada-370-xp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/timer-armada-370-xp.c b/drivers/clocksource/timer-armada-370-xp.c
index 54284c1c0651..2221148e2de2 100644
--- a/drivers/clocksource/timer-armada-370-xp.c
+++ b/drivers/clocksource/timer-armada-370-xp.c
@@ -22,7 +22,7 @@
* doing otherwise leads to using a clocksource whose frequency varies
* when doing cpufreq frequency changes.
*
- * See Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt
+ * See Documentation/devicetree/bindings/timer/marvell,armada-370-timer.yaml
*/
#include <linux/init.h>
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] clocksource/drivers/armada-370-xp: Fix dead link to timer binding
2025-12-03 19:58 [PATCH] clocksource/drivers/armada-370-xp: Fix dead link to timer binding Soham Metha
@ 2026-01-23 20:05 ` Soham Metha
2026-01-26 10:00 ` Daniel Lezcano
0 siblings, 1 reply; 3+ messages in thread
From: Soham Metha @ 2026-01-23 20:05 UTC (permalink / raw)
To: linux-kernel-mentees
Cc: shuah, skhan, linux-kernel, Daniel Lezcano, Thomas Gleixner
On 04/12/25 01:28, Soham Metha wrote:
> The old text binding 'marvell,armada-370-xp-timer.txt' was replaced by a
> DT schema in commit '4334d83904fc'
> ("dt-bindings: timer: Convert marvell,armada-370-timer to DT schema").
>
> Signed-off-by: Soham Metha <sohammetha01@gmail.com>
> ---
> No functional changes.
>
> drivers/clocksource/timer-armada-370-xp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clocksource/timer-armada-370-xp.c b/drivers/clocksource/timer-armada-370-xp.c
> index 54284c1c0651..2221148e2de2 100644
> --- a/drivers/clocksource/timer-armada-370-xp.c
> +++ b/drivers/clocksource/timer-armada-370-xp.c
> @@ -22,7 +22,7 @@
> * doing otherwise leads to using a clocksource whose frequency varies
> * when doing cpufreq frequency changes.
> *
> - * See Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt
> + * See Documentation/devicetree/bindings/timer/marvell,armada-370-timer.yaml
> */
>
> #include <linux/init.h>
Hi,
Just a gentle ping on this documentation patch in case it was missed.
Please let me know if any changes are needed.
Thanks,
Soham
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] clocksource/drivers/armada-370-xp: Fix dead link to timer binding
2026-01-23 20:05 ` Soham Metha
@ 2026-01-26 10:00 ` Daniel Lezcano
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2026-01-26 10:00 UTC (permalink / raw)
To: Soham Metha, linux-kernel-mentees
Cc: shuah, skhan, linux-kernel, Thomas Gleixner
On 1/23/26 21:05, Soham Metha wrote:
>
>
> On 04/12/25 01:28, Soham Metha wrote:
>> The old text binding 'marvell,armada-370-xp-timer.txt' was replaced by a
>> DT schema in commit '4334d83904fc'
>> ("dt-bindings: timer: Convert marvell,armada-370-timer to DT schema").
>>
>> Signed-off-by: Soham Metha <sohammetha01@gmail.com>
>> ---
>> No functional changes.
>>
>> drivers/clocksource/timer-armada-370-xp.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/clocksource/timer-armada-370-xp.c b/drivers/clocksource/timer-armada-370-xp.c
>> index 54284c1c0651..2221148e2de2 100644
>> --- a/drivers/clocksource/timer-armada-370-xp.c
>> +++ b/drivers/clocksource/timer-armada-370-xp.c
>> @@ -22,7 +22,7 @@
>> * doing otherwise leads to using a clocksource whose frequency varies
>> * when doing cpufreq frequency changes.
>> *
>> - * See Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt
>> + * See Documentation/devicetree/bindings/timer/marvell,armada-370-timer.yaml
>> */
>>
>> #include <linux/init.h>
>
> Hi,
>
> Just a gentle ping on this documentation patch in case it was missed.
> Please let me know if any changes are needed.
It is picked-up already and in linux-next
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-26 10:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03 19:58 [PATCH] clocksource/drivers/armada-370-xp: Fix dead link to timer binding Soham Metha
2026-01-23 20:05 ` Soham Metha
2026-01-26 10:00 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox