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: Sun, 30 Jan 2022 08:00:31 -0800 [thread overview]
Message-ID: <7ea1d8ab-9d76-c19a-56c8-f66599534deb@roeck-us.net> (raw)
In-Reply-To: <3a186067-50e9-ce20-0ed6-696ca658de4a@lucaceresoli.net>
On 1/30/22 04:45, Luca Ceresoli wrote:
> Hi Guenter,
>
> On 30/01/22 02:48, Guenter Roeck wrote:
>> 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.
>
> OK, thank you! In the meanwhile the kernel test robot also reported a
> build failure due to missing max77714.h file, which is added by patch 5.
>
Yes, I noticed. Which means I'll have to drop the patch again, and we'll have
to wait for the mfd patch to land, sorry.
Guenter
>> Note that patch 6/9 has already been applied.
>
> Indeed, it's in Linus' master already.
>
> Regards.
prev parent reply other threads:[~2022-01-30 16:00 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
2022-01-30 12:45 ` Luca Ceresoli
2022-01-30 16:00 ` Guenter Roeck [this message]
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=7ea1d8ab-9d76-c19a-56c8-f66599534deb@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox