aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processedShinya Kuribayashi2009-12-091-3/+8
* i2c-designware: Process all i2c_msg messages in the interrupt handlerShinya Kuribayashi2009-12-091-9/+17
* i2c-designware: i2c_dw_read: Remove redundant target address checkerShinya Kuribayashi2009-12-091-5/+0
* i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bitsShinya Kuribayashi2009-12-091-1/+6
* i2c-designware: Initialize byte count variables just prior to being usedShinya Kuribayashi2009-12-091-3/+7
* i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointerShinya Kuribayashi2009-12-091-3/+4
* i2c-designware: Divide i2c_dw_xfer_msg into two functionsShinya Kuribayashi2009-12-091-20/+25
* i2c-designware: Enable RX_FULL interruptShinya Kuribayashi2009-12-091-3/+4
* i2c-designware: Set Tx/Rx FIFO threshold levelsShinya Kuribayashi2009-12-091-0/+6
* i2c-designware: Process i2c_msg messages in the interrupt handlerShinya Kuribayashi2009-12-091-25/+14
* i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bugShinya Kuribayashi2009-12-091-8/+12
* i2c-designware: Improved _HCNT/_LCNT calculationShinya Kuribayashi2009-12-091-9/+84
* i2c-designware: Remove an useless local variable "num"Shinya Kuribayashi2009-12-091-4/+2
* i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointerShinya Kuribayashi2009-12-091-4/+3
* i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointerShinya Kuribayashi2009-12-091-4/+3
* i2c-designware: Use platform_get_irq helperShinya Kuribayashi2009-12-091-6/+6
* i2c-designware: Don't use the IC_CLR_INTR register to clear interruptsShinya Kuribayashi2009-12-091-5/+79
* i2c-designware: Consolidate to use 32-bit word accessesShinya Kuribayashi2009-12-091-38/+38
* Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-0824-298/+19651
|\
| * drbd_req.c: use part_[inc|dec]_in_flight()Philipp Reisner2009-12-031-2/+2
| * writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-10/+0
| * Merge branch 'master' into for-2.6.33Jens Axboe2009-12-03380-2613/+5147
| |\
| * \ Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.33Jens Axboe2009-11-262-2/+5
| |\ \
| | * | Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260]Philipp Reisner2009-11-241-0/+1
| | * | add missing state change on corrupt packet header in drbd_recv_headerLars Ellenberg2009-11-241-1/+3
| | * | fix in-kernel configuration serializationLars Ellenberg2009-11-241-1/+1
| * | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+2
| |/ /
| * | cciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_tAlex Chiang2009-11-231-1/+1
| * | cciss: fix scatter gather cleanup problemsStephen M. Cameron2009-11-231-7/+18
| * | cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron2009-11-132-6/+3
| * | cciss: Add enhanced scatter-gather support.Don Brace2009-11-133-20/+188
| * | cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGEDStephen M. Cameron2009-11-131-2/+16
| * | cciss: Remove unnecessary check in scan_threadStephen M. Cameron2009-11-131-7/+5
| * | cciss: fix typo that causes scsi status to be lost.Stephen M. Cameron2009-11-131-1/+1
| * | cciss: remove sendcmd() as it is no longer used.Stephen M. Cameron2009-11-131-163/+0
| * | cciss: clean up code in cciss_shutdownStephen M. Cameron2009-11-131-20/+18
| * | cciss: Remove the "withirq" parameter from various functions where possibleStephen M. Cameron2009-11-131-60/+29
| * | cciss: Retry driver initiated cmds with unit attention conditionStephen M. Cameron2009-11-131-0/+2
| * | cciss: Fix problem with remove_from_scan_list on driver unloadStephen M. Cameron2009-11-131-8/+13
| * | cciss: Make device attributes staticAlex Chiang2009-11-131-8/+8
| * | Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.33Jens Axboe2009-11-044-15/+19
| |\ \
| | * | drbd: performance - don't lose unplug eventsLars Ellenberg2009-11-041-1/+6
| | * | Do not deadlock in drbd_disconnect() [bugz 258]Philipp Reisner2009-11-041-4/+0
| | * | drbdsetup X resume-io should be usable to resume IO [Bugz 256]Philipp Reisner2009-11-041-4/+3
| | * | drbd: fix check for too large lower level deviceLars Ellenberg2009-11-041-5/+9
| | * | fix grammar in printkLars Ellenberg2009-11-041-1/+1
| | * | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block into for-2.6.33Philipp Reisner2009-11-0317-0/+19347
| | |\ \
| * | | | block/ps3: fix slow VRAM IOHideyuki Sasaki2009-11-041-1/+9
| * | | | Merge branch 'for-linus' into for-2.6.33Jens Axboe2009-11-03835-16580/+76614
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | drbd: fix in_flight rw indexingJens Axboe2009-10-281-2/+2