index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-08
NFC: st21nfca: Change nfcid3 generation
Christophe Ricard
1
-1
/
+1
2014-09-07
NFC: st21nfca: Remove useless new line in nfc_err call
Christophe Ricard
1
-2
/
+1
2014-09-07
NFC: st21nfca: Fix logic when setting session_id
Christophe Ricard
1
-1
/
+4
2014-09-07
NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointer
Christophe Ricard
1
-10
/
+5
2014-09-07
NFC: st21nfcb: Remove useless new line in nfc_err call
Christophe Ricard
1
-2
/
+1
2014-09-07
NFC: st21nfcb: Remove double assignment of .owner in struct device_driver
Christophe Ricard
1
-1
/
+0
2014-09-07
NFC: st21nfcb: Convert to use devm_gpio_request_one
Christophe Ricard
1
-24
/
+6
2014-09-07
NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs w...
Christophe Ricard
1
-1
/
+1
2014-09-07
NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after...
Christophe Ricard
3
-0
/
+4
2014-09-07
NFC: st21nfca: Fix sparse: cast to restricted __be32
Christophe Ricard
1
-2
/
+2
2014-09-07
NFC: st21nfca: Convert to use devm_gpio_request_one
Axel Lin
1
-22
/
+6
2014-09-07
NFC: st21nfca: Remove double assignment of .owner in struct device_driver
Emil Goode
1
-1
/
+0
2014-09-07
NFC: trf7970a: Add Target Mode Detection Support
Mark A. Greer
1
-6
/
+154
2014-09-07
NFC: trf7970a: Add Target Mode Support
Mark A. Greer
1
-35
/
+339
2014-09-07
NFC: trf7970a: Handle timeout values of zero
Mark A. Greer
1
-7
/
+22
2014-09-07
NFC: trf7970a: Cancel timer when error encountered
Mark A. Greer
1
-0
/
+2
2014-09-07
NFC: trf7970a: Don't turn on RF if there is already an RF field
Mark A. Greer
1
-2
/
+49
2014-09-07
NFC: trf7970a: trf7970a_init() turns off the RF transmitter
Mark A. Greer
1
-0
/
+2
2014-09-07
NFC: trf7970a: Don't turn off RF if its already off
Mark A. Greer
1
-0
/
+4
2014-09-07
NFC: trf7970a: Add '_in_' to initiator routines
Mark A. Greer
1
-4
/
+4
2014-09-07
NFC: trf7970a: Delay after initialization
Mark A. Greer
1
-0
/
+2
2014-09-07
NFC: trf7970a: Add System Suspend/Resume support
Mark A. Greer
1
-0
/
+37
2014-09-07
NFC: trf7970a: Create startup and shutdown routines
Mark A. Greer
1
-29
/
+43
2014-09-07
NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabled
Mark A. Greer
1
-36
/
+96
2014-09-07
NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFF
Mark A. Greer
1
-8
/
+8
2014-09-07
NFC: trf7970a: Return error code when turning on RF fails
Mark A. Greer
1
-6
/
+15
2014-09-07
NFC: trf7970a: Ensure no more RX data before completing receive
Mark A. Greer
1
-1
/
+1
2014-09-07
NFC: trf7970a: Reread FIFO Status Register when draining FIFO
Mark A. Greer
1
-0
/
+15
2014-09-07
NFC: trf7970a: Handle low-watermark IRQ when transmitting
Mark A. Greer
1
-1
/
+11
2014-09-07
NFC: trf7970a: Only fill FIFO if there is space
Mark A. Greer
1
-0
/
+6
2014-09-07
NFC: trf7970a: Prefix TX data when refilling FIFO
Mark A. Greer
1
-15
/
+24
2014-09-07
NFC: trf7970a: Remove unnecessary FIFO reset & RSSI read
Mark A. Greer
1
-9
/
+0
2014-09-07
NFC: trf7970a: Clear possible spurious interrupt before transmitting
Mark A. Greer
1
-0
/
+6
2014-09-07
NFC: trf7970a: Recalculate driver timeout values
Mark A. Greer
1
-3
/
+12
2014-09-07
NFC: trf7970a: Add RF technology specific guard times
Mark A. Greer
1
-1
/
+13
2014-09-07
NFC: trf7970a: Initialize when enabling RF
Mark A. Greer
1
-6
/
+8
2014-09-07
NFC: trf7970a: Disable SYS_CLK Output
Mark A. Greer
1
-0
/
+6
2014-09-07
NFC: trf7970a: Remove unnecessary sleep
Mark A. Greer
1
-2
/
+0
2014-09-07
NFC: trf7970a: FIFO Size is really 127 bytes
Mark A. Greer
1
-1
/
+1
2014-09-07
NFC: trf7970a: Ignore Overflow bit in FIFO Status Register
Mark A. Greer
1
-13
/
+3
2014-09-07
NFC: trf7970a: Use spi_sync() instead of spi_write_then_read()
Mark A. Greer
1
-3
/
+16
2014-09-07
NFC: trf7970a: Call spi_setup() to configure SPI communication
Mark A. Greer
1
-0
/
+6
2014-09-07
NFC: trf7970a: Remove trf7970a_tg_listen_mdaa()
Mark A. Greer
1
-12
/
+0
2014-09-07
NFC: trf7970a: Remove incorrect of_node_put() call
Mark A. Greer
1
-2
/
+0
2014-09-01
NFC: NCI: Fix NCI RF FRAME interface usage
Vincent Cuissard
1
-2
/
+5
2014-09-01
NFC: NCI: Fix nci_register_device init sequence
Vincent Cuissard
1
-8
/
+5
2014-09-01
NFC: NCI: Add support of ISO15693
Vincent Cuissard
3
-3
/
+52
2014-09-01
NFC: trf7970a: Make gpio labels more readable
Mark A. Greer
1
-2
/
+2
2014-09-01
NFC: trf7970a: Document the 'en2-rf-quirk' DT property
Mark A. Greer
1
-0
/
+3
2014-09-01
NFC: trf7970a: Add quirk to keep EN2 low
Mark A. Greer
1
-3
/
+16
[next]