Age | Commit message (Expand) | Author |
2024-06-20 | nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König |
2023-05-22 | nfc: Switch i2c drivers back to use .probe() | Uwe Kleine-König |
2022-11-23 | nfc: st-nci: Convert to i2c's .probe_new() | Uwe Kleine-König |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König |
2021-10-11 | nfc: st-nci: drop unneeded debug prints | Krzysztof Kozlowski |
2021-07-25 | nfc: constify nfc_phy_ops | Krzysztof Kozlowski |
2021-05-31 | nfc: st-nci: drop ftrace-like debugging messages | Krzysztof Kozlowski |
2021-05-28 | nfc: st-nci: mark ACPI and OF device ID tables as maybe unused | Krzysztof Kozlowski |
2019-07-02 | nfc: st-nci: remove redundant assignment to variable r | Colin Ian King |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 | Thomas Gleixner |
2017-11-06 | nfc: st-nci: constify i2c_device_id | Arvind Yadav |
2017-06-22 | NFC: st-nci: Get rid of code duplication in ->probe() | Andy Shevchenko |
2017-06-22 | NFC: st-nci: Add GPIO ACPI mapping table | Andy Shevchenko |
2017-06-22 | NFC: st-nci: Use unified device properties API meaningfully | Andy Shevchenko |
2017-06-22 | NFC: st-nci: Covert to use GPIO descriptor | Andy Shevchenko |
2017-06-22 | NFC: st-nci: Get rid of "interesting" use of interrupt polarity | Andy Shevchenko |
2017-06-22 | NFC: st-nci: Get rid of platform data | Andy Shevchenko |
2016-05-04 | NFC: st-nci: i2c: Drop two useless checks in ACPI probe path | Christophe Ricard |
2016-05-04 | nfc: st-nci: set is_ese_present and is_uicc_present properly | Christophe Ricard |
2016-05-04 | nfc: st-nci: i2c: Change ST_NCI_GPIO_NAME_RESET to match DT | Christophe Ricard |
2016-05-01 | nfc: Drop owner assignment from i2c_driver | Krzysztof Kozlowski |
2015-12-29 | nfc: st-nci: Code cleanup | Christophe Ricard |
2015-12-29 | nfc: st-nci: Add support for acpi probing for i2c device. | Christophe Ricard |
2015-12-29 | nfc: st-nci: Add macro for gpio name | Christophe Ricard |
2015-12-29 | nfc: st-nci: Group device table together | Christophe Ricard |
2015-12-29 | nfc: st-nci: Remove unneeded CONFIG_OF switches | Christophe Ricard |
2015-10-27 | NFC: st-nci: remove duplicated skb dump | Christophe Ricard |
2015-10-27 | NFC: st-nci: Disable irq when powering the device up | Christophe Ricard |
2015-10-27 | NFC: st-nci: Add few code style fixes | Christophe Ricard |
2015-10-27 | NFC: st-nci: Add ese-present/uicc-present dts properties | Christophe Ricard |
2015-10-26 | NFC: st-nci: include st-nci.h instead of ndlc.h | Christophe Ricard |
2015-08-17 | nfc: st-nci: Fix non accurate comment for st_nci_i2c_read | Christophe Ricard |
2015-08-17 | nfc: st-nci: Fix typo when changing from st21nfcb to st-nci | Christophe Ricard |
2015-08-17 | nfc: st-nci: Remove duplicate file platform_data/st_nci.h | Christophe Ricard |
2015-06-10 | nfc: st-nci: Rename st21nfcb to st-nci | Christophe Ricard |