summaryrefslogtreecommitdiff
path: root/drivers/nfc/st-nci/i2c.c
AgeCommit message (Expand)Author
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23nfc: st-nci: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2021-10-11nfc: st-nci: drop unneeded debug printsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski
2021-05-31nfc: st-nci: drop ftrace-like debugging messagesKrzysztof Kozlowski
2021-05-28nfc: st-nci: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski
2019-07-02nfc: st-nci: remove redundant assignment to variable rColin Ian King
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner
2017-11-06nfc: st-nci: constify i2c_device_idArvind Yadav
2017-06-22NFC: st-nci: Get rid of code duplication in ->probe()Andy Shevchenko
2017-06-22NFC: st-nci: Add GPIO ACPI mapping tableAndy Shevchenko
2017-06-22NFC: st-nci: Use unified device properties API meaningfullyAndy Shevchenko
2017-06-22NFC: st-nci: Covert to use GPIO descriptorAndy Shevchenko
2017-06-22NFC: st-nci: Get rid of "interesting" use of interrupt polarityAndy Shevchenko
2017-06-22NFC: st-nci: Get rid of platform dataAndy Shevchenko
2016-05-04NFC: st-nci: i2c: Drop two useless checks in ACPI probe pathChristophe Ricard
2016-05-04nfc: st-nci: set is_ese_present and is_uicc_present properlyChristophe Ricard
2016-05-04nfc: st-nci: i2c: Change ST_NCI_GPIO_NAME_RESET to match DTChristophe Ricard
2016-05-01nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-12-29nfc: st-nci: Code cleanupChristophe Ricard
2015-12-29nfc: st-nci: Add support for acpi probing for i2c device.Christophe Ricard
2015-12-29nfc: st-nci: Add macro for gpio nameChristophe Ricard
2015-12-29nfc: st-nci: Group device table togetherChristophe Ricard
2015-12-29nfc: st-nci: Remove unneeded CONFIG_OF switchesChristophe Ricard
2015-10-27NFC: st-nci: remove duplicated skb dumpChristophe Ricard
2015-10-27NFC: st-nci: Disable irq when powering the device upChristophe Ricard
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard
2015-10-27NFC: st-nci: Add ese-present/uicc-present dts propertiesChristophe Ricard
2015-10-26NFC: st-nci: include st-nci.h instead of ndlc.hChristophe Ricard
2015-08-17nfc: st-nci: Fix non accurate comment for st_nci_i2c_readChristophe Ricard
2015-08-17nfc: st-nci: Fix typo when changing from st21nfcb to st-nciChristophe Ricard
2015-08-17nfc: st-nci: Remove duplicate file platform_data/st_nci.hChristophe Ricard
2015-06-10nfc: st-nci: Rename st21nfcb to st-nciChristophe Ricard