aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544/i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06nfc: pn544: constify i2c_device_idArvind Yadav1-1/+1
2017-06-22NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko1-2/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-3/+3
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+3
2017-04-05NFC: pn544: Get rid of code duplication in ->probe()Andy Shevchenko1-67/+17
2017-04-05NFC: pn544: Add GPIO ACPI mapping tableAndy Shevchenko1-4/+17
2017-04-05NFC: pn544: Convert to use devm_request_threaded_irq()Andy Shevchenko1-11/+5
2017-04-05NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko1-93/+33
2017-04-05NFC: pn544: Get rid of platform dataAndy Shevchenko1-37/+6
2017-04-02nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-05-01nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2016-03-03NFC: pn544: Drop two useless checks in ACPI probe pathMika Westerberg1-13/+1
2015-12-29nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard1-34/+1
2015-12-29nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard1-11/+0
2015-06-09NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König1-32/+11
2015-04-07NFC: logging neateningJoe Perches1-5/+2
2015-01-28NFC: Add ACPI support for NXP PN544Robert Dolca1-2/+109
2015-01-28NFC: PN544: GPIO access that may sleepRobert Dolca1-10/+12
2014-11-28NFC: Don't include linux/unaligned/access_ok.hJohannes Berg1-1/+1
2014-04-22NFC: pn544_i2c: Fix null pointer exception when not using platform dataClement Perrochaud1-1/+5
2014-04-22NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544Clement Perrochaud1-17/+131
2014-02-16NFC: pn544: i2c: Support PN544 C3 secure firmware downloadArron Wang1-6/+174
2014-02-16NFC: pn544: Pass hardware variant information when downloading firmwareArron Wang1-1/+13
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-09-25NFC: Standardize logging styleJoe Perches1-23/+19
2013-08-14NFC: pn544: i2c: Add firmware download implementation for pn544Eric Lapuyade1-12/+334
2013-08-14NFC: pn544: Add firmware operations hci opsEric Lapuyade1-1/+1
2013-08-14NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade1-3/+11
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-37/+7
2013-01-10NFC: pn544: Use devm_kzalloc APISamuel Ortiz1-14/+6
2013-01-10NFC: pn544: Use module_i2c_driverSamuel Ortiz1-23/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-11-19NFC: Move pn544.h to linux/platform_data/Marcel Holtmann1-1/+1
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade1-0/+500