| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 5 | -0/+5 |
* | Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2017-07-01 | 13 | -592/+313 |
|\ |
|
| * | NFC: trf7970a: Correct register settings for 27MHz clock | Geoff Lansberry | 2017-06-28 | 1 | -0/+7 |
| * | NFC: add NULL checks to avoid potential NULL pointer dereference | Gustavo A. R. Silva | 2017-06-23 | 1 | -2/+4 |
| * | Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands" | Mark Greer | 2017-06-23 | 1 | -21/+4 |
| * | NFC: trf7970a: fix check of clock frequencies, use && instead of || | Colin Ian King | 2017-06-22 | 1 | -1/+1 |
| * | NFC: st-nci: Get rid of code duplication in ->probe() | Andy Shevchenko | 2017-06-22 | 2 | -103/+18 |
| * | NFC: st-nci: Add GPIO ACPI mapping table | Andy Shevchenko | 2017-06-22 | 2 | -8/+26 |
| * | NFC: st-nci: Use unified device properties API meaningfully | Andy Shevchenko | 2017-06-22 | 2 | -48/+11 |
| * | NFC: st-nci: Covert to use GPIO descriptor | Andy Shevchenko | 2017-06-22 | 2 | -58/+28 |
| * | NFC: st-nci: Get rid of "interesting" use of interrupt polarity | Andy Shevchenko | 2017-06-22 | 2 | -14/+2 |
| * | NFC: st-nci: Get rid of platform data | Andy Shevchenko | 2017-06-22 | 2 | -82/+4 |
| * | NFC: fdp: Add GPIO ACPI mapping table | Andy Shevchenko | 2017-06-22 | 1 | -4/+12 |
| * | NFC: fdp: Convert to use devres API | Andy Shevchenko | 2017-06-22 | 2 | -16/+9 |
| * | NFC: fdp: Convert I2C driver to ->probe_new() | Andy Shevchenko | 2017-06-22 | 1 | -10/+2 |
| * | NFC: st21nfca: Get rid of code duplication in ->probe() | Andy Shevchenko | 2017-06-22 | 1 | -52/+10 |
| * | NFC: st21nfca: Add GPIO ACPI mapping table | Andy Shevchenko | 2017-06-22 | 1 | -4/+14 |
| * | NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios() | Andy Shevchenko | 2017-06-22 | 1 | -2/+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 |
| * | 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 |