summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2011-10-30[SCSI] Make scsi_free_queue() kill pending SCSI commandsBart Van Assche
2011-10-30[SCSI] sd: remove arbitrary SD_MAX_DISKS namespace limitDave Kleikamp
2011-10-30[SCSI] mpt2sas: Bump driver version to 10.100.00.00nagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: Fix for Panic when inactive volume is tried deletingnagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: Fix for issue Port Reset taking long time(around 5 mins) to c...nagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: Fix for deadlock between hot plug worker threads and host res...nagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: Fix for dead lock occurring between host_lock and sas_device_...nagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: Fix drives not getting properly deleted if sas cable is remov...nagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: Fix failure message displayed during diag resetnagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: Fix for system hang when discovery in progressnagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: New feature - Fast Load Supportnagalakshmi.nandigama@lsi.com
2011-10-30[SCSI] mpt2sas: MPI next revision header updatenagalakshmi.nandigama@lsi.com
2011-10-30bonding: eliminate bond_close race conditionsJay Vosburgh
2011-10-30qlcnic: fix beacon and LED test.Sucheta Chakraborty
2011-10-30qlcnic: updated reset sequenceSony Chacko
2011-10-30qlcnic: reset loopback mode if promiscous mode setting fails.Sucheta Chakraborty
2011-10-30qlcnic: skip IDC ack check in fw reset path.Sritej Velaga
2011-10-29Merge git://github.com/rustyrussell/linuxLinus Torvalds
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-10-29gpio: pca953x: propagate the errno from the chip_init functionsWolfram Sang
2011-10-29gpio: pca953x: remove unneeded check for chip typeWolfram Sang
2011-10-29i2c-s3c2410: Add device tree supportThomas Abraham
2011-10-29i2c-s3c2410: Keep a copy of platform data and use itThomas Abraham
2011-10-29i2c-nomadik: cosmetic coding style correctionsJonas Aaberg
2011-10-29i2c-au1550: dev_pm_ops conversionManuel Lauss
2011-10-29i2c-au1550: increase timeout waiting for master doneManuel Lauss
2011-10-29i2c-au1550: remove unused ack_timeoutManuel Lauss
2011-10-29i2c-au1550: remove usage of volatile keywordManuel Lauss
2011-10-29i2c-tegra: __iomem annotation fixOlof Johansson
2011-10-29i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA
2011-10-29i2c-eg20t: Fix flag setting issueTomoya MORINAGA
2011-10-29i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA
2011-10-29i2c-eg20t: Separate error processingTomoya MORINAGA
2011-10-29i2c-eg20t: Fix 10bit access issueTomoya MORINAGA
2011-10-29i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA
2011-10-29i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA
2011-10-29i2c-designware: Fix PCI core warning on suspend/resumeOctavian Purdila
2011-10-29i2c-designware: Add runtime power management supportDirk Brandewie
2011-10-29i2c-designware: Add support for Designware core behind PCI devices.Dirk Brandewie
2011-10-29i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie
2011-10-29i2c-designware: Support multiple cores using same ISRDirk Brandewie
2011-10-29i2c-designware: move controller config to bus specific portion of driverDirk Brandewie
2011-10-29i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie
2011-10-29i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie
2011-10-29i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie
2011-10-29i2c-designware: Move checking of IP core version to i2c_dw_init()Dirk Brandewie
2011-10-29i2c-designware: Allow mixed endianness accessesJean-Hugues Deschenes
2011-10-29i2c-designware: Check component type registerJean-Hugues Deschenes
2011-10-29i2c-designware: Use local version of readl & writelJean-Hugues Deschenes