summaryrefslogtreecommitdiff
path: root/drivers/nfc/pn544
Commit message (Expand)AuthorAge
* nfc: pn544: constify i2c_device_idArvind Yadav2017-11-06
* NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-22
* networking: add and use skb_put_u8()Johannes Berg2017-06-16
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* NFC: pn544: Get rid of code duplication in ->probe()Andy Shevchenko2017-04-05
* NFC: pn544: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-05
* NFC: pn544: Convert to use devm_request_threaded_irq()Andy Shevchenko2017-04-05
* NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko2017-04-05
* NFC: pn544: Get rid of platform dataAndy Shevchenko2017-04-05
* nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-02
* nfc: mei: use module_mei_cl_driver macroTomas Winkler2016-10-28
* nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-05-01
* NFC: pn544: Drop two useless checks in ACPI probe pathMika Westerberg2016-03-03
* nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard2015-12-29
* nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard2015-12-29
* Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-04
|\
| * mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler2015-09-20
| * mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler2015-09-20
| * mei: bus: add client protocol version to the device aliasTomas Winkler2015-09-20
* | NFC: pn544: Auto-select core moduleJean Delvare2015-10-19
|/
* Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-26
|\
| * mei: bus: report also uuid in module aliasTomas Winkler2015-05-24
* | NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-06-09
|/
* NFC: logging neateningJoe Perches2015-04-07
* NFC: Add ACPI support for NXP PN544Robert Dolca2015-01-28
* NFC: PN544: GPIO access that may sleepRobert Dolca2015-01-28
* NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard2015-01-28
* NFC: Don't include linux/unaligned/access_ok.hJohannes Berg2014-11-28
* NFC: pn544_i2c: Fix null pointer exception when not using platform dataClement Perrochaud2014-04-22
* NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544Clement Perrochaud2014-04-22
* NFC: pn544: i2c: Support PN544 C3 secure firmware downloadArron Wang2014-02-16
* NFC: pn544: Pass hardware variant information when downloading firmwareArron Wang2014-02-16
* NFC: pn544: Refactor hw_config valuesArman Uguray2014-01-04
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-11
* NFC: Standardize logging styleJoe Perches2013-09-25
* NFC: pn544: Add SE enable/disable operationArron Wang2013-09-25
* NFC: pn544: Add SE discover operationArron Wang2013-09-25
* NFC: pn544: i2c: Add firmware download implementation for pn544Eric Lapuyade2013-08-14
* NFC: pn544: Add firmware operations hci opsEric Lapuyade2013-08-14
* NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade2013-08-14
* NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-14
* NFC: pn544: Remove Felica and Jewel device presence checkArron Wang2013-06-14
* NFC: pn544: Identify Type F NFC-DEP through NFCID2Arron Wang2013-06-14
* NFC: mei: Do not disable MEI devices from their remove routineSamuel Ortiz2013-05-21
* NFC: mei_phy: Register event callback when enabling the deviceSamuel Ortiz2013-05-21
* NFC: pn544: Add MEI physical layerSamuel Ortiz2013-04-16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-28
|\
| * NFC: Initial Secure Element APISamuel Ortiz2013-01-10
| * NFC: pn544: Use devm_kzalloc APISamuel Ortiz2013-01-10