summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2009-12-103-157/+398
|\
| * i2c-pnx: Map I2C adapter number to platform ID numberKevin Wells2009-12-091-1/+2
| * i2c-omap: OMAP3: PM: (re)init for every transfer to support off-modeRajendra Nayak2009-12-091-23/+41
| * i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK casesShinya Kuribayashi2009-12-091-2/+7
| * i2c-designware: Cosmetic cleanupsShinya Kuribayashi2009-12-091-13/+14
| * i2c-designware: Tx abort cleanupsShinya Kuribayashi2009-12-091-7/+40
| * i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errorsShinya Kuribayashi2009-12-091-0/+8
| * i2c-designware: i2c_dw_xfer_msg: Fix error handling proceduresShinya Kuribayashi2009-12-091-4/+11
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds2009-12-1014-219/+37
|\ \
| * \ Merge branch 'ide-dcr' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/...David S. Miller2009-12-036-102/+2
| |\ \
| | * | sl82c105: remove no longer needed debugging codeBartlomiej Zolnierkiewicz2009-12-031-23/+1
| | * | sis5513: remove stale TODOBartlomiej Zolnierkiewicz2009-12-031-9/+0
| | * | pdc202xx_old: remove no longer needed debugging codeBartlomiej Zolnierkiewicz2009-12-031-15/+0
| | * | cy82c693: remove no longer needed debugging codeBartlomiej Zolnierkiewicz2009-12-031-27/+0
| | * | cmd64x: remove no longer needed debugging codeBartlomiej Zolnierkiewicz2009-12-031-17/+0
| | * | alim15x3: remove obsolete and dangerous wdc_udma parameterBartlomiej Zolnierkiewicz2009-12-031-11/+1
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-03498-6861/+6553
| |\| |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/id...David S. Miller2009-12-035-14/+7
| |\ \ \
| | * | | cs5535: add pci id for AMD based CS5535 controllersBartlomiej Zolnierkiewicz2009-12-021-0/+1
| | * | | slc90e66: fix UDMA handlingBartlomiej Zolnierkiewicz2009-12-021-2/+1
| * | | | drivers/ide/tx4938ide.c: use resource_size()H Hartley Sweeten2009-11-231-1/+1
| * | | | drivers/ide/ide_platform.c: use resource_size()H Hartley Sweeten2009-11-231-4/+4
| * | | | drivers/ide/au1xxx-ide.c: use resource_size()H Hartley Sweeten2009-11-231-4/+3
| * | | | hpt366: remove dead old timing tablesBartlomiej Zolnierkiewicz2009-11-181-63/+0
| * | | | ide: update Kconfig text to mark as deprecatedRobert Hancock2009-10-291-35/+10
| * | | | ide-tape: remove the BKLBorislav Petkov2009-10-291-6/+15
| * | | | hpt366: kill unused #define'sSergei Shtylyov2009-10-291-2/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-10274-458/+417
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-07274-458/+417
| |\ \ \ \ \
| | * | | | | tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-0414-22/+22
| | * | | | | hdlc: spelling fix in find_pvc() commentRudy Matela2009-12-041-1/+1
| | * | | | | mtd: Fix comment in KconfigKrzysztof Halasa2009-12-041-3/+3