linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: poeschel@lemonage.de
Cc: kstewart@linuxfoundation.org, tglx@linutronix.de,
	opensource@jilayne.com, gregkh@linuxfoundation.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, mark.rutland@arm.com,
	devicetree@vger.kernel.org, swinslow@gmail.com,
	gustavo@embeddedor.com, keescook@chromium.org,
	allison@lohutok.net, johan@kernel.org, horms@verge.net.au
Subject: Re: [PATCH v11 0/7] nfc: pn533: add uart phy driver
Date: Tue, 29 Oct 2019 21:11:58 -0700 (PDT)	[thread overview]
Message-ID: <20191029.211158.1584843573342050158.davem@davemloft.net> (raw)
In-Reply-To: <20191029144320.17718-1-poeschel@lemonage.de>

From: Lars Poeschel <poeschel@lemonage.de>
Date: Tue, 29 Oct 2019 15:43:13 +0100

> The purpose of this patch series is to add a uart phy driver to the
> pn533 nfc driver.
> It first changes the dt strings and docs. The dt compatible strings
> need to change, because I would add "pn532-uart" to the already
> existing "pn533-i2c" one. These two are now unified into just
> "pn532". Then the neccessary changes to the pn533 core driver are
> made. Then the uart phy is added.
> As the pn532 chip supports a autopoll, I wanted to use this instead
> of the software poll loop in the pn533 core driver. It is added and
> activated by the last to patches.
> The way to add the autopoll later in seperate patches is chosen, to
> show, that the uart phy driver can also work with the software poll
> loop, if someone needs that for some reason.
> In v11 of this patchseries I address a byte ordering issue reported
> by kbuild test robot in patch 5/7.

Series applied to net-next.

      parent reply	other threads:[~2019-10-30  4:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-29 14:43 [PATCH v11 0/7] nfc: pn533: add uart phy driver Lars Poeschel
2019-10-29 14:43 ` [PATCH v11 1/7] nfc: pn533: i2c: "pn532" as dt compatible string Lars Poeschel
2019-10-29 14:45 ` [PATCH v11 2/7] nfc: pn532: Add uart phy docs and rename it Lars Poeschel
2019-10-29 14:46 ` [PATCH v11 3/7] nfc: pn533: Add dev_up/dev_down hooks to phy_ops Lars Poeschel
2019-10-29 14:46 ` [PATCH v11 4/7] nfc: pn533: Split pn533 init & nfc_register Lars Poeschel
2019-10-29 14:47 ` [PATCH v11 5/7] nfc: pn533: add UART phy driver Lars Poeschel
2019-10-29 14:47 ` [PATCH v11 6/7] nfc: pn533: Add autopoll capability Lars Poeschel
2019-10-29 14:48 ` [PATCH v11 7/7] nfc: pn532_uart: Make use of pn532 autopoll Lars Poeschel
2019-10-30  4:11 ` David Miller [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=20191029.211158.1584843573342050158.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=allison@lohutok.net \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=gustavo@embeddedor.com \
    --cc=horms@verge.net.au \
    --cc=johan@kernel.org \
    --cc=keescook@chromium.org \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=netdev@vger.kernel.org \
    --cc=opensource@jilayne.com \
    --cc=poeschel@lemonage.de \
    --cc=robh+dt@kernel.org \
    --cc=swinslow@gmail.com \
    --cc=tglx@linutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).