summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: davinci: remove non-useful interrupt mode supportBrian Niebuhr2010-11-181-107/+19
* spi: davinci: remove unnecessary completion variable initializationBrian Niebuhr2010-11-181-2/+0
* spi: davinci: do not treat Tx interrupt being set as errorSekhar Nori2010-11-181-4/+0
* spi: davinci: remove unnecessary 'count' variable in driver private dataBrian Niebuhr2010-11-181-7/+3
* spi: davinci: remove unnecessary disable of SPIBrian Niebuhr2010-11-181-2/+0
* spi: davinci: check for NULL buffer pointer before using itBrian Niebuhr2010-11-181-18/+22
* spi: davinci: simplify calculation of edma acount valueBrian Niebuhr2010-11-181-22/+3
* spi: davinci: eliminate unnecessary update of davinci_spi->countBrian Niebuhr2010-11-181-6/+0
* spi: davinci: eliminate the single member structure davinci_spi_slaveBrian Niebuhr2010-11-181-9/+5
* spi: davinci: remove unused members of davinci_spi_slaveBrian Niebuhr2010-11-181-5/+0
* spi: davinci: add support for wait enable timeoutsBrian Niebuhr2010-11-181-9/+27
* spi: davinci: setup chip-select timers values only if timer enabledBrian Niebuhr2010-11-181-17/+4
* spi: davinci: consolidate setup of SPIFMTn in one functionBrian Niebuhr2010-11-181-105/+49
* spi: davinci: make chip-slect specific parameters really chip-select specificBrian Niebuhr2010-11-181-30/+37
* spi: davinci: remove 'wait_enable' platform data memberBrian Niebuhr2010-11-181-1/+1
* spi: davinci: simplify prescalar calculationBrian Niebuhr2010-11-181-22/+31
* spi: davinci: enable GPIO lines to be used as chip selectsBrian Niebuhr2010-11-181-7/+32
* spi: davinci: remove unnecessary data transmit on CS disableBrian Niebuhr2010-11-181-12/+8
* spi: davinci: enable both activation and deactivation of chip-selectsBrian Niebuhr2010-11-181-35/+18
* spi: davinci: set chip-select mode in SPIDEF only onceBrian Niebuhr2010-11-181-2/+2
* spi: davinci: remove unnecessary typecastSekhar Nori2010-11-181-2/+1
* spi: davinci: removed unused #definesSekhar Nori2010-11-181-31/+2
* spi: davinci: remove unused variable 'pdata'Brian Niebuhr2010-11-181-8/+0
* spi: davinci: whitespace cleanupBrian Niebuhr2010-11-181-12/+10
* spi: davinci: fix checkpatch errorsBrian Niebuhr2010-11-181-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-1769-69/+0
* staging/stradis: mark as "depends on BKL"Arnd Bergmann2010-11-171-1/+1
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-11-161-4/+30
|\
| * PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki2010-11-111-4/+30
* | SCSI host lock push-downJeff Garzik2010-11-16109-189/+319
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-11-161-1/+1
|\ \
| * | PCI: fix offset check for sysfs mmapped filesDarrick J. Wong2010-11-161-1/+1
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-11-163-22/+93
|\ \ \ | |/ / |/| |
| * | [S390] vmlogrdr: purge after recording is switched offStefan Weinhuber2010-11-101-12/+24
| * | [S390] cio: fix incorrect ccw_device_init_countSebastian Ott2010-11-101-1/+10
| * | [S390] tape: add medium state notificationsMartin Schwidefsky2010-11-101-9/+59
| |/
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-11-155-42/+192
|\ \
| * | hwmon: (w83795) Check for BEEP pin availabilityJean Delvare2010-11-151-7/+51
| * | hwmon: (w83795) Clear intrusion alarm immediatelyJean Delvare2010-11-151-0/+4
| * | hwmon: (w83795) Read the intrusion state properlyJean Delvare2010-11-151-3/+20
| * | hwmon: (w83795) Print the actual temperature channels as sourcesJean Delvare2010-11-151-10/+20
| * | hwmon: (w83795) List all usable temperature sourcesJean Delvare2010-11-151-3/+54
| * | hwmon: (w83795) Expose fan control methodJean Delvare2010-11-151-1/+18
| * | hwmon: (w83795) Fix fan control mode attributesJean Delvare2010-11-151-10/+8
| * | hwmon: (lm95241) Check validity of input valuesJean Delvare2010-11-151-5/+14
| * | hwmon: Change mail address of Hans J. KochHans J. Koch2010-11-153-4/+4
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-11-159-13/+12
|\ \ \
| * | | i2c: Sanity checks on adapter registrationJean Delvare2010-11-151-0/+12
| * | | i2c: Mark i2c_adapter.id as deprecatedJean Delvare2010-11-151-1/+0
| * | | i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare2010-11-153-3/+0