| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
| * | NFC: trf7970a: Clean up coding style issues | Mark Greer | 2017-06-18 | 1 | -144/+147 |
| * | NFC: trf7970a: Convert to descriptor based GPIO interface | Mark Greer | 2017-06-18 | 2 | -37/+26 |
| * | NFC: trf7970a: Remove support for 'vin-voltage-override' DT property | Mark Greer | 2017-06-18 | 1 | -10/+1 |
| * | NFC: trf7970a: Remove useless comment | Mark Greer | 2017-06-18 | 1 | -1/+1 |
| * | NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specified | Mark Greer | 2017-06-18 | 1 | -3/+3 |
| * | NFC: trf7970a: Fix inaccurate comment in trf7970a_probe() | Mark Greer | 2017-06-18 | 1 | -1/+1 |
| * | NFC: trf7970a: Don't de-assert EN2 unless it was asserted | Mark Greer | 2017-06-18 | 1 | -2/+4 |
* | | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 2017-06-20 | 1 | -2/+2 |
|/ |
|
* | networking: add and use skb_put_u8() | Johannes Berg | 2017-06-16 | 9 | -32/+32 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 11 | -36/+36 |
* | networking: make skb_pull & friends return void pointers | Johannes Berg | 2017-06-16 | 1 | -2/+1 |
* | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 9 | -33/+33 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 14 | -46/+36 |
* | networking: use skb_put_zero() | Johannes Berg | 2017-06-13 | 1 | -2/+1 |
* | nfc: fix get_unaligned_...() misuses | Al Viro | 2017-04-17 | 2 | -4/+3 |
* | NFC: pn533: use constant off-stack buffer for sending acks | Michał Mirosław | 2017-04-17 | 2 | -3/+3 |
* | NFC: trf7970a: Add device tree option of 1.8 Volt IO voltage | Geoff Lansberry | 2017-04-05 | 1 | -1/+25 |
* | NFC: trf7970a: add device tree option for 27MHz clock | Geoff Lansberry | 2017-04-05 | 1 | -11/+39 |
* | NFC: st21nfca: Use unified device property API meaningfully | Andy Shevchenko | 2017-04-05 | 1 | -24/+5 |
* | NFC: st21nfca: Covert to use GPIO descriptor | Andy Shevchenko | 2017-04-05 | 1 | -27/+13 |
* | NFC: st21nfca: Get rid of "interesting" use of interrupt polarity | Andy Shevchenko | 2017-04-05 | 1 | -6/+1 |
* | NFC: st21nfca: Get rid of platform data | Andy Shevchenko | 2017-04-05 | 1 | -43/+3 |
* | NFC: st21nfca: Fix obvious typo when check error code | Andy Shevchenko | 2017-04-05 | 1 | -2/+2 |
* | NFC: pn544: Get rid of code duplication in ->probe() | Andy Shevchenko | 2017-04-05 | 1 | -67/+17 |
* | NFC: pn544: Add GPIO ACPI mapping table | Andy Shevchenko | 2017-04-05 | 1 | -4/+17 |
* | NFC: pn544: Convert to use devm_request_threaded_irq() | Andy Shevchenko | 2017-04-05 | 1 | -11/+5 |
* | NFC: pn544: Convert to use GPIO descriptor | Andy Shevchenko | 2017-04-05 | 1 | -93/+33 |
* | NFC: pn544: Get rid of platform data | Andy Shevchenko | 2017-04-05 | 1 | -37/+6 |
* | NFC: pn533: change order operations in dev registation | Andrey Rusalin | 2017-04-02 | 4 | -27/+48 |
* | NFC: pn533: improve cmd queue handling | Andrey Rusalin | 2017-04-02 | 1 | -13/+27 |
* | NFC: pn533: change order of free_irq and dev unregistration | Andrey Rusalin | 2017-04-02 | 1 | -2/+2 |
* | nfc: fdp: fix NULL pointer dereference | Sudip Mukherjee | 2017-04-02 | 1 | -3/+3 |
* | NFC: Make EN2 pin optional in the TRF7970A driver | Guan Ben | 2017-04-02 | 1 | -12/+14 |
* | nfc: nxp-nci: use msleep for long delays | Nicholas Mc Guire | 2017-04-02 | 1 | -1/+1 |
* | NFC: st21nfca: Fix potential memory leak | Christophe JAILLET | 2017-04-02 | 1 | -6/+6 |
* | NFC: nfcmrvl: double free on error path | Dan Carpenter | 2017-04-02 | 1 | -3/+2 |
* | nfc: st21nfca: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 2017-04-02 | 1 | -1/+0 |
* | nfc: pn544: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 2017-04-02 | 1 | -1/+0 |
* | nfc: nxp-nci: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 2017-04-02 | 1 | -1/+0 |
* | NFC: nxp-nci: Include unaligned.h instead of access_ok.h | Guenter Roeck | 2017-04-01 | 2 | -2/+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: remove TI nfcwilink driver | Rob Herring | 2017-04-01 | 3 | -590/+0 |
* | nfc: Fix hangup of RC-S380* in port100_send_ack() | OGAWA Hirofumi | 2017-04-01 | 1 | -12/+23 |
* | nfc: Fix RC-S380* needs zero-length packet | OGAWA Hirofumi | 2017-04-01 | 1 | -0/+1 |
* | nfc: Add support RC-S380P to port100 | OGAWA Hirofumi | 2017-04-01 | 1 | -3/+5 |
* | scripts/spelling.txt: add "omited" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 |
* | mei: bus: split RX and async notification callbacks | Alexander Usyskin | 2016-11-17 | 1 | -20/+16 |