diff options
| author | David S. Miller <davem@davemloft.net> | 2015-10-30 07:19:43 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-10-30 07:19:43 -0400 |
| commit | 740215ddb5b3faa0006505de073654cc50e9a299 (patch) | |
| tree | d5fe2874a75353e042f5c541aa15f34167d51fc4 /include/linux/platform_data | |
| parent | 5bf8921116ce0972c23b78ea2d98e5c0c6a99ae2 (diff) | |
| parent | f11631748ee6973f85238109a3fa8ab8e760e5a4 (diff) | |
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>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/nfcmrvl.h | 8 | ||||
| -rw-r--r-- | include/linux/platform_data/st-nci.h | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/platform_data/nfcmrvl.h b/include/linux/platform_data/nfcmrvl.h index ac91707dabcb..a6f9d633f5be 100644 --- a/include/linux/platform_data/nfcmrvl.h +++ b/include/linux/platform_data/nfcmrvl.h | |||
| @@ -35,6 +35,14 @@ struct nfcmrvl_platform_data { | |||
| 35 | unsigned int flow_control; | 35 | unsigned int flow_control; |
| 36 | /* Tell if firmware supports break control for power management */ | 36 | /* Tell if firmware supports break control for power management */ |
| 37 | unsigned int break_control; | 37 | unsigned int break_control; |
| 38 | |||
| 39 | |||
| 40 | /* | ||
| 41 | * I2C specific | ||
| 42 | */ | ||
| 43 | |||
| 44 | unsigned int irq; | ||
| 45 | unsigned int irq_polarity; | ||
| 38 | }; | 46 | }; |
| 39 | 47 | ||
| 40 | #endif /* _NFCMRVL_PTF_H_ */ | 48 | #endif /* _NFCMRVL_PTF_H_ */ |
diff --git a/include/linux/platform_data/st-nci.h b/include/linux/platform_data/st-nci.h index d9d400a297bd..f6494b347c06 100644 --- a/include/linux/platform_data/st-nci.h +++ b/include/linux/platform_data/st-nci.h | |||
| @@ -24,6 +24,8 @@ | |||
| 24 | struct st_nci_nfc_platform_data { | 24 | struct st_nci_nfc_platform_data { |
| 25 | unsigned int gpio_reset; | 25 | unsigned int gpio_reset; |
| 26 | unsigned int irq_polarity; | 26 | unsigned int irq_polarity; |
| 27 | bool is_ese_present; | ||
| 28 | bool is_uicc_present; | ||
| 27 | }; | 29 | }; |
| 28 | 30 | ||
| 29 | #endif /* _ST_NCI_H_ */ | 31 | #endif /* _ST_NCI_H_ */ |
