All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v1 1/2] drivers: gpio: add broadcom iproc gpio driver support
Date: Tue, 28 Apr 2020 11:57:21 -0600	[thread overview]
Message-ID: <CAPnjgZ1kiQd6F+Rp2S5VcffFrtftKDuS0zxTt=C17w3_PN9vqA@mail.gmail.com> (raw)
In-Reply-To: <20200428081113.3948-2-rayagonda.kokatanur@broadcom.com>

Hi Rayagonda,

On Tue, 28 Apr 2020 at 02:11, Rayagonda Kokatanur
<rayagonda.kokatanur@broadcom.com> wrote:
>
> Add gpio driver support for Broadcom iproc-based socs.
>
> Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
> Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com>
> ---
>  drivers/gpio/Kconfig      |  10 ++
>  drivers/gpio/Makefile     |   1 +
>  drivers/gpio/iproc_gpio.c | 260 ++++++++++++++++++++++++++++++++++++++
>  3 files changed, 271 insertions(+)
>  create mode 100644 drivers/gpio/iproc_gpio.c
>

Please can you use the livetree interface? That is dev_read_...() - or
maybe ofnode_...() if you need to read from a non-device node.

Regards,
Simon

  reply	other threads:[~2020-04-28 17:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28  8:11 [PATCH v1 0/2] add brcm iproc gpio driver Rayagonda Kokatanur
2020-04-28  8:11 ` [PATCH v1 1/2] drivers: gpio: add broadcom iproc gpio driver support Rayagonda Kokatanur
2020-04-28 17:57   ` Simon Glass [this message]
2020-04-29  6:21     ` Rayagonda Kokatanur
2020-04-28  8:11 ` [PATCH v1 2/2] gpio: do not include <asm/arch/gpio.h> on TARGET_BCMNS3 Rayagonda Kokatanur

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='CAPnjgZ1kiQd6F+Rp2S5VcffFrtftKDuS0zxTt=C17w3_PN9vqA@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.