From: Kevin Hilman <khilman@baylibre.com>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
carlo@caione.org, linux-amlogic@lists.infradead.org
Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/6] 32-bit Meson: add the ARM TWD and Global Timers
Date: Tue, 04 Dec 2018 16:51:33 -0800 [thread overview]
Message-ID: <7hwooobxt6.fsf@baylibre.com> (raw)
In-Reply-To: <20181123195311.4578-1-martin.blumenstingl@googlemail.com>
Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:
> The 32-bit Meson SoCs use Cortex-A9 or Cortex-A5 cores. These come
> with the ARM TWD ("Timer Watchdog") which contains a timer and a
> watchdog as well as the ARM Global Timer.
>
> This enables the corresponding configs for the 32-bit Meson target.
> Additionally this adds and enables the ARM TWD timer. The Global
> Timer is added but currently disabled because it's clock input is
> the PERIPH clock which is derived from the CPU clock. Thus the rate
> of the PERIPH clock will change when changing the CPU frequency.
> Unfortunately the Global Timer driver doesn't handle clocks with
> changing rates yet (unlike the TWD timer), thus we keep it disabled
> for now.
>
> The whole series is inspired by an almost 3 year old patch from
> Carlo: [0]
>
>
> Dependencies:
> - I build this on top of my other series "ARM: dts: meson: add the
> timer interrupts and clocks" from [1]
> - CLKID_PERIPH requires updated clock driver headers. Neil provided
> a tag which includes the updated headers: [2]
I pulled this branch into v4.21/dt
> - There is no runtime dependency on the PERIPH clock as we don't
> have CPU frequency scaling support enabled yet. In case the TWD
> timer driver can't find the clock it falls back to auto-detecting
> the clock rate at boot time. This is safe as long as we don't have
> .dts patches in place which allow changing the CPU clock rate. Once
> we enable CPU frequency scaling support for the PERIPH clock becomes
> mandatory so the TWD timer driver knows about changes to the PERIPH
> clock (which is derived from the CPU clock).
>
>
> [0] https://patchwork.kernel.org/patch/7797581/
> [1] https://patchwork.kernel.org/cover/10687005/
> [2] http://lists.infradead.org/pipermail/linux-amlogic/2018-November/009136.html
>
>
> Martin Blumenstingl (6):
> ARM: meson: select HAVE_ARM_TWD and ARM_GLOBAL_TIMER
Applied to v4.21/defconfig
> ARM: dts: meson: group the Cortex-A5 / Cortex-A9 peripherals
> ARM: dts: meson8: add the ARM TWD timer
> ARM: dts: meson8: add the Cortex-A9 global timer
> ARM: dts: meson8b: add the ARM TWD timer
> ARM: dts: meson8b: add the Cortex-A5 global timer
Applied to v4.21/dt
Kevin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
carlo@caione.org, linux-amlogic@lists.infradead.org
Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/6] 32-bit Meson: add the ARM TWD and Global Timers
Date: Tue, 04 Dec 2018 16:51:33 -0800 [thread overview]
Message-ID: <7hwooobxt6.fsf@baylibre.com> (raw)
In-Reply-To: <20181123195311.4578-1-martin.blumenstingl@googlemail.com>
Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:
> The 32-bit Meson SoCs use Cortex-A9 or Cortex-A5 cores. These come
> with the ARM TWD ("Timer Watchdog") which contains a timer and a
> watchdog as well as the ARM Global Timer.
>
> This enables the corresponding configs for the 32-bit Meson target.
> Additionally this adds and enables the ARM TWD timer. The Global
> Timer is added but currently disabled because it's clock input is
> the PERIPH clock which is derived from the CPU clock. Thus the rate
> of the PERIPH clock will change when changing the CPU frequency.
> Unfortunately the Global Timer driver doesn't handle clocks with
> changing rates yet (unlike the TWD timer), thus we keep it disabled
> for now.
>
> The whole series is inspired by an almost 3 year old patch from
> Carlo: [0]
>
>
> Dependencies:
> - I build this on top of my other series "ARM: dts: meson: add the
> timer interrupts and clocks" from [1]
> - CLKID_PERIPH requires updated clock driver headers. Neil provided
> a tag which includes the updated headers: [2]
I pulled this branch into v4.21/dt
> - There is no runtime dependency on the PERIPH clock as we don't
> have CPU frequency scaling support enabled yet. In case the TWD
> timer driver can't find the clock it falls back to auto-detecting
> the clock rate at boot time. This is safe as long as we don't have
> .dts patches in place which allow changing the CPU clock rate. Once
> we enable CPU frequency scaling support for the PERIPH clock becomes
> mandatory so the TWD timer driver knows about changes to the PERIPH
> clock (which is derived from the CPU clock).
>
>
> [0] https://patchwork.kernel.org/patch/7797581/
> [1] https://patchwork.kernel.org/cover/10687005/
> [2] http://lists.infradead.org/pipermail/linux-amlogic/2018-November/009136.html
>
>
> Martin Blumenstingl (6):
> ARM: meson: select HAVE_ARM_TWD and ARM_GLOBAL_TIMER
Applied to v4.21/defconfig
> ARM: dts: meson: group the Cortex-A5 / Cortex-A9 peripherals
> ARM: dts: meson8: add the ARM TWD timer
> ARM: dts: meson8: add the Cortex-A9 global timer
> ARM: dts: meson8b: add the ARM TWD timer
> ARM: dts: meson8b: add the Cortex-A5 global timer
Applied to v4.21/dt
Kevin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
carlo@caione.org, linux-amlogic@lists.infradead.org
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Subject: Re: [PATCH 0/6] 32-bit Meson: add the ARM TWD and Global Timers
Date: Tue, 04 Dec 2018 16:51:33 -0800 [thread overview]
Message-ID: <7hwooobxt6.fsf@baylibre.com> (raw)
In-Reply-To: <20181123195311.4578-1-martin.blumenstingl@googlemail.com>
Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:
> The 32-bit Meson SoCs use Cortex-A9 or Cortex-A5 cores. These come
> with the ARM TWD ("Timer Watchdog") which contains a timer and a
> watchdog as well as the ARM Global Timer.
>
> This enables the corresponding configs for the 32-bit Meson target.
> Additionally this adds and enables the ARM TWD timer. The Global
> Timer is added but currently disabled because it's clock input is
> the PERIPH clock which is derived from the CPU clock. Thus the rate
> of the PERIPH clock will change when changing the CPU frequency.
> Unfortunately the Global Timer driver doesn't handle clocks with
> changing rates yet (unlike the TWD timer), thus we keep it disabled
> for now.
>
> The whole series is inspired by an almost 3 year old patch from
> Carlo: [0]
>
>
> Dependencies:
> - I build this on top of my other series "ARM: dts: meson: add the
> timer interrupts and clocks" from [1]
> - CLKID_PERIPH requires updated clock driver headers. Neil provided
> a tag which includes the updated headers: [2]
I pulled this branch into v4.21/dt
> - There is no runtime dependency on the PERIPH clock as we don't
> have CPU frequency scaling support enabled yet. In case the TWD
> timer driver can't find the clock it falls back to auto-detecting
> the clock rate at boot time. This is safe as long as we don't have
> .dts patches in place which allow changing the CPU clock rate. Once
> we enable CPU frequency scaling support for the PERIPH clock becomes
> mandatory so the TWD timer driver knows about changes to the PERIPH
> clock (which is derived from the CPU clock).
>
>
> [0] https://patchwork.kernel.org/patch/7797581/
> [1] https://patchwork.kernel.org/cover/10687005/
> [2] http://lists.infradead.org/pipermail/linux-amlogic/2018-November/009136.html
>
>
> Martin Blumenstingl (6):
> ARM: meson: select HAVE_ARM_TWD and ARM_GLOBAL_TIMER
Applied to v4.21/defconfig
> ARM: dts: meson: group the Cortex-A5 / Cortex-A9 peripherals
> ARM: dts: meson8: add the ARM TWD timer
> ARM: dts: meson8: add the Cortex-A9 global timer
> ARM: dts: meson8b: add the ARM TWD timer
> ARM: dts: meson8b: add the Cortex-A5 global timer
Applied to v4.21/dt
Kevin
next prev parent reply other threads:[~2018-12-05 0:52 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-23 19:53 [PATCH 0/6] 32-bit Meson: add the ARM TWD and Global Timers Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` [PATCH 1/6] ARM: meson: select HAVE_ARM_TWD and ARM_GLOBAL_TIMER Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` [PATCH 2/6] ARM: dts: meson: group the Cortex-A5 / Cortex-A9 peripherals Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` [PATCH 3/6] ARM: dts: meson8: add the ARM TWD timer Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-30 11:52 ` kbuild test robot
2018-11-30 11:52 ` kbuild test robot
2018-11-23 19:53 ` [PATCH 4/6] ARM: dts: meson8: add the Cortex-A9 global timer Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` [PATCH 5/6] ARM: dts: meson8b: add the ARM TWD timer Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-30 12:34 ` kbuild test robot
2018-11-30 12:34 ` kbuild test robot
2018-11-23 19:53 ` [PATCH 6/6] ARM: dts: meson8b: add the Cortex-A5 global timer Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-11-23 19:53 ` Martin Blumenstingl
2018-12-02 21:12 ` [PATCH 0/6] 32-bit Meson: add the ARM TWD and Global Timers Martin Blumenstingl
2018-12-02 21:12 ` Martin Blumenstingl
2018-12-02 21:12 ` Martin Blumenstingl
2018-12-05 0:51 ` Kevin Hilman [this message]
2018-12-05 0:51 ` Kevin Hilman
2018-12-05 0:51 ` Kevin Hilman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7hwooobxt6.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=carlo@caione.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.