index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
fschmd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-11-18
spi: davinci: fix DMA event generation stoppage
Brian Niebuhr
1
-15
/
+3
2010-11-18
spi: davinci: use edma_write_slot() to setup EDMA PaRAM slot
Brian Niebuhr
1
-15
/
+19
2010-11-18
spi: davinci: always start receive DMA
Brian Niebuhr
1
-28
/
+42
2010-11-18
spi: davinci: do not use temporary buffer if no transmit data provided
Brian Niebuhr
1
-31
/
+21
2010-11-18
spi: davinci: always start transmit DMA
Brian Niebuhr
3
-13
/
+11
2010-11-18
spi: davinci: do not store DMA channel information per chip select
Brian Niebuhr
1
-29
/
+18
2010-11-18
spi: davinci: remove unnecessary call to davinci_spi_setup_transfer()
Brian Niebuhr
1
-8
/
+3
2010-11-18
spi: davinci: remove unnecessary function davinci_spi_bufs_prep()
Brian Niebuhr
1
-43
/
+21
2010-11-18
spi: davinci: configure the invariable bits in spipc0 only once
Brian Niebuhr
1
-3
/
+5
2010-11-18
spi: davinci: add support for interrupt mode
Brian Niebuhr
2
-30
/
+119
2010-11-18
spi: davinci: simplify poll mode transfers
Brian Niebuhr
1
-55
/
+41
2010-11-18
spi: davinci: remove non-useful interrupt mode support
Brian Niebuhr
4
-111
/
+19
2010-11-18
spi: davinci: remove unnecessary completion variable initialization
Brian Niebuhr
1
-2
/
+0
2010-11-18
spi: davinci: do not treat Tx interrupt being set as error
Sekhar Nori
1
-4
/
+0
2010-11-18
spi: davinci: remove unnecessary 'count' variable in driver private data
Brian Niebuhr
1
-7
/
+3
2010-11-18
spi: davinci: remove unnecessary disable of SPI
Brian Niebuhr
1
-2
/
+0
2010-11-18
spi: davinci: check for NULL buffer pointer before using it
Brian Niebuhr
1
-18
/
+22
2010-11-18
spi: davinci: simplify calculation of edma acount value
Brian Niebuhr
1
-22
/
+3
2010-11-18
spi: davinci: eliminate unnecessary update of davinci_spi->count
Brian Niebuhr
1
-6
/
+0
2010-11-18
spi: davinci: eliminate the single member structure davinci_spi_slave
Brian Niebuhr
1
-9
/
+5
2010-11-18
spi: davinci: remove unused members of davinci_spi_slave
Brian Niebuhr
1
-5
/
+0
2010-11-18
spi: davinci: add support for wait enable timeouts
Brian Niebuhr
2
-9
/
+29
2010-11-18
spi: davinci: setup chip-select timers values only if timer enabled
Brian Niebuhr
1
-17
/
+4
2010-11-18
spi: davinci: consolidate setup of SPIFMTn in one function
Brian Niebuhr
1
-105
/
+49
2010-11-18
spi: davinci: make chip-slect specific parameters really chip-select specific
Brian Niebuhr
4
-41
/
+45
2010-11-18
spi: davinci: remove 'wait_enable' platform data member
Brian Niebuhr
2
-2
/
+1
2010-11-18
spi: davinci: simplify prescalar calculation
Brian Niebuhr
1
-22
/
+31
2010-11-18
spi: davinci: enable GPIO lines to be used as chip selects
Brian Niebuhr
2
-7
/
+35
2010-11-18
spi: davinci: remove unnecessary data transmit on CS disable
Brian Niebuhr
1
-12
/
+8
2010-11-18
spi: davinci: enable both activation and deactivation of chip-selects
Brian Niebuhr
4
-38
/
+18
2010-11-18
spi: davinci: set chip-select mode in SPIDEF only once
Brian Niebuhr
1
-2
/
+2
2010-11-18
spi: davinci: remove unnecessary typecast
Sekhar Nori
1
-2
/
+1
2010-11-18
spi: davinci: removed unused #defines
Sekhar Nori
1
-31
/
+2
2010-11-18
spi: davinci: remove unused variable 'pdata'
Brian Niebuhr
1
-8
/
+0
2010-11-18
spi: davinci: whitespace cleanup
Brian Niebuhr
1
-12
/
+10
2010-11-18
spi: davinci: fix checkpatch errors
Brian Niebuhr
1
-1
/
+1
2010-11-18
hardirq.h: remove now-empty #ifdef/#endif pair
Linus Torvalds
1
-2
/
+0
2010-11-17
Fix build failure due to hwirq.h needing smp_lock.h
Linus Torvalds
2
-4
/
+1
2010-11-17
BKL: remove references to lock_kernel from comments
Arnd Bergmann
1
-4
/
+4
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
137
-137
/
+0
2010-11-17
staging/stradis: mark as "depends on BKL"
Arnd Bergmann
1
-1
/
+1
2010-11-17
kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
Marcus Meissner
1
-1
/
+1
2010-11-16
SCSI host lock push-down
Jeff Garzik
115
-199
/
+347
2010-11-16
PCI: fix offset check for sysfs mmapped files
Darrick J. Wong
1
-1
/
+1
2010-11-16
nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr
Catalin Marinas
1
-0
/
+6
2010-11-16
SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variable
Jesper Juhl
1
-3
/
+1
2010-11-16
nfs: trivial: remove unused nfs_wait_event macro
Jeff Layton
1
-6
/
+0
2010-11-16
kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK
Joe Perches
1
-1
/
+1
2010-11-16
Linux 2.6.37-rc2
v2.6.37-rc2
Linus Torvalds
1
-1
/
+1
2010-11-16
NFS: readdir shouldn't read beyond the reply returned by the server
Trond Myklebust
5
-7
/
+11
[next]