summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1Star
* nfc: pn544: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-221-2/+1Star
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-3/+3
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+3
* NFC: pn544: Get rid of code duplication in ->probe()Andy Shevchenko2017-04-051-67/+17Star
* NFC: pn544: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-051-4/+17
* NFC: pn544: Convert to use devm_request_threaded_irq()Andy Shevchenko2017-04-051-11/+5Star
* NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko2017-04-051-93/+33Star
* NFC: pn544: Get rid of platform dataAndy Shevchenko2017-04-051-37/+6Star
* nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0Star
* nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-05-011-1/+0Star
* NFC: pn544: Drop two useless checks in ACPI probe pathMika Westerberg2016-03-031-13/+1Star
* nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard2015-12-291-34/+1Star
* nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard2015-12-291-11/+0Star
* NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-06-091-32/+11Star
* NFC: logging neateningJoe Perches2015-04-071-5/+2Star
* NFC: Add ACPI support for NXP PN544Robert Dolca2015-01-281-2/+109
* NFC: PN544: GPIO access that may sleepRobert Dolca2015-01-281-10/+12
* NFC: Don't include linux/unaligned/access_ok.hJohannes Berg2014-11-281-1/+1
* NFC: pn544_i2c: Fix null pointer exception when not using platform dataClement Perrochaud2014-04-221-1/+5
* NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544Clement Perrochaud2014-04-221-17/+131
* NFC: pn544: i2c: Support PN544 C3 secure firmware downloadArron Wang2014-02-161-6/+174
* NFC: pn544: Pass hardware variant information when downloading firmwareArron Wang2014-02-161-1/+13
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1Star
* NFC: Standardize logging styleJoe Perches2013-09-251-23/+19Star
* NFC: pn544: i2c: Add firmware download implementation for pn544Eric Lapuyade2013-08-141-12/+334
* NFC: pn544: Add firmware operations hci opsEric Lapuyade2013-08-141-1/+1
* NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade2013-08-141-3/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-37/+7Star
|\
| * NFC: pn544: Use devm_kzalloc APISamuel Ortiz2013-01-101-14/+6Star
| * NFC: pn544: Use module_i2c_driverSamuel Ortiz2013-01-101-23/+1Star
* | Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+4
|/
* NFC: Move pn544.h to linux/platform_data/Marcel Holtmann2012-11-191-1/+1
* NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade2012-10-261-0/+500