From: narmstrong@baylibre.com (Neil Armstrong)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver
Date: Mon, 30 May 2016 16:13:10 +0200 [thread overview]
Message-ID: <574C4A76.10807@baylibre.com> (raw)
In-Reply-To: <20160530134537.GA16188@mephisto>
On 05/30/2016 03:45 PM, Carlo Caione wrote:
> On 30/05/16 15:29, Neil Armstrong wrote:
>> Adds support for the Amlogic Meson GXBB SoC Watchdog Timer.
>> It differs from the meson6/meson8b HW, so need for a separate driver.
>> The HW provides a divider capable of having a 1ms timebase thus simplifying
>> the counter update.
>> The restart call is not provided even if the HW is capable of triggering a
>> system reset immediately because of the PSCI firmare having such functionnality.
>> The watchdog is not expected to be running at boot time since there is a separate
>> system-level watchdog running from the SCPI co-processor, but this case would be
>> handle in a next driver update.
>>
>> Changes since RFC version at http://lkml.kernel.org/r/1464249112-13658-1-git-send-email-narmstrong at baylibre.com :
>> - Remove status callback, will re-introduce it later to managed the already-running use case
>> - Fix registers defines indentation
>> - Fix space between operators
>> - Make all callbacks static functions
>> - Fix bindings with missing clocks attribute
>> - Do not stop/start watchdog on a timeout setup
>> - Fix probe device configuration
>>
>> Neil Armstrong (3):
>> watchdog: Add Meson GXBB Watchdog Driver
>> dt-bindings: watchdog: Add Meson GXBB Watchdog bindings
>> ARM64: dts: amlogic: meson-gxbb: Add watchdog node
>
> I'm missing [PATCH 2/3]
>
Sorry, fixed here :
WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: Carlo Caione <carlo@caione.org>
Cc: Wim Van Sebroeck <wim@iguana.be>,
Guenter Roeck <linux@roeck-us.net>,
linux-amlogic@lists.infradead.org,
linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver
Date: Mon, 30 May 2016 16:13:10 +0200 [thread overview]
Message-ID: <574C4A76.10807@baylibre.com> (raw)
In-Reply-To: <20160530134537.GA16188@mephisto>
On 05/30/2016 03:45 PM, Carlo Caione wrote:
> On 30/05/16 15:29, Neil Armstrong wrote:
>> Adds support for the Amlogic Meson GXBB SoC Watchdog Timer.
>> It differs from the meson6/meson8b HW, so need for a separate driver.
>> The HW provides a divider capable of having a 1ms timebase thus simplifying
>> the counter update.
>> The restart call is not provided even if the HW is capable of triggering a
>> system reset immediately because of the PSCI firmare having such functionnality.
>> The watchdog is not expected to be running at boot time since there is a separate
>> system-level watchdog running from the SCPI co-processor, but this case would be
>> handle in a next driver update.
>>
>> Changes since RFC version at http://lkml.kernel.org/r/1464249112-13658-1-git-send-email-narmstrong@baylibre.com :
>> - Remove status callback, will re-introduce it later to managed the already-running use case
>> - Fix registers defines indentation
>> - Fix space between operators
>> - Make all callbacks static functions
>> - Fix bindings with missing clocks attribute
>> - Do not stop/start watchdog on a timeout setup
>> - Fix probe device configuration
>>
>> Neil Armstrong (3):
>> watchdog: Add Meson GXBB Watchdog Driver
>> dt-bindings: watchdog: Add Meson GXBB Watchdog bindings
>> ARM64: dts: amlogic: meson-gxbb: Add watchdog node
>
> I'm missing [PATCH 2/3]
>
Sorry, fixed here :
WARNING: multiple messages have this Message-ID (diff)
From: narmstrong@baylibre.com (Neil Armstrong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver
Date: Mon, 30 May 2016 16:13:10 +0200 [thread overview]
Message-ID: <574C4A76.10807@baylibre.com> (raw)
In-Reply-To: <20160530134537.GA16188@mephisto>
On 05/30/2016 03:45 PM, Carlo Caione wrote:
> On 30/05/16 15:29, Neil Armstrong wrote:
>> Adds support for the Amlogic Meson GXBB SoC Watchdog Timer.
>> It differs from the meson6/meson8b HW, so need for a separate driver.
>> The HW provides a divider capable of having a 1ms timebase thus simplifying
>> the counter update.
>> The restart call is not provided even if the HW is capable of triggering a
>> system reset immediately because of the PSCI firmare having such functionnality.
>> The watchdog is not expected to be running at boot time since there is a separate
>> system-level watchdog running from the SCPI co-processor, but this case would be
>> handle in a next driver update.
>>
>> Changes since RFC version at http://lkml.kernel.org/r/1464249112-13658-1-git-send-email-narmstrong at baylibre.com :
>> - Remove status callback, will re-introduce it later to managed the already-running use case
>> - Fix registers defines indentation
>> - Fix space between operators
>> - Make all callbacks static functions
>> - Fix bindings with missing clocks attribute
>> - Do not stop/start watchdog on a timeout setup
>> - Fix probe device configuration
>>
>> Neil Armstrong (3):
>> watchdog: Add Meson GXBB Watchdog Driver
>> dt-bindings: watchdog: Add Meson GXBB Watchdog bindings
>> ARM64: dts: amlogic: meson-gxbb: Add watchdog node
>
> I'm missing [PATCH 2/3]
>
Sorry, fixed here :
next prev parent reply other threads:[~2016-05-30 14:13 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-30 13:29 [PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver Neil Armstrong
2016-05-30 13:29 ` Neil Armstrong
2016-05-30 13:29 ` Neil Armstrong
2016-05-30 13:29 ` [PATCH 1/3] watchdog: Add Meson GXBB Watchdog Driver Neil Armstrong
2016-05-30 13:29 ` Neil Armstrong
2016-05-30 13:29 ` Neil Armstrong
2016-05-30 13:51 ` Carlo Caione
2016-05-30 13:51 ` Carlo Caione
2016-05-30 13:51 ` Carlo Caione
2016-05-30 14:44 ` Guenter Roeck
2016-05-30 14:44 ` Guenter Roeck
2016-05-30 14:44 ` Guenter Roeck
2016-05-30 16:50 ` Guenter Roeck
2016-05-30 16:50 ` Guenter Roeck
2016-05-30 16:50 ` Guenter Roeck
2016-05-31 9:57 ` Neil Armstrong
2016-05-31 9:57 ` Neil Armstrong
2016-05-31 9:57 ` Neil Armstrong
2016-05-31 17:31 ` Guenter Roeck
2016-05-31 17:31 ` Guenter Roeck
2016-05-31 17:31 ` Guenter Roeck
2016-05-30 13:29 ` [PATCH 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Neil Armstrong
2016-05-30 13:29 ` Neil Armstrong
2016-05-30 13:29 ` Neil Armstrong
2016-05-30 13:45 ` [PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver Carlo Caione
2016-05-30 13:45 ` Carlo Caione
2016-05-30 13:45 ` Carlo Caione
2016-05-30 14:13 ` Neil Armstrong [this message]
2016-05-30 14:13 ` Neil Armstrong
2016-05-30 14:13 ` Neil Armstrong
2016-05-30 14:12 ` [PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings Neil Armstrong
2016-05-30 14:12 ` Neil Armstrong
2016-05-30 14:12 ` Neil Armstrong
2016-05-30 14:12 ` Neil Armstrong
2016-06-02 22:47 ` Rob Herring
2016-06-02 22:47 ` Rob Herring
2016-06-02 22:47 ` Rob Herring
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=574C4A76.10807@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=linus-amlogic@lists.infradead.org \
/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.