Age | Commit message (Expand) | Author | Files | Lines |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
2019-12-10 | NFC: nxp-nci: Fix probing without ACPI | Stephan Gerhold | 1 | -1/+1 |
2019-11-12 | NFC: nxp-nci: Fix NULL pointer dereference after I2C communication error | Stephan Gerhold | 1 | -2/+4 |
2019-07-29 | NFC: nxp-nci: Fix recommendation for NFC_NXP_NCI_I2C Kconfig | Sedat Dilek | 1 | -1/+1 |
2019-07-29 | NFC: nxp-nci: Clarify on supported chips | Sedat Dilek | 1 | -2/+2 |
2019-07-29 | NFC: nxp-nci: Remove 'default n' for the core | Andy Shevchenko | 1 | -1/+0 |
2019-07-29 | NFC: nxp-nci: Remove unused macro pr_fmt() | Andy Shevchenko | 1 | -2/+0 |
2019-07-29 | NFC: nxp-nci: Drop comma in terminator lines | Andy Shevchenko | 1 | -2/+2 |
2019-07-29 | NFC: nxp-nci: Drop of_match_ptr() use | Andy Shevchenko | 1 | -1/+1 |
2019-07-29 | NFC: nxp-nci: Constify acpi_device_id | Andy Shevchenko | 1 | -1/+1 |
2019-07-29 | NFC: nxp-nci: Get rid of useless label | Andy Shevchenko | 1 | -8/+4 |
2019-07-29 | NFC: nxp-nci: Get rid of code duplication in ->probe() | Andy Shevchenko | 1 | -53/+15 |
2019-07-29 | NFC: nxp-nci: Add GPIO ACPI mapping table | Andy Shevchenko | 1 | -2/+16 |
2019-07-29 | NFC: nxp-nci: Convert to use GPIO descriptor | Andy Shevchenko | 2 | -46/+15 |
2019-07-29 | NFC: nxp-nci: Get rid of platform data | Andy Shevchenko | 3 | -10/+1 |
2019-07-29 | NFC: nxp-nci: Add NXP1001 to the ACPI ID table | Andy Shevchenko | 1 | -0/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 | Thomas Gleixner | 4 | -48/+4 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2017-11-06 | nfc: nxp-nci: constify i2c_device_id | Arvind Yadav | 1 | -1/+1 |
2017-06-16 | networking: make skb_pull & friends return void pointers | Johannes Berg | 1 | -2/+1 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 2 | -5/+3 |
2017-04-17 | nfc: fix get_unaligned_...() misuses | Al Viro | 1 | -1/+1 |
2017-04-02 | nfc: nxp-nci: use msleep for long delays | Nicholas Mc Guire | 1 | -1/+1 |
2017-04-02 | nfc: nxp-nci: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 1 | -1/+0 |
2017-04-02 | NFC: nxp-nci: Include unaligned.h instead of access_ok.h | Guenter Roeck | 2 | -2/+2 |
2016-05-02 | nfc: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2015-12-29 | nfc: nxp-nci: Remove i2c client gpio irq configuration | Christophe Ricard | 1 | -19/+2 |
2015-12-29 | nfc: nxp-nci: Remove #ifdef CONFIG_OF | Christophe Ricard | 1 | -11/+0 |
2015-11-18 | nxp-nci: i2c: Do not check specifically for -EREMOTEIO error | Fabio Estevam | 1 | -1/+1 |
2015-10-19 | NFC: nxp-nci: constify nxp_nci_phy_ops structure | Julia Lawall | 3 | -4/+6 |
2015-07-06 | NFC: nxp-nci_i2c: use flags argument of devm_gpiod_get_index | Uwe Kleine-König | 1 | -7/+3 |
2015-06-09 | NFC: Remove obsolete setting of DEBUG | Valentin Rothberg | 1 | -2/+0 |
2015-06-09 | NFC: nxp-nci: Fix build warning | Samuel Ortiz | 1 | -0/+1 |
2015-06-09 | NFC: nxp-nci_i2c: Add support for enumerating through ACPI | Oleg Zhurakivskyy | 1 | -0/+51 |
2015-04-06 | NFC: nxp-nci: Release firmware when switching to FW mode fails | Samuel Ortiz | 1 | -1/+3 |
2015-04-06 | NFC: nxp-nxi: Remove useless fw pointer check | Samuel Ortiz | 1 | -2/+1 |
2015-03-26 | NFC: nxp-nci_i2c: Add I2C support to NXP NCI driver | Clément Perrochaud | 3 | -0/+429 |
2015-03-26 | NFC: nxp-nci: Add support for NXP NCI chips | Clément Perrochaud | 5 | -0/+621 |