index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-05
NFC: pn544: Get rid of code duplication in ->probe()
Andy Shevchenko
1
-67
/
+17
2017-04-05
NFC: pn544: Add GPIO ACPI mapping table
Andy Shevchenko
1
-4
/
+17
2017-04-05
NFC: pn544: Convert to use devm_request_threaded_irq()
Andy Shevchenko
1
-11
/
+5
2017-04-05
NFC: pn544: Convert to use GPIO descriptor
Andy Shevchenko
1
-93
/
+33
2017-04-05
NFC: pn544: Get rid of platform data
Andy Shevchenko
2
-80
/
+6
2017-04-02
MAINTAINERS: Remove Lauro and Aloisio from the NFC maintainers list
Samuel Ortiz
1
-2
/
+0
2017-04-02
NFC: pn533: change order operations in dev registation
Andrey Rusalin
4
-27
/
+48
2017-04-02
NFC: pn533: improve cmd queue handling
Andrey Rusalin
1
-13
/
+27
2017-04-02
NFC: pn533: change order of free_irq and dev unregistration
Andrey Rusalin
1
-2
/
+2
2017-04-02
nfc: fdp: fix NULL pointer dereference
Sudip Mukherjee
1
-3
/
+3
2017-04-02
NFC: Make EN2 pin optional in the TRF7970A driver
Guan Ben
2
-14
/
+16
2017-04-02
nfc: nxp-nci: use msleep for long delays
Nicholas Mc Guire
1
-1
/
+1
2017-04-02
NFC: st21nfca: Fix potential memory leak
Christophe JAILLET
1
-6
/
+6
2017-04-02
NFC: nfcmrvl: double free on error path
Dan Carpenter
1
-3
/
+2
2017-04-02
nfc: st21nfca: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-04-02
nfc: pn544: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-04-02
nfc: nxp-nci: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-04-01
NFC: nxp-nci: Include unaligned.h instead of access_ok.h
Guenter Roeck
2
-2
/
+2
2017-04-01
NFC: nfcmrvl: Include unaligned.h instead of access_ok.h
Tobias Klauser
1
-1
/
+1
2017-04-01
NFC: nfcmrvl: drop duplicate header gpio.h
Geliang Tang
1
-1
/
+0
2017-04-01
NFC: remove TI nfcwilink driver
Rob Herring
3
-590
/
+0
2017-04-01
nfc: Fix hangup of RC-S380* in port100_send_ack()
OGAWA Hirofumi
1
-12
/
+23
2017-04-01
nfc: Fix RC-S380* needs zero-length packet
OGAWA Hirofumi
1
-0
/
+1
2017-04-01
nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDED
OGAWA Hirofumi
1
-9
/
+13
2017-04-01
nfc: Add support RC-S380P to port100
OGAWA Hirofumi
1
-3
/
+5
2017-04-01
selftests/bpf: add l4 load balancer test based on sched_cls
Alexei Starovoitov
3
-1
/
+563
2017-04-01
selftests/bpf: add a test for basic XDP functionality
Alexei Starovoitov
4
-1
/
+332
2017-04-01
selftests/bpf: add a test for overlapping packet range checks
Alexei Starovoitov
3
-4
/
+215
2017-04-01
tools/lib/bpf: expose bpf_program__set_type()
Alexei Starovoitov
2
-2
/
+3
2017-04-01
tools/lib/bpf: add support for BPF_PROG_TEST_RUN command
Alexei Starovoitov
3
-1
/
+51
2017-04-01
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
7
-3
/
+223
2017-04-01
net: dsa: Mock-up driver
Florian Fainelli
5
-1
/
+390
2017-04-01
net: dsa: mv88e6xxx: add cross-chip bridging
Vivien Didelot
1
-1
/
+33
2017-04-01
net: dsa: add cross-chip bridging operations
Vivien Didelot
2
-6
/
+14
2017-04-01
net: dsa: mv88e6xxx: remap existing bridge members
Vivien Didelot
1
-0
/
+20
2017-04-01
net: dsa: mv88e6xxx: factorize in-chip bridge map
Vivien Didelot
1
-22
/
+25
2017-04-01
net: dsa: mv88e6xxx: rework in-chip bridging
Vivien Didelot
1
-17
/
+32
2017-04-01
net: dsa: mv88e6xxx: allocate the number of ports
Vivien Didelot
1
-1
/
+1
2017-04-01
net: dsa: mv88e6xxx: program the PVT with all ones
Vivien Didelot
4
-9
/
+86
2017-04-01
net: dsa: mv88e6xxx: use 4-bit port for PVT data
Vivien Didelot
4
-0
/
+48
2017-04-01
net: dsa: mv88e6xxx: move PVT description in info
Vivien Didelot
3
-22
/
+34
2017-04-01
dpaa_eth: use AVOIDBLOCK for Tx confirmation queues
Madalin Bucur
1
-1
/
+1
2017-04-01
fsl/fman: take into account all RGMII modes
Madalin Bucur
2
-2
/
+11
2017-04-01
vxlan: vxlan dev should inherit lowerdev's gso_max_size
Felix Manlunas
1
-0
/
+5
2017-03-31
sock: avoid dirtying sk_stamp, if possible
Paolo Abeni
2
-2
/
+5
2017-03-31
ibmvnic: Cleanup failure path in ibmvnic_open
Nathan Fontenot
1
-32
/
+19
2017-03-31
ibmvnic: Create init/release routines for stats token
Nathan Fontenot
1
-12
/
+34
2017-03-31
ibmvnic: Merge the two release_sub_crq_queue routines
Nathan Fontenot
1
-32
/
+22
2017-03-31
ibmvnic: Create init and release routines for the rx pool
Nathan Fontenot
1
-103
/
+101
2017-03-31
ibmvnic: Create init and release routines for the tx pool
Nathan Fontenot
1
-56
/
+78
[next]