aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28HID: proper handling of MS 4k and 6k devicesJiri Kosina1-0/+1
2008-01-28HID: hid-input quirk for BTC 8193Jiri Kosina1-0/+1
2008-01-28HID: separate hid-input event quirks from generic codeJiri Kosina1-0/+2
2008-01-28HID: refactor mapping to input subsystem for quirky devicesJiri Kosina1-0/+1
2008-01-28HID: add full support for Genius KB-29EJiri Kosina1-0/+1
2008-01-28HID: Implement horizontal wheel handling for A4 Tech X5-005DPavel Troller1-0/+3
2008-01-28HID: Rename some code identifiers from PowerBook specific to Apple genericMichel Daenzer1-4/+4
2008-01-27i2c: Add i2c_new_dummy() utilityDavid Brownell1-0/+6
2008-01-27i2c: Stop using the redundant client listDavid Brownell1-3/+5
2008-01-27i2c: Discard unused driver IDsJean Delvare1-60/+0
2008-01-27i2c/tps65010: move header to <linux/i2c/...>David Brownell1-0/+156
2008-01-27i2c: Drop redundant i2c_driver.listJean Delvare1-1/+0
2008-01-27i2c: Drop redundant i2c_adapter.listJean Delvare1-1/+0
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare1-5/+2
2008-01-27i2c: Use the driver model reference countingJean Delvare1-3/+0
2008-01-27i2c: Constify client address dataMark M. Hoffman1-57/+43
2008-01-27i2c: some overdue driver removalAdrian Bunk1-1/+0
2008-01-27i2c: the scheduled I2C RTC driver removalAdrian Bunk2-52/+0
2008-01-26ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-8/+0
2008-01-26ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz1-0/+2
2008-01-26ide: kill DATA_READY defineBartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: task_end_request() fixTejun Heo1-0/+2
2008-01-26ide: set IDE_TFLAG_IN_* flags before queuing/executing commandBartlomiej Zolnierkiewicz1-0/+6
2008-01-26ide: fix ->io_32bit race in ide_taskfile_ioctl()Tejun Heo1-0/+2
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: add ide_set_irq() inline helperBartlomiej Zolnierkiewicz1-0/+5
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz1-1/+2
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz1-1/+2
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz1-0/+1
2008-01-26ide: Fix build break caused by "ide: remove ideprobe_init()"Olof Johansson1-1/+1
2008-01-26ide: remove ideprobe_init()Bartlomiej Zolnierkiewicz1-2/+1
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz1-6/+4
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz1-4/+2
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz1-4/+4
2008-01-26cy82c693: add ->set_dma_mode methodBartlomiej Zolnierkiewicz1-0/+2
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-0/+4
2008-01-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds3-138/+162
2008-01-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds4-85/+215
2008-01-25dlm: Split lock mode and flag constants into a sharable header.Joel Becker3-138/+162
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-0/+2
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds3-249/+138
2008-01-25ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz1-0/+1
2008-01-25ide: make 'extra' field in struct ide_port_info u8Bartlomiej Zolnierkiewicz1-1/+1
2008-01-25ide-disk: use ide_get_lba_addr()Bartlomiej Zolnierkiewicz1-0/+1
2008-01-25ide: add ide_tf_read() helperBartlomiej Zolnierkiewicz1-2/+22
2008-01-25ide-disk: use do_rw_taskfile() (take 2)Bartlomiej Zolnierkiewicz1-7/+2
2008-01-25ide: remove 'handler' field from ide_task_t (take 2)Bartlomiej Zolnierkiewicz1-4/+1
2008-01-25ide: use ->data_phase to set ->handler in do_rw_taskfile()Bartlomiej Zolnierkiewicz1-1/+0
2008-01-25ide: convert do_rw_taskfile() to use ->data_phaseBartlomiej Zolnierkiewicz1-2/+0