All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ibrahim Tilki <Ibrahim.Tilki@analog.com>
To: <a.zummo@towertech.it>, <alexandre.belloni@bootlin.com>,
	<jdelvare@suse.com>, <linux@roeck-us.net>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>
Cc: Ibrahim Tilki <Ibrahim.Tilki@analog.com>,
	<linux-rtc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-hwmon@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: [PATCH v3 0/2] drivers: rtc: add max313xx series rtc driver
Date: Tue, 8 Nov 2022 15:22:52 +0300	[thread overview]
Message-ID: <20221108122254.1185-1-Ibrahim.Tilki@analog.com> (raw)


Hi,

Sending v3 to fix a warning reported by kernel test robot.
Also added reviewed-by tag for Krzysztof since dt-bindings patch
has not been modified.

Best regards,
Ibrahim

changelog:
since v3:
  - add "break" to fix warning: unannotated fall-through 
    Reported-by: kernel test robot <lkp@intel.com>

since v2:
  - dtbinding: update title and description
  - dtbinding: remove last example
  - drop watchdog support
  - support reading 12Hr format instead of forcing 24hr at probe time
  - use "tm_year % 100" instead of range check
  - refactor max313xx_init for readability


Ibrahim Tilki (2):
  drivers: rtc: add max313xx series rtc driver
  dt-bindings: rtc: add max313xx RTCs

 .../devicetree/bindings/rtc/adi,max313xx.yaml |  151 +++
 drivers/rtc/Kconfig                           |   11 +
 drivers/rtc/Makefile                          |    1 +
 drivers/rtc/rtc-max313xx.c                    | 1070 +++++++++++++++++
 4 files changed, 1233 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/adi,max313xx.yaml
 create mode 100644 drivers/rtc/rtc-max313xx.c

-- 
2.25.1


             reply	other threads:[~2022-11-08 12:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-08 12:22 Ibrahim Tilki [this message]
2022-11-08 12:22 ` [PATCH v3 1/2] drivers: rtc: add max313xx series rtc driver Ibrahim Tilki
2022-11-08 12:57   ` Christophe JAILLET
2022-11-08 13:27   ` Guenter Roeck
2022-11-09 10:38   ` kernel test robot
2022-12-10 22:01   ` Alexandre Belloni
2023-02-14 20:28   ` Chris Packham
2023-02-14 21:40     ` Alexandre Belloni
2023-02-14 22:36       ` Chris Packham
2023-02-17 15:17     ` Tilki, Ibrahim
2023-02-19 20:19       ` Chris Packham
2023-03-13  2:15       ` Chris Packham
2023-03-13  2:20         ` Alexandre Belloni
2023-03-13  2:30           ` Chris Packham
2022-11-08 12:22 ` [PATCH v3 2/2] dt-bindings: rtc: add max313xx RTCs Ibrahim Tilki

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=20221108122254.1185-1-Ibrahim.Tilki@analog.com \
    --to=ibrahim.tilki@analog.com \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jdelvare@suse.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh+dt@kernel.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.