All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Luca Ceresoli <luca@lucaceresoli.net>, Lee Jones <lee.jones@linaro.org>
Cc: linux-rtc@vger.kernel.org, linux-watchdog@vger.kernel.org,
	devicetree@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Chanwoo Choi <cw00.choi@samsung.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Alessandro Zummo <a.zummo@towertech.it>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Chiwoong Byun <woong.byun@samsung.com>,
	Laxman Dewangan <ldewangan@nvidia.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 0/9] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
Date: Sat, 29 Jan 2022 17:48:30 -0800	[thread overview]
Message-ID: <900e896a-f1c3-aafa-2ed4-a23104d65b74@roeck-us.net> (raw)
In-Reply-To: <4532b372-f16a-7658-623d-71af93306e44@lucaceresoli.net>

On 1/29/22 00:40, Luca Ceresoli wrote:
> Hi Lee, all,
> 
> On 11/01/22 11:10, Luca Ceresoli wrote:
>> Hi All,
>>
>> On 11/12/21 18:59, Luca Ceresoli wrote:
>>> Hi,
>>>
>>> this series adds minimal drivers for the Maxim Semiconductor MAX77714
>>> (https://www.maximintegrated.com/en/products/power/power-management-ics/MAX77714.html).
>>> Only RTC and watchdog are implemented by these patches.
>>>
>>> All implemented functionality is tested and working: RTC read/write,
>>> watchdog start/stop/ping/set_timeout.
>>>
>>> Patches 1-3 + 6 are trivial cleanups to the max77686 drivers and Kconfig
>>> indentation and can probably be applied easily.
>>>
>>> Patches 4, 5, 7, 8 and 9 add: dt bindings, mfd driver, watchdog driver and
>>> rtc driver.
>>
>> A gentle ping about this series. It's at v5, all patches have at least
>> one ack/review tag and most patches are unchanged since ~v2. It applies
>> cleanly on current master.
>>
>> Is there anything I should do to help making progress?
> 
> Apologies for pinging again... but as I got no further comments about
> these patches I guess I can really do nothing at the moment.
> 
> Lee, is this series completely in charge to you or should it be applied
> by the respective subsystem maintainers?
> 

I hesitated to take the watchdog patches because an earlier patch of the series
introduces MFD_MAX77714 and the watchdog Kconfig entry lists it as dependency.
I now added patch 7/9 and 8/9 to my watchdog-next tree anyway. If the mfd part
doesn't make it we can still decide to take it out at some point.

Note that patch 6/9 has already been applied.

Guenter

  reply	other threads:[~2022-01-30  1:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-11 17:59 [PATCH v5 0/9] Add MAX77714 PMIC minimal driver (RTC and watchdog only) Luca Ceresoli
2021-12-11 17:59 ` [PATCH v5 1/9] rtc: max77686: convert comments to kernel-doc format Luca Ceresoli
2021-12-11 17:59 ` [PATCH v5 2/9] rtc: max77686: rename day-of-month defines Luca Ceresoli
2021-12-11 17:59 ` [PATCH v5 3/9] rtc: max77686: remove unused code to read in 12-hour mode Luca Ceresoli
2021-12-11 17:59 ` [PATCH v5 4/9] dt-bindings: mfd: add Maxim MAX77714 PMIC Luca Ceresoli
2021-12-11 17:59 ` [PATCH v5 5/9] mfd: max77714: Add driver for " Luca Ceresoli
2021-12-21  9:29   ` Lee Jones
2021-12-21  9:38     ` Luca Ceresoli
2021-12-11 17:59 ` [PATCH v5 6/9] watchdog: Kconfig: fix help text indentation Luca Ceresoli
2021-12-11 20:34 ` [PATCH v5 7/9] watchdog: max77620: add support for the max77714 variant Luca Ceresoli
2021-12-11 20:34   ` [PATCH v5 8/9] watchdog: max77620: add comment to clarify set_timeout procedure Luca Ceresoli
2021-12-21 15:06     ` Guenter Roeck
2021-12-11 20:34   ` [PATCH v5 9/9] rtc: max77686: add MAX77714 support Luca Ceresoli
2021-12-21 15:06   ` [PATCH v5 7/9] watchdog: max77620: add support for the max77714 variant Guenter Roeck
2022-01-11 10:10 ` [PATCH v5 0/9] Add MAX77714 PMIC minimal driver (RTC and watchdog only) Luca Ceresoli
2022-01-29  8:40   ` Luca Ceresoli
2022-01-30  1:48     ` Guenter Roeck [this message]
2022-01-30 12:45       ` Luca Ceresoli
2022-01-30 16:00         ` Guenter Roeck

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=900e896a-f1c3-aafa-2ed4-a23104d65b74@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=ldewangan@nvidia.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=luca@lucaceresoli.net \
    --cc=rdunlap@infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=wim@linux-watchdog.org \
    --cc=woong.byun@samsung.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.