[PATCH v3 0/3] clocksource: imx-sysctr: support i.MX95

Peng Fan (OSS) posted 3 patches 1 year, 11 months ago
There is a newer version of this series
.../bindings/timer/nxp,sysctr-timer.yaml           |   4 +-
drivers/clocksource/timer-imx-sysctr.c             | 116 +++++++++++++++------
2 files changed, 89 insertions(+), 31 deletions(-)
[PATCH v3 0/3] clocksource: imx-sysctr: support i.MX95
Posted by Peng Fan (OSS) 1 year, 11 months ago
i.MX95 System Counter module control register space is blocked
by SCMI firmware, so we use Read Register space to get the counter.

V2:
  - imx95 is not compatible with the existing hardware, so add a
    seperate entry for i.MX95 in dt-binding.
  - Per Marco's comments, the global variables was removed except
    to_sysctr. And add a new TIMER_OF_DECLARE entry for i.MX95

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v3:
- Drop items in patch 1 per Conor's comments
- Link to v2: https://lore.kernel.org/r/20240125-imx-sysctr-v2-0-7332470cd7ae@nxp.com

---
Peng Fan (3):
      dt-bindings: timer: nxp,sysctr-timer: support i.MX95
      clocksource/drivers/imx-sysctr: drop use global variables
      clocksource/drivers/imx-sysctr: support i.MX95

 .../bindings/timer/nxp,sysctr-timer.yaml           |   4 +-
 drivers/clocksource/timer-imx-sysctr.c             | 116 +++++++++++++++------
 2 files changed, 89 insertions(+), 31 deletions(-)
---
base-commit: 01af33cc9894b4489fb68fa35c40e9fe85df63dc
change-id: 20240125-imx-sysctr-3a89a0852376

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>
Re: [PATCH v3 0/3] clocksource: imx-sysctr: support i.MX95
Posted by Daniel Lezcano 1 year, 10 months ago
On 26/01/2024 08:09, Peng Fan (OSS) wrote:
> i.MX95 System Counter module control register space is blocked
> by SCMI firmware, so we use Read Register space to get the counter.
> 
> V2:
>    - imx95 is not compatible with the existing hardware, so add a
>      seperate entry for i.MX95 in dt-binding.
>    - Per Marco's comments, the global variables was removed except
>      to_sysctr. And add a new TIMER_OF_DECLARE entry for i.MX95
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---

Applied, thanks

-- 
<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

Re: [PATCH v3 0/3] clocksource: imx-sysctr: support i.MX95
Posted by Daniel Lezcano 1 year, 10 months ago
On 21/02/2024 09:47, Daniel Lezcano wrote:
> On 26/01/2024 08:09, Peng Fan (OSS) wrote:
>> i.MX95 System Counter module control register space is blocked
>> by SCMI firmware, so we use Read Register space to get the counter.
>>
>> V2:
>>    - imx95 is not compatible with the existing hardware, so add a
>>      seperate entry for i.MX95 in dt-binding.
>>    - Per Marco's comments, the global variables was removed except
>>      to_sysctr. And add a new TIMER_OF_DECLARE entry for i.MX95
>>
>> Signed-off-by: Peng Fan <peng.fan@nxp.com>
>> ---
> 
> Applied, thanks

Never mind, I did a confusion with another series. V4 is actually applied.

-- 
<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