summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-23i2c-bfin-twi: Fix mismatch in add timer and delete timerHans Schillstrom1-1/+2
2008-04-23i2c-bfin-twi: Just let i2c-bfin-twi driver depends on BLACKFINBryan Wu1-2/+5
2008-04-23i2c-bfin-twi: Use simpler comment headers and strip out information that is m...Mike Frysinger1-18/+4
2008-04-23i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful in...Bryan Wu1-6/+6
2008-04-23i2c-bfin-twi: Add missing pin mux operationBryan Wu1-0/+15
2008-04-23i2c-bfin-twi: Add platform_resource interface to support multi-port TWI contr...Bryan Wu2-108/+177
2008-04-23i2c-bfin-twi: Add repeat start feature to avoid break of a bundle of i2c mast...Sonic Zhang1-71/+114
2008-04-23i2c: Remove trailing whitespaces in busses/KconfigWolfram Sang1-15/+15
2008-04-23i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison7-45/+45
2008-04-23i2c: Renesas SH7760 I2C master driverManuel Lauss3-0/+587
2008-04-23i2c-dev: Split i2cdev_ioctlJean Delvare1-161/+168
2008-04-23i2c-ibm_iic: Support building as an of_platform driverSean MacLennan2-2/+187
2008-04-23i2c-ibm_iic: Change the log levelsSean MacLennan1-5/+5
2008-04-23i2c: Add platform driver on top of the new pca-algorithmWolfram Sang3-2/+312
2008-04-23i2c-algo-pca: Extend for future driversWolfram Sang3-102/+63
2008-04-23i2c-algo-pca: Remove trailing whitespaces and unnecessary UTFWolfram Sang2-23/+23
2008-04-23i2c: Remove the algorithm drivers from the config menuJean Delvare1-34/+5
2008-04-22IB/ipath: Correct capitalization "IntX" -> "INTx"Roland Dreier2-6/+6
2008-04-22IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.cRoland Dreier1-9/+4
2008-04-22IB/ipath: Remove dependency on PCI_MSI || HT_IRQRoland Dreier1-1/+1
2008-04-22IB/ipath: Build IBA7220 code unconditionallyRoland Dreier1-2/+4
2008-04-22IB/ipath: Remove reference to dev->class_dev ...Roland Dreier1-1/+0
2008-04-22IB/ipath: Fix module parameter description for disable_smaPaul Bolle1-1/+1
2008-04-22RDMA/nes: Remove unneeded function declarationsRoland Dreier2-15/+0
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds8-382/+776
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds8-11/+11
2008-04-22Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-145/+250
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds58-827/+2049
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-314/+46
2008-04-22Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-57/+47
2008-04-22Merge branch 'isdn-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-125/+81
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds31-361/+1280
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds86-2071/+3497
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds9-141/+98
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds11-90/+586
2008-04-22RAID: remove trailing space from printk lineNick Andrew1-1/+1
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds62-63/+20
2008-04-22Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-248/+969
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds8-30/+158
2008-04-22DMA engine: typo fixesSebastian Siewior1-3/+3
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds6-125/+528
2008-04-22V4L: Storage class should be before const qualifier (sn9c102)Tobias Klauser1-1/+1
2008-04-22V4L: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-22sonypi: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-22intel_menlow: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-22DVB: Storage class should be before const qualifierTobias Klauser1-2/+2
2008-04-22acpi: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-04-21block: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-21cciss: fix warning oops on rmmod of driverscameron@beardog.cca.cpqcorp.net1-1/+1
2008-04-21cciss: Fix race between disk-adding code and interrupt handlerscameron@beardog.cca.cpqcorp.net1-1/+16