All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Luca Ceresoli <luca@lucaceresoli.net>
Cc: linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Chanwoo Choi <cw00.choi@samsung.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Alessandro Zummo <a.zummo@towertech.it>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Guenter Roeck <linux@roeck-us.net>,
	devicetree@vger.kernel.org, linux-rtc@vger.kernel.org,
	linux-watchdog@vger.kernel.org
Subject: [GIT PULL] Immutable branch between MFD, RTC and Watchdog due for the v5.18 merge window
Date: Mon, 7 Mar 2022 15:27:29 +0000	[thread overview]
Message-ID: <YiYkYZjGsRIeklfh@google.com> (raw)
In-Reply-To: <20220223175908.191618-1-luca@lucaceresoli.net>

Enjoy!

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-rtc-watchdog-v5.18

for you to fetch changes up to c58e496311a50c087eeeaaae81083cd643fe5128:

  rtc: max77686: Add MAX77714 support (2022-03-07 13:55:04 +0000)

----------------------------------------------------------------
Immutable branch between MFD, RTC and Watchdog due for the v5.18 merge window

----------------------------------------------------------------
Luca Ceresoli (8):
      rtc: max77686: Convert comments to kernel-doc format
      rtc: max77686: Rename day-of-month defines
      rtc: max77686: Remove unused code to read in 12-hour mode
      dt-bindings: mfd: Add Maxim MAX77714 PMIC
      mfd: max77714: Add driver for Maxim MAX77714 PMIC
      watchdog: max77620: Add support for the max77714 variant
      watchdog: max77620: Add comment to clarify set_timeout procedure
      rtc: max77686: Add MAX77714 support

 .../devicetree/bindings/mfd/maxim,max77714.yaml    |  68 +++++++++
 MAINTAINERS                                        |   7 +
 drivers/mfd/Kconfig                                |  14 ++
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/max77686.c                             |   2 +-
 drivers/mfd/max77714.c                             | 152 +++++++++++++++++++++
 drivers/rtc/Kconfig                                |   2 +-
 drivers/rtc/rtc-max77686.c                         |  75 ++++++----
 drivers/watchdog/Kconfig                           |   2 +-
 drivers/watchdog/max77620_wdt.c                    |  85 +++++++++---
 include/linux/mfd/max77686-private.h               |   4 +-
 include/linux/mfd/max77714.h                       |  60 ++++++++
 12 files changed, 421 insertions(+), 51 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77714.yaml
 create mode 100644 drivers/mfd/max77714.c
 create mode 100644 include/linux/mfd/max77714.h

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

      parent reply	other threads:[~2022-03-07 15:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 17:59 [PATCH v6 0/8] Add MAX77714 PMIC minimal driver (RTC and watchdog only) Luca Ceresoli
2022-02-23 17:59 ` [PATCH v6 1/8] rtc: max77686: convert comments to kernel-doc format Luca Ceresoli
2022-02-23 17:59 ` [PATCH v6 2/8] rtc: max77686: rename day-of-month defines Luca Ceresoli
2022-02-23 17:59 ` [PATCH v6 3/8] rtc: max77686: remove unused code to read in 12-hour mode Luca Ceresoli
2022-02-23 17:59 ` [PATCH v6 4/8] dt-bindings: mfd: add Maxim MAX77714 PMIC Luca Ceresoli
2022-02-23 17:59 ` [PATCH v6 5/8] mfd: max77714: Add driver for " Luca Ceresoli
2022-02-23 17:59 ` [PATCH v6 6/8] watchdog: max77620: add support for the max77714 variant Luca Ceresoli
2022-02-23 17:59 ` [PATCH v6 7/8] watchdog: max77620: add comment to clarify set_timeout procedure Luca Ceresoli
2022-02-23 17:59 ` [PATCH v6 8/8] rtc: max77686: add MAX77714 support Luca Ceresoli
2022-03-07 15:27 ` Lee Jones [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=YiYkYZjGsRIeklfh@google.com \
    --to=lee.jones@linaro.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=luca@lucaceresoli.net \
    --cc=robh+dt@kernel.org \
    --cc=wim@linux-watchdog.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.