Hi Thomas,
Please consider the following changes since commit
ddd9120983c3efbcaa3a4c7777da1440f8ce27d8:
rust: time: doc: Add missing C header links (2024-05-01 00:04:47 +0200)
are available in the Git repository at:
https://git.linaro.org/people/daniel.lezcano/linux.git
tags/timers-v6.10-rc1
for you to fetch changes up to 2030a7e11f161b4067bd4eadd984cdb36446fcca:
clocksource/drivers/arm_arch_timer: Mark hisi_161010101_oem_info
const (2024-05-10 10:43:21 +0200)
----------------------------------------------------------------
- Add the R9A09G057 compatible bindings in the DT documentation and
add specific code to deal with the probe routine being called twice
(Geert Uytterhoeven)
- Remove unused field in the struct dmtimer in the TI driver
(Christophe JAILLET)
- Constify the hisi_161010101_oem_info variable in the ARM arch timer
(Stephen Boyd)
----------------------------------------------------------------
Christophe JAILLET (1):
clocksource/drivers/timer-ti-dm: Remove an unused field in struct
dmtimer
Geert Uytterhoeven (1):
clocksource/drivers/renesas-ostm: Avoid reprobe after successful
early probe
Lad Prabhakar (2):
dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2H(P) SoC
clocksource/drivers/renesas-ostm: Allow OSTM driver to reprobe
for RZ/V2H(P) SoC
Stephen Boyd (1):
clocksource/drivers/arm_arch_timer: Mark hisi_161010101_oem_info
const
Documentation/devicetree/bindings/timer/renesas,ostm.yaml | 2 ++
drivers/clocksource/arm_arch_timer.c | 2 +-
drivers/clocksource/renesas-ostm.c | 3 ++-
drivers/clocksource/timer-ti-dm.c | 1 -
4 files changed, 5 insertions(+), 3 deletions(-)
--
<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
The following commit has been merged into the timers/core branch of tip:
Commit-ID: a3825a7691585485e960cec04ce6667d176b7c67
Gitweb: https://git.kernel.org/tip/a3825a7691585485e960cec04ce6667d176b7c67
Author: Thomas Gleixner <[email protected]>
AuthorDate: Fri, 10 May 2024 13:03:56 +02:00
Committer: Thomas Gleixner <[email protected]>
CommitterDate: Fri, 10 May 2024 13:03:56 +02:00
Merge tag 'timers-v6.10-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core
Pull clockevent/source updates from Daniel Lezcano:
- Add the R9A09G057 compatible bindings in the DT documentation and
add specific code to deal with the probe routine being called twice
(Geert Uytterhoeven)
- Remove unused field in the struct dmtimer in the TI driver
(Christophe JAILLET)
- Constify the hisi_161010101_oem_info variable in the ARM arch timer
(Stephen Boyd)
Link: https://lore.kernel.org/lkml/[email protected]
---