ide: inline SELECT_DRIVE()
[pandora-kernel.git] / include / linux / ide.h
2009-03-31 Sergei Shtylyovide: inline SELECT_DRIVE()
2009-03-31 Sergei Shtylyovide: turn selectproc() method into dev_select() method...
2009-03-31 Sergei Shtylyovide: rename IDE_TFLAG_IN_[HOB_]FEATURE
2009-03-31 Sergei Shtylyovide: turn set_irq() method into write_devctl() method
2009-03-31 Bartlomiej Zolnier... ide-floppy: use ide_pio_bytes()
2009-03-31 Bartlomiej Zolnier... ide: decrease size of ->pc_buf field in struct ide_atapi_pc
2009-03-31 Bartlomiej Zolnier... ide: sanitize ide_build_sglist() and ide_destroy_dmatable()
2009-03-31 Bartlomiej Zolnier... ide: add ->dma_check method
2009-03-31 Bartlomiej Zolnier... ide: add ide_dma_prepare() helper
2009-03-31 Bartlomiej Zolnier... ide: destroy DMA mappings after ending DMA (v2)
2009-03-31 Bartlomiej Zolnier... ide: add ->dma_clear method and remove ->dma_timeout one
2009-03-31 Bartlomiej Zolnier... ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers...
2009-03-31 Bartlomiej Zolnier... ide-cd: use scatterlists for PIO transfers (fs requests)
2009-03-30 Linus TorvaldsMerge branch 'reiserfs-updates' from Jeff Mahoney
2009-03-30 Linus TorvaldsMerge branch 'x86-stage-3-for-linus' of git://git....
2009-03-30 Linus TorvaldsMerge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
2009-03-30 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2009-03-30 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-03-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-03-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-30 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2009-03-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-30 Benjamin HerrenschmidtMerge commit 'origin/master' into next
2009-03-29 Linus TorvaldsMerge branch 'bzip2-lzma-for-linus' of git://git./linux...
2009-03-28 Ingo MolnarMerge branch 'linus' into core/futexes
2009-03-28 Ingo MolnarMerge branch 'linus' into x86/core
2009-03-28 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-03-28 Russell KingMerge branch 'master' into devel
2009-03-28 Russell KingMerge branch 'origin' into devel
2009-03-28 Russell KingMerge branch 'devel' of git://git./linux/kernel/git...
2009-03-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-28 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-27 Bartlomiej Zolnier... ide: keep track of number of bytes instead of sectors...
2009-03-27 Bartlomiej Zolnier... ide: remove ide_execute_pkt_cmd() (v2)
2009-03-27 Bartlomiej Zolnier... ide: add ->dma_timer_expiry method and remove ->dma_exe...
2009-03-27 Bartlomiej Zolnier... ide: set hwif->expiry prior to calling [__]ide_set_hand...
2009-03-27 Bartlomiej Zolnier... ide: use do_rw_taskfile() for ATA_CMD_PACKET commands
2009-03-27 Bartlomiej Zolnier... ide: pass command to ide_map_sg()
2009-03-27 Bartlomiej Zolnier... ide: remove ide_end_request()
2009-03-27 Bartlomiej Zolnier... ide: pass number of bytes to complete to ide_complete_rq()
2009-03-27 Bartlomiej Zolnier... ide: remove BUG() from ide_complete_rq()
2009-03-27 Bartlomiej Zolnier... ide: pass error value to ide_complete_rq()
2009-03-27 Bartlomiej Zolnier... ide: add ide_end_rq() (v2)
2009-03-27 Bartlomiej Zolnier... ide: use ata_tf_protocols enums
2009-03-27 Bartlomiej Zolnier... ide: move command related fields from ide_hwif_t to...
2009-03-27 Bartlomiej Zolnier... ide: pass command instead of request to ide_pio_datablock()
2009-03-27 Bartlomiej Zolnier... ide: remove ide_task_t typedef
2009-03-27 Bartlomiej Zolnier... ide: call ide_build_sglist() prior to ->dma_setup (v2)
2009-03-27 Bartlomiej Zolnier... ide: return request status from ->pc_callback method
2009-03-27 Bartlomiej Zolnier... ide: remove ->end_request method
2009-03-27 Bartlomiej Zolnier... ide: use ->end_request only for private device driver...
2009-03-27 Bartlomiej Zolnier... ide: move ->failed_pc to ide_drive_t
2009-03-27 Bartlomiej Zolnier... ide: remove no longer needed PC_FLAG_TIMEDOUT packet...
2009-03-27 Bartlomiej Zolnier... ide: remove ->data_phase field from ide_hwif_t
2009-03-27 Bartlomiej Zolnier... ide: move request type specific code from ide_end_drive...
2009-03-27 Bartlomiej Zolnier... ide: complete power step in ide_complete_pm_request()
2009-03-27 Bartlomiej Zolnier... ide: add "flagged" taskfile flags to struct ide_taskfil...
2009-03-27 Bartlomiej Zolnier... ide: add IDE_HFLAG_4DRIVES host flag
2009-03-27 Bartlomiej Zolnier... ide: add IDE_HFLAG_DTC2278 host flag
2009-03-27 Bartlomiej Zolnier... ide: allow host drivers to specify IRQ flags
2009-03-27 Bartlomiej Zolnier... ide: fix memleak on failure in probe_for_drive()
2009-03-27 Bartlomiej Zolnier... ide: include <asm/ide.h> only when needed
2009-03-27 Bartlomiej Zolnier... ide: remove IDE_ARCH_LOCK (v2)
2009-03-27 Bartlomiej Zolnier... ide: remove IDE_ARCH_INTR (v2)
2009-03-27 Borislav Petkovide: improve debugging scheme
2009-03-27 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-26 Linus TorvaldsMerge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
2009-03-26 Linus TorvaldsMerge branch 'header-fixes-for-linus' of git://git...
2009-03-26 Linus TorvaldsMerge branch 'irq-for-linus' of git://git./linux/kernel...
2009-03-26 Linus TorvaldsMerge branch 'timers-for-linus' of git://git./linux...
2009-03-26 Linus TorvaldsMerge branch 'sched-for-linus' of git://git./linux...
2009-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2009-03-26 Linus TorvaldsMerge branch 'for-2.6.30' of git://git.kernel.dk/linux...
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2009-03-26 Linus TorvaldsMerge branch 'kvm-updates/2.6.30' of git://git./virt...
2009-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-03-26 Russell KingMerge branch 'next-s3c64xx-regs' of git://aeryn.fluff...
2009-03-26 Russell KingMerge branch 'next-s3c-pm' of git://aeryn.fluff.org...
2009-03-26 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-03-26 James MorrisMerge branch 'master' into next
2009-03-26 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/hskinnemoen/avr32-2.6
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-03-26 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-03-26 Ingo MolnarMerge commit 'v2.6.29' into x86/setup-lzma
2009-03-26 Ingo MolnarMerge commit 'v2.6.29' into core/header-fixes
2009-03-26 Ingo MolnarMerge branches 'timers/new-apis', 'timers/ntp' and...
2009-03-26 Ingo MolnarMerge branch 'timers/hpet' into timers/core
next