| Commit message (Expand) | Author | Age | Files | Lines |
* | NFC: nfcmrvl_uart: fix OF child-node lookup | Johan Hovold | 2018-11-13 | 1 | -3/+2 |
* | NFC: nfcmrvl_usb: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 2018-06-28 | 1 | -2/+3 |
* | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook | 2017-11-21 | 1 | -4/+3 |
* | nfc: nfcmrvl: constify i2c_device_id | Arvind Yadav | 2017-11-06 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | NFC: nfcmrvl: allow gpio 0 for reset signalling | Johan Hovold | 2017-06-18 | 1 | -5/+4 |
* | NFC: nfcmrvl_usb: use interface as phy device | Johan Hovold | 2017-06-18 | 1 | -3/+1 |
* | NFC: nfcmrvl_uart: fix device-node leak during probe | Johan Hovold | 2017-06-18 | 1 | -0/+3 |
* | NFC: nfcmrvl: fix firmware-management initialisation | Johan Hovold | 2017-06-18 | 1 | -7/+9 |
* | NFC: nfcmrvl: use nfc-device for firmware download | Johan Hovold | 2017-06-18 | 1 | -2/+5 |
* | NFC: nfcmrvl: do not use device-managed resources | Johan Hovold | 2017-06-18 | 1 | -8/+11 |
* | NFC: nfcmrvl_uart: add missing tty-device sanity check | Johan Hovold | 2017-06-18 | 1 | -4/+4 |
* | networking: add and use skb_put_u8() | Johannes Berg | 2017-06-16 | 1 | -2/+2 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 1 | -3/+3 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 3 | -7/+6 |
* | nfc: fix get_unaligned_...() misuses | Al Viro | 2017-04-17 | 1 | -3/+2 |
* | NFC: nfcmrvl: double free on error path | Dan Carpenter | 2017-04-02 | 1 | -3/+2 |
* | NFC: nfcmrvl: Include unaligned.h instead of access_ok.h | Tobias Klauser | 2017-04-01 | 1 | -1/+1 |
* | NFC: nfcmrvl: drop duplicate header gpio.h | Geliang Tang | 2017-04-01 | 1 | -1/+0 |
* | NFC: nfcmrvl: avoid being stuck on FW dnld timeout | Vincent Cuissard | 2015-11-05 | 1 | -3/+9 |
* | NFC: nfcmrvl: remove unneeded CONFIG_OF switches | Vincent Cuissard | 2015-11-05 | 2 | -24/+0 |
* | NFC: nfcmrvl: free reset gpio | Vincent Cuissard | 2015-11-05 | 1 | -0/+3 |
* | NFC: nfcmrvl: add a small wait after setting UART break | Vincent Cuissard | 2015-11-05 | 1 | -1/+3 |
* | NFC: nfcmrvl: avoid UART break control during FW download | Vincent Cuissard | 2015-11-05 | 1 | -4/+6 |
* | NFC: nfcmrvl: fix SPI driver dependencies | Arnd Bergmann | 2015-11-05 | 1 | -1/+1 |
* | NFC: nfcmrvl: update device tree bindings for Marvell NFC | Vincent Cuissard | 2015-10-27 | 3 | -5/+9 |
* | NFC: nfcmrvl: add spi driver | Vincent Cuissard | 2015-10-27 | 4 | -1/+246 |
* | NFC: nfcmrvl: add i2c driver | Vincent Cuissard | 2015-10-27 | 5 | -4/+311 |
* | NFC: nfcmrvl: configure head/tail room values per low level drivers | Vincent Cuissard | 2015-10-27 | 4 | -9/+14 |
* | NFC: nfcmrvl: add firmware download support | Vincent Cuissard | 2015-10-27 | 7 | -10/+718 |
* | NFC: nfcmrvl: remove unneeded version defines | Vincent Cuissard | 2015-10-27 | 2 | -9/+3 |
* | NFC: nfcmrvl: Auto-select core module | Jean Delvare | 2015-10-19 | 1 | -7/+5 |
* | NFC: nfcmrvl: set PB_BAIL_OUT at setup | Vincent Cuissard | 2015-06-13 | 2 | -0/+9 |
* | NFC: nfcmrvl: Allow ISO15693 protocol | Vincent Cuissard | 2015-06-13 | 1 | -0/+1 |
* | NFC: nfcmrvl: small fix in USB driver | Vincent Cuissard | 2015-06-13 | 1 | -0/+1 |
* | NFC: nfcmrvl: add UART driver | Vincent Cuissard | 2015-06-11 | 4 | -0/+246 |
* | NFC: nfcmrvl: add platform_data and DT configuration | Vincent Cuissard | 2015-06-11 | 3 | -26/+82 |
* | NFC: nfcmrvl: add chip reset management | Vincent Cuissard | 2015-06-11 | 2 | -0/+38 |
* | NFC: nfcmrvl: update USB device id | Vincent Cuissard | 2015-06-11 | 1 | -1/+2 |
* | NFC: nfcmrvl: update nci recv frame API | Vincent Cuissard | 2015-06-11 | 3 | -16/+23 |
* | NFC: nfcmrvl: add support of HCI-based transport | Vincent Cuissard | 2015-06-11 | 3 | -4/+52 |
* | NFC: nfcmrvl: remove integration related settings | Vincent Cuissard | 2015-06-11 | 1 | -9/+0 |
* | NFC: logging neatening | Joe Perches | 2015-04-07 | 2 | -11/+11 |
* | NFC: nfcmrvl: Fix possible memory leak issue | Amitkumar Karwar | 2014-01-09 | 1 | -2/+7 |
* | NFC: nfcmrvl: Add setup handler | Amitkumar Karwar | 2014-01-07 | 2 | -0/+21 |
* | NFC: nfcmrvl: Initial commit for Marvell NFC driver | Amitkumar Karwar | 2014-01-07 | 5 | -0/+678 |