summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pc87360.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-18spi: davinci: fix DMA event generation stoppageBrian Niebuhr1-15/+3
2010-11-18spi: davinci: use edma_write_slot() to setup EDMA PaRAM slotBrian Niebuhr1-15/+19
2010-11-18spi: davinci: always start receive DMABrian Niebuhr1-28/+42
2010-11-18spi: davinci: do not use temporary buffer if no transmit data providedBrian Niebuhr1-31/+21
2010-11-18spi: davinci: always start transmit DMABrian Niebuhr3-13/+11
2010-11-18spi: davinci: do not store DMA channel information per chip selectBrian Niebuhr1-29/+18
2010-11-18spi: davinci: remove unnecessary call to davinci_spi_setup_transfer()Brian Niebuhr1-8/+3
2010-11-18spi: davinci: remove unnecessary function davinci_spi_bufs_prep()Brian Niebuhr1-43/+21
2010-11-18spi: davinci: configure the invariable bits in spipc0 only onceBrian Niebuhr1-3/+5
2010-11-18spi: davinci: add support for interrupt modeBrian Niebuhr2-30/+119
2010-11-18spi: davinci: simplify poll mode transfersBrian Niebuhr1-55/+41
2010-11-18spi: davinci: remove non-useful interrupt mode supportBrian Niebuhr4-111/+19
2010-11-18spi: davinci: remove unnecessary completion variable initializationBrian Niebuhr1-2/+0
2010-11-18spi: davinci: do not treat Tx interrupt being set as errorSekhar Nori1-4/+0
2010-11-18spi: davinci: remove unnecessary 'count' variable in driver private dataBrian Niebuhr1-7/+3
2010-11-18spi: davinci: remove unnecessary disable of SPIBrian Niebuhr1-2/+0
2010-11-18spi: davinci: check for NULL buffer pointer before using itBrian Niebuhr1-18/+22
2010-11-18spi: davinci: simplify calculation of edma acount valueBrian Niebuhr1-22/+3
2010-11-18spi: davinci: eliminate unnecessary update of davinci_spi->countBrian Niebuhr1-6/+0
2010-11-18spi: davinci: eliminate the single member structure davinci_spi_slaveBrian Niebuhr1-9/+5
2010-11-18spi: davinci: remove unused members of davinci_spi_slaveBrian Niebuhr1-5/+0
2010-11-18spi: davinci: add support for wait enable timeoutsBrian Niebuhr2-9/+29
2010-11-18spi: davinci: setup chip-select timers values only if timer enabledBrian Niebuhr1-17/+4
2010-11-18spi: davinci: consolidate setup of SPIFMTn in one functionBrian Niebuhr1-105/+49
2010-11-18spi: davinci: make chip-slect specific parameters really chip-select specificBrian Niebuhr4-41/+45
2010-11-18spi: davinci: remove 'wait_enable' platform data memberBrian Niebuhr2-2/+1
2010-11-18spi: davinci: simplify prescalar calculationBrian Niebuhr1-22/+31
2010-11-18spi: davinci: enable GPIO lines to be used as chip selectsBrian Niebuhr2-7/+35
2010-11-18spi: davinci: remove unnecessary data transmit on CS disableBrian Niebuhr1-12/+8
2010-11-18spi: davinci: enable both activation and deactivation of chip-selectsBrian Niebuhr4-38/+18
2010-11-18spi: davinci: set chip-select mode in SPIDEF only onceBrian Niebuhr1-2/+2
2010-11-18spi: davinci: remove unnecessary typecastSekhar Nori1-2/+1
2010-11-18spi: davinci: removed unused #definesSekhar Nori1-31/+2
2010-11-18spi: davinci: remove unused variable 'pdata'Brian Niebuhr1-8/+0
2010-11-18spi: davinci: whitespace cleanupBrian Niebuhr1-12/+10
2010-11-18spi: davinci: fix checkpatch errorsBrian Niebuhr1-1/+1
2010-11-18hardirq.h: remove now-empty #ifdef/#endif pairLinus Torvalds1-2/+0
2010-11-17Fix build failure due to hwirq.h needing smp_lock.hLinus Torvalds2-4/+1
2010-11-17BKL: remove references to lock_kernel from commentsArnd Bergmann1-4/+4
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann137-137/+0
2010-11-17staging/stradis: mark as "depends on BKL"Arnd Bergmann1-1/+1
2010-11-17kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik115-199/+347
2010-11-16PCI: fix offset check for sysfs mmapped filesDarrick J. Wong1-1/+1
2010-11-16nfs: Ignore kmemleak false positive in nfs_readdir_make_qstrCatalin Marinas1-0/+6
2010-11-16SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variableJesper Juhl1-3/+1
2010-11-16nfs: trivial: remove unused nfs_wait_event macroJeff Layton1-6/+0
2010-11-16kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKJoe Perches1-1/+1
2010-11-16Linux 2.6.37-rc2v2.6.37-rc2Linus Torvalds1-1/+1
2010-11-16NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust5-7/+11