All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 3/3] rtc: Add DM support to ds1307
Date: Sat, 29 Apr 2017 21:49:14 -0600	[thread overview]
Message-ID: <CAPnjgZ18kEhRkZU2=E0WGhHobpShJW_+DQ_YxoMXPvW7jjp5NA@mail.gmail.com> (raw)
In-Reply-To: <20170429032029.30069-4-judge.packham@gmail.com>

On 28 April 2017 at 21:20, Chris Packham <judge.packham@gmail.com> wrote:
> Add an implementation of the ds1307 driver that uses the driver model
> i2c APIs.
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
>
> ---
>
> Changes in v4:
> - move #ifdef CONFIG_CMD_DATE inside the legacy block
> - use driver data to identify specific chip
> - terminate the #ifndef with a #endif rather than having backwards logic
>   (off-list feedback).
>
> Changes in v3: None
> Changes in v2: None
>
>  drivers/rtc/Kconfig  |   7 ++
>  drivers/rtc/ds1307.c | 209 ++++++++++++++++++++++++++++++++++++++++++++++-----
>  2 files changed, 196 insertions(+), 20 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

I suggest capitals for ds_1307, etc.

  reply	other threads:[~2017-04-30  3:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-29  3:20 [U-Boot] [PATCH v4 0/3] DS1307 RTC update Chris Packham
2017-04-29  3:20 ` [U-Boot] [PATCH v4 1/3] configs: sync P101x, P102x, P202x defconfgs Chris Packham
2017-05-01 15:15   ` York Sun
2017-05-02  7:53     ` Chris Packham
2017-04-29  3:20 ` [U-Boot] [PATCH v4 2/3] cmd: add Kconfig option for 'date' command Chris Packham
2017-05-01 15:32   ` [U-Boot] [U-Boot, v4, " Tom Rini
2017-04-29  3:20 ` [U-Boot] [PATCH v4 3/3] rtc: Add DM support to ds1307 Chris Packham
2017-04-30  3:49   ` Simon Glass [this message]
2017-05-01  3:11     ` Chris Packham
2017-05-02 11:27       ` Simon Glass
2017-05-08 19:43   ` [U-Boot] [U-Boot,v4,3/3] " Tom Rini

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='CAPnjgZ18kEhRkZU2=E0WGhHobpShJW_+DQ_YxoMXPvW7jjp5NA@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /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.