summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: pn544: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* nfc: pn544: make array rset_cmd static constColin Ian King2022-01-111-1/+1
* nfc: constify nfc_phy_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-05-311-7/+0
* nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-281-2/+2
* nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko2020-02-191-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1
* 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/+1
* 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/+17
* 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/+5
* NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko2017-04-051-93/+33
* NFC: pn544: Get rid of platform dataAndy Shevchenko2017-04-051-37/+6
* nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0
* nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-05-011-1/+0
* NFC: pn544: Drop two useless checks in ACPI probe pathMika Westerberg2016-03-031-13/+1
* nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard2015-12-291-34/+1
* nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard2015-12-291-11/+0
* NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-06-091-32/+11
* NFC: logging neateningJoe Perches2015-04-071-5/+2
* 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/+1
* NFC: Standardize logging styleJoe Perches2013-09-251-23/+19
* 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/+7
|\
| * NFC: pn544: Use devm_kzalloc APISamuel Ortiz2013-01-101-14/+6
| * NFC: pn544: Use module_i2c_driverSamuel Ortiz2013-01-101-23/+1
* | Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-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