index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
i2c-cpm: Bugfixes
Wolfram Sang
2008-07-14
1
-4
/
+4
|
*
|
i2c: Add support for I2C bus on Freescale CPM1/CPM2 controllers
Jochen Friedrich
2008-07-14
3
-0
/
+756
|
*
|
i2c: Push ioctl BKL down into the i2c code
Alan Cox
2008-07-14
1
-3
/
+2
|
*
|
i2c: Add Intel SCH SMBus support
Alek Du
2008-07-14
3
-0
/
+347
|
*
|
i2c: Simplify i2c_del_driver()
Jean Delvare
2008-07-14
1
-6
/
+4
|
*
|
i2c: Use list_for_each_entry_safe
Matthias Kaehlcke
2008-07-14
1
-8
/
+4
|
*
|
i2c-pca-platform: Fix error code
Wolfram Sang
2008-07-14
1
-1
/
+1
|
*
|
i2c-pca-algo: Fix error code
Wolfram Sang
2008-07-14
1
-1
/
+1
|
*
|
i2c: Consistently reject unsupported transactions
Jean Delvare
2008-07-14
10
-34
/
+23
|
*
|
i2c-piix4: Various cleanups and minor fixes
Jean Delvare
2008-07-14
1
-26
/
+15
|
*
|
i2c: Bus drivers return -Errno not -1
David Brownell
2008-07-14
15
-148
/
+191
|
*
|
i2c: i2c_use_client() defends against NULL
David Brownell
2008-07-14
1
-3
/
+5
|
*
|
i2c: Kerneldoc for most I/O calls
David Brownell
2008-07-14
1
-9
/
+124
|
*
|
i2c: Delete unused function i2c_smbus_write_quick
Jean Delvare
2008-07-14
1
-7
/
+0
|
*
|
i2c: Group bus drivers by type
Jean Delvare
2008-07-14
2
-344
/
+370
|
*
|
i2c-core: Return -Errno, not -1
David Brownell
2008-07-14
1
-44
/
+53
|
*
|
i2c-core: Remove needless include
Jean Delvare
2008-07-14
1
-1
/
+0
|
*
|
i2c-bfin-twi: Update the dependencies
Mike Frysinger
2008-07-14
1
-3
/
+2
|
*
|
i2c: Remove 3 deprecated bus drivers
Adrian Bunk
2008-07-14
5
-825
/
+0
|
*
|
i2c-nforce2: Add support for multiplexing on the Tyan S4985
Jean Delvare
2008-07-14
4
-0
/
+287
|
*
|
i2c-davinci: Initialize cmd_complete sooner
Troy Kisky
2008-07-14
1
-1
/
+2
|
*
|
i2c-davinci: Fix signal handling bug
Troy Kisky
2008-07-14
1
-10
/
+52
|
*
|
i2c-davinci: Remove useless IVR read
Troy Kisky
2008-07-14
1
-4
/
+0
|
*
|
i2c-davinci: Move dev_dbg statement for more output
Troy Kisky
2008-07-14
1
-3
/
+2
|
*
|
i2c-davinci: Ensure clock between 7-12 MHz
Troy Kisky
2008-07-14
1
-4
/
+11
|
*
|
i2c: Use class_for_each_device
Dave Young
2008-07-14
1
-44
/
+48
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2008-07-15
39
-1602
/
+896
|
\
\
|
*
|
ide-floppy: fix unfortunate function naming
Borislav Petkov
2008-07-15
1
-8
/
+10
|
*
|
ide-tape: unify idetape_create_read/write_cmd
Borislav Petkov
2008-07-15
1
-27
/
+18
|
*
|
ide: add ide_pc_intr() helper
Bartlomiej Zolnierkiewicz
2008-07-15
4
-363
/
+189
|
*
|
ide-{floppy,scsi}: read Status Register before stopping DMA engine
Bartlomiej Zolnierkiewicz
2008-07-15
2
-6
/
+7
|
*
|
ide-scsi: add more debugging to idescsi_pc_intr()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-2
/
+11
|
*
|
ide-scsi: use pc->callback
Bartlomiej Zolnierkiewicz
2008-07-15
1
-10
/
+22
|
*
|
ide-floppy: add more debugging to idefloppy_pc_intr()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-2
/
+8
|
*
|
ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled
Bartlomiej Zolnierkiewicz
2008-07-15
1
-9
/
+10
|
*
|
ide-tape: add ide_tape_io_buffers() helper
Bartlomiej Zolnierkiewicz
2008-07-15
1
-5
/
+10
|
*
|
ide-tape: factor out DSC handling from idetape_pc_intr()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-6
/
+13
|
*
|
ide-{floppy,tape}: move checking of ->failed_pc to ->callback
Bartlomiej Zolnierkiewicz
2008-07-15
2
-6
/
+6
|
*
|
ide: add ide_issue_pc() helper
Bartlomiej Zolnierkiewicz
2008-07-15
4
-89
/
+55
|
*
|
ide: add PC_FLAG_DRQ_INTERRUPT pc flag
Bartlomiej Zolnierkiewicz
2008-07-15
3
-5
/
+17
|
*
|
ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-6
/
+10
|
*
|
ide: add ide_transfer_pc() helper
Bartlomiej Zolnierkiewicz
2008-07-15
6
-109
/
+82
|
*
|
ide-scsi: set drive->scsi flag for devices handled by the driver
Bartlomiej Zolnierkiewicz
2008-07-15
1
-0
/
+5
|
*
|
ide-{cd,floppy,tape}: remove checking for drive->scsi
Bartlomiej Zolnierkiewicz
2008-07-15
3
-15
/
+0
|
*
|
ide: add PC_FLAG_ZIP_DRIVE pc flag
Bartlomiej Zolnierkiewicz
2008-07-15
1
-2
/
+6
|
*
|
ide-tape: factor out waiting for good ireason from idetape_transfer_pc()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-11
/
+23
|
*
|
ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-4
/
+6
|
*
|
ide-floppy: start DMA engine in idefloppy_transfer_pc1()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-6
/
+10
|
*
|
ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK
Bartlomiej Zolnierkiewicz
2008-07-15
2
-6
/
+6
|
*
|
ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback
Bartlomiej Zolnierkiewicz
2008-07-15
2
-7
/
+7
[prev]
[next]