Linux wireless drivers development
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org,
	Linux Wireless <linux-wireless@vger.kernel.org>,
	Linux NFC <linux-nfc@lists.01.org>
Subject: [GIT] [4.15] NFC update
Date: Sat, 11 Nov 2017 00:40:26 +0100	[thread overview]
Message-ID: <20171110234026.GA18424@zurbaran.ger.intel.com> (raw)

Hi David,

This is the NFC pull request for 4.15. We have:

- A new netlink command for explicitly deactivating NFC targets
- i2c constification for all NFC drivers
- One NFC device allocation error path fix

The following changes since commit 2798b80b385384d51a81832556ee9ad25d175f9b:

  Merge branch 'eBPF-based-device-cgroup-controller' (2017-11-05 23:26:51 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next.git tags/nfc-next-4.15-1

for you to fetch changes up to 4d63adfe12dd9cb61ed8badb4d798955399048c2:

  NFC: Add NFC_CMD_DEACTIVATE_TARGET support (2017-11-10 00:03:39 +0100)

----------------------------------------------------------------
Allen Pais (1):
      NFC: Convert timers to use timer_setup()

Arvind Yadav (8):
      nfc: microread: constify i2c_device_id
      nfc: nfcmrvl: constify i2c_device_id
      nfc: nxp-nci: constify i2c_device_id
      nfc: pn533: constify i2c_device_id
      nfc: pn544: constify i2c_device_id
      nfc: s3fwrn5: constify i2c_device_id
      nfc: st-nci: constify i2c_device_id
      nfc: st21nfca: constify i2c_device_id

Colin Ian King (2):
      nfc: s3fwrn5: make array match static const
      NFC: fdp: make struct nci_ops static

Johan Hovold (1):
      NFC: fix device-allocation error return

Mark Greer (2):
      NFC: digital: Abort cmd when deactivating target
      NFC: Add NFC_CMD_DEACTIVATE_TARGET support

 drivers/nfc/fdp/fdp.c          |  2 +-
 drivers/nfc/microread/i2c.c    |  2 +-
 drivers/nfc/nfcmrvl/i2c.c      |  2 +-
 drivers/nfc/nxp-nci/i2c.c      |  2 +-
 drivers/nfc/pn533/i2c.c        |  2 +-
 drivers/nfc/pn544/i2c.c        |  2 +-
 drivers/nfc/s3fwrn5/firmware.c |  2 +-
 drivers/nfc/s3fwrn5/i2c.c      |  2 +-
 drivers/nfc/st-nci/i2c.c       |  2 +-
 drivers/nfc/st21nfca/i2c.c     |  2 +-
 include/uapi/linux/nfc.h       |  2 ++
 net/nfc/core.c                 | 10 ++++------
 net/nfc/digital_core.c         |  1 +
 net/nfc/hci/core.c             |  7 +++----
 net/nfc/hci/llc_shdlc.c        | 23 +++++++++--------------
 net/nfc/llcp_core.c            | 14 ++++++--------
 net/nfc/netlink.c              | 29 +++++++++++++++++++++++++++++
 17 files changed, 64 insertions(+), 42 deletions(-)

                 reply	other threads:[~2017-11-10 23:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171110234026.GA18424@zurbaran.ger.intel.com \
    --to=sameo@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=linux-nfc@lists.01.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox