Age | Commit message (Expand) | Author |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König |
2021-10-11 | nfc: trf7970a: drop unneeded debug prints | Krzysztof Kozlowski |
2021-07-29 | nfc: trf7970a: constify several pointers | Krzysztof Kozlowski |
2021-07-25 | nfc: constify nfc_digital_ops | Krzysztof Kozlowski |
2021-01-25 | nfc: fix typo | wengjianfeng |
2020-10-20 | nfc: remove unneeded break | Tom Rix |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 417 | Thomas Gleixner |
2017-06-28 | NFC: trf7970a: Correct register settings for 27MHz clock | Geoff Lansberry |
2017-06-23 | Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands" | Mark Greer |
2017-06-22 | NFC: trf7970a: fix check of clock frequencies, use && instead of || | Colin Ian King |
2017-06-18 | NFC: trf7970a: Clean up coding style issues | Mark Greer |
2017-06-18 | NFC: trf7970a: Convert to descriptor based GPIO interface | Mark Greer |
2017-06-18 | NFC: trf7970a: Remove support for 'vin-voltage-override' DT property | Mark Greer |
2017-06-18 | NFC: trf7970a: Remove useless comment | Mark Greer |
2017-06-18 | NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specified | Mark Greer |
2017-06-18 | NFC: trf7970a: Fix inaccurate comment in trf7970a_probe() | Mark Greer |
2017-06-18 | NFC: trf7970a: Don't de-assert EN2 unless it was asserted | Mark Greer |
2017-04-05 | NFC: trf7970a: Add device tree option of 1.8 Volt IO voltage | Geoff Lansberry |
2017-04-05 | NFC: trf7970a: add device tree option for 27MHz clock | Geoff Lansberry |
2017-04-02 | NFC: Make EN2 pin optional in the TRF7970A driver | Guan Ben |
2016-07-04 | NFC: trf7970a: add TI recommended write of zero to Register 0x18 | Geoff Lansberry |
2015-12-29 | NFC: trf7970a: use to_spi_device | Geliang Tang |
2015-11-05 | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis |
2015-10-19 | NFC: trf7970a: Add OF match table | Javier Martinez Canillas |
2015-08-19 | NFC: trf7970a: Add NULL check to clear up smatch warning | Mark Greer |
2015-08-19 | NFC: trf7970a: SDD_EN is bit 5 not bit 3 | Mark Greer |
2015-06-08 | NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands | Mark A. Greer |
2014-12-15 | NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki |
2014-09-24 | NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen() | Mark A. Greer |
2014-09-24 | NFC: trf7970a: Unlock mutex before exiting trf7970a_irq() | Mark A. Greer |
2014-09-24 | NFC: trf7970a: Remove unnecessary local variable initialization | Mark A. Greer |
2014-09-24 | NFC: trf7970a: Remove useless local variable | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Add Target Mode Detection Support | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Add Target Mode Support | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Handle timeout values of zero | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Cancel timer when error encountered | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Don't turn on RF if there is already an RF field | Mark A. Greer |
2014-09-07 | NFC: trf7970a: trf7970a_init() turns off the RF transmitter | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Don't turn off RF if its already off | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Add '_in_' to initiator routines | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Delay after initialization | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Add System Suspend/Resume support | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Create startup and shutdown routines | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabled | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFF | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Return error code when turning on RF fails | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Ensure no more RX data before completing receive | Mark A. Greer |
2014-09-07 | NFC: trf7970a: Reread FIFO Status Register when draining FIFO | Mark A. Greer |