]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 May 2016 00:00:54 +0000 (20:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 May 2016 00:00:54 +0000 (20:00 -0400)
commit6ccd882fb949572cc0175c66f3890c2d6789a945
treec66cf156a5a6a3d168dfbcfddee480d059a1c1ec
parent2e80f0aa865d036c8550671e4ce46fb4261ebfbb
parent5fe872a0c74fae481c40d9f930408ee2dbe9f830
Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next

Samuel Ortiz says:

====================
NFC 4.7 pull request

This is the first NFC pull request for 4.7. With this one we
mainly have:

- Support for NXP's pn532 NFC chipset. The pn532 is based on the same
  microcontroller as the pn533, but it talks to the host through i2c
  instead of USB. By separating the pn533 driver into core and PHY
  parts, we can not add the i2c layer and support the pn532 chipset.

- Support for NCI's loopback mode. This is a testing mode where each
  packet received by the NFCC is sent back to the DH, allowing the
  host to test that the controller can receive and send data.

- A few ACPI related fixes for the STMicro drivers, in order to match
  the device tree naming scheme.

- A bunch of cleanups for the st-nci and the st21nfca STMicro drivers.
====================

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