summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c-stub: Support multiple chipsJean Delvare2007-10-132-32/+65
* i2c-bfin-twi: Remove useless twi_lock mutexFrancis Moreau2007-10-131-16/+0
* i2c-i801: Add support for the Intel Tolapai SMBusJason Gaston2007-10-132-1/+5
* i2c: Document struct i2c_msgDavid Brownell2007-10-132-10/+58
* i2c/pcf8574: No arbitrary initializationJean Delvare2007-10-132-12/+10
* i2c: Add DaVinci I2C controller supportVladimir Barinov2007-10-134-0/+621
* i2c-ibm_iic: Add support for new-style clientsStefan Roese2007-10-131-1/+8
* i2c/tps65010: New-style driver updates, part 2David Brownell2007-10-134-151/+181
* i2c/tps65010: New-style driver updates, part 1David Brownell2007-10-131-66/+69
* i2c-core: Make some code staticAdrian Bunk2007-10-132-6/+3
* i2c: New-style devices can support driver model wakeup flagsDavid Brownell2007-10-132-4/+7
* i2c: Kill struct i2c_device_idJean Delvare2007-10-132-16/+0
* missing includes in arch/powerpc/platforms/52xx/lite5200.cAl Viro2007-10-131-0/+2
* fallout from elsa setup splitAl Viro2007-10-131-1/+1
* JFS: Bio cleanup: Replace missing return statementsDave Kleikamp2007-10-131-0/+3
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-133-52/+52
|\
| * [MIPS] SMP: Fix use of cpumasks.Ralf Baechle2007-10-131-3/+3
| * [MIPS] Revert "[MIPS] tlbex.c: Cleanup __init usage."Ralf Baechle2007-10-131-48/+48
| * [MIPS] CFE: Add missing parenthesis.Ralf Baechle2007-10-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-10-1341-989/+484
|\ \
| * | alim15x3: remove redundant m5229_revision checkBartlomiej Zolnierkiewicz2007-10-131-12/+13
| * | sc1200: fix ->dma_base equal zero handlingBartlomiej Zolnierkiewicz2007-10-131-10/+14
| * | cs5520: fix ->dma_base equal zero handlingBartlomiej Zolnierkiewicz2007-10-131-10/+9
| * | sgiioc4: add missing ->dma_base checkBartlomiej Zolnierkiewicz2007-10-131-6/+10
| * | cs5535: add missing ->dma_base checkBartlomiej Zolnierkiewicz2007-10-131-7/+7
| * | ide: remove CONFIG_IDEDMA_IVB config optionBartlomiej Zolnierkiewicz2007-10-132-20/+0
| * | ide: change master/slave IDENTIFY orderBartlomiej Zolnierkiewicz2007-10-132-5/+3
| * | ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz2007-10-1336-521/+304
| * | pdc202xx_new: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz2007-10-131-3/+3
| * | cs5535: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz2007-10-131-2/+6
| * | amd74xx/via82cxxx: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz2007-10-132-14/+6
| * | au1xxx: fix au1xxx_set_pio_mode()Bartlomiej Zolnierkiewicz2007-10-131-4/+3
| * | icside: use ide_tune_dma()Bartlomiej Zolnierkiewicz2007-10-133-44/+17
| * | ide-pmac: fix PIO setup and enable autotuneBenjamin Herrenschmidt2007-10-131-8/+12
| * | ide-pmac: use ide_tune_dma() (take 2)Bartlomiej Zolnierkiewicz2007-10-131-18/+7
| * | ide-pmac: remove pmac_ide_do_setfeature() (take 2)Bartlomiej Zolnierkiewicz2007-10-134-80/+18
| * | ide-pmac: remove nIEN clearing from pmac_ide_do_setfeature()Bartlomiej Zolnierkiewicz2007-10-131-1/+0
| * | ide-pmac: use __ide_wait_stat()Bartlomiej Zolnierkiewicz2007-10-133-35/+7
| * | ide-pmac: remove extra good status wait from pmac_ide_do_setfeature()Bartlomiej Zolnierkiewicz2007-10-131-11/+1
| * | ide: add __ide_wait_stat() helperBartlomiej Zolnierkiewicz2007-10-132-62/+45
| * | ide-pmac: remove pmac_ide_{m,u}dma_enable() (take 2)Bartlomiej Zolnierkiewicz2007-10-131-98/+4
| * | ide-pmac: remove control register messing from pmac_ide_dma_check()Bartlomiej Zolnierkiewicz2007-10-131-1/+1
| * | ide-pmac: fix set_timings_mdma()Bartlomiej Zolnierkiewicz2007-10-131-28/+12
| * | ide-pmac: pmac_ide_tune_chipset() fixesBartlomiej Zolnierkiewicz2007-10-131-11/+16
| * | ide-pmac: don't check kauai_lookup_timing() return valueBartlomiej Zolnierkiewicz2007-10-131-12/+1
| * | ide: unexport ide_acpi_set_stateAdrian Bunk2007-10-131-1/+0
| * | ide_platform: set hwif->chipsetBartlomiej Zolnierkiewicz2007-10-131-1/+1
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-10-1391-2226/+4671
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-10-134538-135588/+352156
| |\ \ \ | | |/ /
| * | | Merge Linux 2.6.23David Woodhouse2007-10-131054-21076/+60736
| |\ \ \
OpenPOWER on IntegriCloud