]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Oct 2015 11:19:43 +0000 (20:19 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Oct 2015 11:19:43 +0000 (20:19 +0900)
commit740215ddb5b3faa0006505de073654cc50e9a299
treed5fe2874a75353e042f5c541aa15f34167d51fc4
parent5bf8921116ce0972c23b78ea2d98e5c0c6a99ae2
parentf11631748ee6973f85238109a3fa8ab8e760e5a4
Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next

Samuel Ortiz says:

====================
NFC 4.4 pull request

This is the NFC pull request for 4.4.

It's a bit bigger than usual, the 3 main culprits being:

- A new driver for Intel's Fields Peak NCI chipset. In order to
  support this chipset we had to export a few NCI routines and
  extend the driver NCI ops to not only support proprietary
  commands but also core ones.

- Support for vendor commands for both STM drivers, st-nci
  and st21nfca. Those vendor commands allow to run factory tests
  through the NFC netlink interface.

- New i2c and SPI support for the Marvell driver, together with
  firmware download support for this driver's core.

Besides that we also have:

- A few file renames in the STM drivers, to keep the naming
  consistent between drivers.

- Some improvements and fixes on the NCI HCI layer, mostly to
  properly reach a secure element over a legacy HCI link.

- A few fixes for the s3fwrn5 and trf7970a drivers.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>