index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-wm831x.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2014-09-01
NFC: trf7970a: Document the 'irq-status-read-quirk' DT property
Mark A. Greer
1
-0
/
+3
2014-09-01
NFC: trf7970a: Move IRQ Status Read quirk to device tree
Mark A. Greer
1
-5
/
+6
2014-09-01
NFC: trf7970a: Document the 'vin-voltage-override' DTS property
Mark A. Greer
1
-0
/
+2
2014-09-01
NFC: trf7970a: Add VIN voltage override support
Mark A. Greer
1
-1
/
+9
2014-08-31
NFC: digital: Add Inititor-side PSL support
Mark A. Greer
1
-0
/
+101
2014-08-28
carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-08-28
ath9k: Fix channel context timer
Sujith Manoharan
1
-1
/
+1
2014-08-28
ath9k: Add more debug statements for channel context
Sujith Manoharan
2
-12
/
+81
2014-08-28
ath9k: Disable fastcc for channel context mode
Sujith Manoharan
1
-0
/
+3
2014-08-28
rt2x00: support Ralink 5362.
Canek Peláez Valdés
2
-1
/
+9
2014-08-28
ath9k: Fix channel context creation
Sujith Manoharan
2
-1
/
+23
2014-08-28
ath9k: Fix interface limits
Sujith Manoharan
1
-2
/
+4
2014-08-28
ath9k: Print the event/state in ath_chanctx_event
Sujith Manoharan
2
-2
/
+38
2014-08-28
ath9k: Add new chanctx events
Sujith Manoharan
2
-0
/
+6
2014-08-28
ath9k: Fix ath_chanctx_get()
Sujith Manoharan
1
-4
/
+10
2014-08-28
ath9k: Move ath9k_beacon_add_noa to channel.c
Sujith Manoharan
3
-49
/
+56
2014-08-28
ath9k: Remove redundant ifdef
Sujith Manoharan
1
-2
/
+0
2014-08-28
ath9k: Fix channel context variables in ath_softc
Sujith Manoharan
1
-2
/
+6
2014-08-28
ath9k: Fix 'offchannel' in ath_softc
Sujith Manoharan
2
-1
/
+3
2014-08-28
ath9k: Fix function argument type
Sujith Manoharan
1
-2
/
+2
2014-08-28
ath9k: Use ath_chanctx_check_active properly
Sujith Manoharan
2
-47
/
+50
2014-08-28
ath9k: Add ath9k_offchannel_init
Sujith Manoharan
3
-8
/
+30
2014-08-28
ath9k: Add ath9k_chanctx_wake_queues
Sujith Manoharan
3
-13
/
+32
2014-08-28
ath9k: Add wrappers for beacon events
Sujith Manoharan
4
-9
/
+32
2014-08-28
ath9k: Fix function declarations
Sujith Manoharan
1
-3
/
+3
2014-08-28
ath9k: Fix channel context events
Sujith Manoharan
6
-33
/
+57
2014-08-28
ath9k: Make ath_chanctx_switch static
Sujith Manoharan
2
-39
/
+37
2014-08-28
ath9k: Make ath_chanctx_get_oper_chan static
Sujith Manoharan
2
-19
/
+18
2014-08-28
ath9k: Make ath_chanctx_offchan_switch static
Sujith Manoharan
2
-15
/
+13
2014-08-28
ath9k: Conditionally compile more functions
Sujith Manoharan
1
-19
/
+19
2014-08-28
ath9k: Exclude more functions
Sujith Manoharan
2
-61
/
+60
2014-08-28
ath9k: Conditionally compile a few functions
Sujith Manoharan
1
-146
/
+146
2014-08-28
ath9k: Cleanup mgd_prepare_tx callback
Sujith Manoharan
3
-34
/
+34
2014-08-28
ath9k: Make ath_chanctx_work static
Sujith Manoharan
2
-10
/
+9
2014-08-28
ath9k: Add a routine to tear down channel contexts
Sujith Manoharan
4
-2
/
+13
2014-08-28
ath9k: Add a routine for initializing channel contexts
Sujith Manoharan
3
-15
/
+25
2014-08-28
carl9170: Remove redundant protection check
Andreea-Cristina Bernat
1
-10
/
+1
[next]