aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2015-03-18ide_tape: convert jiffies with jiffies_to_msecsNicholas Mc Guire1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-6/+0
2014-12-12drivers: ide: Fix mostly harmless off-by-one hardcoded valueRasmus Villemoes1-2/+2
2014-12-12IDE: Deletion of an unnecessary check before the function call "module_put"Markus Elfring1-2/+1
2014-10-20ide: drop owner assignment from platform_driversWolfram Sang6-6/+0
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-10-15Drivers: ide: Remove typedef atiixp_ide_timingHimangi Saraogi1-4/+4
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-1/+3
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-08-05ide: use module_platform_driver()Christoph Jaeger2-24/+2
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2-4/+9
2014-04-15block: remove struct request buffer memberJens Axboe1-3/+2
2014-03-17ide: Fix SC1200 dependenciesJean Delvare1-0/+1
2014-03-17ide: Fix CS5520 and CS5530 dependenciesJean Delvare1-1/+3
2014-03-04m68k/atari - ide: do not register interrupt if host->get_lock is setMichael Schmitz1-3/+5
2014-01-28drivers: ide: Include appropriate header file in ide-pio-blacklist.cRashika Kheria1-0/+1
2014-01-28drivers: ide: Include appropriate header file in ide-cd_verbose.cRashika Kheria1-0/+2
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+11
2013-12-07ACPI / bind: Move acpi_get_child() to drivers/ide/ide-acpi.cRafael J. Wysocki1-0/+11
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven1-1/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+2
2013-11-14ide: pmac: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-14ide: cs5536: use module_pci_driver()Jingoo Han1-12/+1
2013-11-14ide: pmac: Remove casting the return value which is a void pointerJingoo Han1-34/+17
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-1/+1
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-2/+1
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-118/+0
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2013-10-16ide: convert bus code to use dev_groupsGreg Kroah-Hartman2-10/+27
2013-09-25ide: drop dependency on ARCH_SHARKLinus Walleij1-2/+2
2013-09-16ide: Drop H8/300 driverGuenter Roeck3-118/+0
2013-09-05ide: sgiioc4: Staticize ioc4_ide_attach_one()Jingoo Han1-1/+1
2013-09-05ide: palm_bk3710: add missing __iomem annotationJingoo Han1-2/+2
2013-09-05ide: use dev_get_platdata()Jingoo Han3-4/+4
2013-09-05ide-disk_proc: use macro to replace magic numberXinghai Yu1-2/+2
2013-09-05ide: replace strict_strtol() with kstrtol()Jingoo Han1-2/+4
2013-07-30ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki1-2/+3
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds5-53/+6
2013-07-10ide: Fix IDE PIO size calculationSteven J. Hill1-3/+2
2013-07-10drivers/ide/delkin_cb: Convert to module_pci_driverLibo Chen1-12/+1
2013-07-03drivers: avoid format string in dev_set_nameKees Cook4-5/+5
2013-05-07block_device_operations->release() should return voidAl Viro3-9/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro5-18/+18
2013-03-08ide: gayle: use module_platform_driver_probe()Jingoo Han1-14/+1
2013-03-08ide: tx4939ide: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-08ide: tx4938ide: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+0
2013-02-05ARM: at91/ide: remove unsused at91-ide Kconfig entryJohan Hovold1-5/+0
2013-01-11drivers/ide: remove depends on CONFIG_EXPERIMENTALKees Cook1-5/+3
2013-01-03Drivers: ide: remove __dev* attributes.Greg Kroah-Hartman39-175/+162
2012-10-06sections: fix section conflicts in drivers/ideAndi Kleen41-53/+53
2012-08-21ide: fix generic_ide_suspend/resume OopsMiklos Szeredi1-2/+2
2012-06-12drivers/ide/ide-cs.c: adjust suspicious bit operationJulia Lawall1-1/+2
2012-06-06ide: icside.c: fix printk format string compile warningChristian Dietrich1-4/+4
2012-06-06ide: icside.c: Fix compile with CONFIG_BLK_DEV_IDEDMA_ICS=nChristian Dietrich1-5/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-03-20ide: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-02-13ARM: at91: drop ide driver in favor of the pata oneJean-Christophe PLAGNIOL-VILLARD2-367/+0
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-2/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell10-12/+12
2011-11-29ARM: at91/ide: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds4-13/+29
2011-11-08ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven3-3/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-0/+21
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-22/+30
2011-10-31ide/ata: Add module.h to the implicit modular usersPaul Gortmaker8-0/+8
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker13-0/+13
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds1-1/+1
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss1-3/+3
2011-10-24MIPS: Alchemy: kill au1xxx.h headerManuel Lauss1-1/+1
2011-10-24MIPS, IDE: Alchem, au1xxx-ide: Remove pb1200/db1200 header depManuel Lauss1-18/+26
2011-10-13cy82c693: fix PCI device selectionBartlomiej Zolnierkiewicz1-3/+3
2011-10-13icside: DMA support fixBartlomiej Zolnierkiewicz1-1/+1
2011-10-13IDE: Don't powerdown Compaq Triflex IDE device on suspendMikulas Patocka1-1/+15
2011-10-13Kconfig: remove redundant CONFIG_ prefix on two symbolsPaul Bolle1-1/+1
2011-10-13ide: Fix file references in drivers/ide/Johann Felix Soden1-12/+12
2011-10-11piix: ICH7 MWDMA1 errataBartlomiej Zolnierkiewicz1-8/+10
2011-10-10Fix file references in drivers/ide/Johann Felix Soden1-12/+12
2011-10-03ide-disk: Fix request requeuingBorislav Petkov1-1/+6
2011-08-08ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-08-04drivers/ide/cy82c693.c: Add missing pci_dev_putJulia Lawall1-0/+2
2011-08-04ide: Fix irq flags madnessThomas Gleixner1-1/+5
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-1/+2
2011-06-11ide-cd: signedness warning fix againConnor Hansen1-1/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2-3/+3
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds1-1/+0
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+2
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds4-6/+6
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe2-1/+12
2011-05-16ide/ide-scan-pci.c: Use for_each_pci_dev().Thiago Farina1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo1-1/+1
2011-04-21ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cdTejun Heo3-2/+12
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds7-9/+9
2011-04-05ide: always ensure that blk_delay_queue() is called if we have pending IOJens Axboe1-21/+21
2011-04-05ide: ide_requeue_and_plug() reinstate "always plug" behaviourJens Axboe1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi7-9/+9
2011-03-26ide: ensure that we re-run the queue handlerJens Axboe1-1/+11
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-33/+24
2011-03-17ide: change to new flag variablematt mooney1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe4-18/+4
2011-03-10block: remove per-queue pluggingJens Axboe3-7/+2
2011-03-10ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe1-11/+2
2011-03-09ide: Convert to bdops->check_events()Tejun Heo4-15/+20
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2010-11-22IDE: ide-floppy, remove unnecessary NULL checkJiri Slaby1-1/+1
2010-11-22drivers/ide/pmac.c: Remove unnecessary casts of pci_get_drvdataJoe Perches1-2/+2
2010-11-22ide: fix use after free in ide-acpiMariusz Kozlowski1-2/+2
2010-10-26ide: clean up timed out request handlingTejun Heo1-8/+3
2010-10-26hpt366: fix clock turnaroundSergei Shtylyov1-1/+1
2010-10-26hpt366: add debounce delay to cable_detect() methodSergei Shtylyov1-5/+7
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds3-4/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-20/+6
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds5-28/+29
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-9/+3
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock2-2/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann5-28/+29
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-45/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski1-57/+25
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski1-20/+3
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-3/+3
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski1-2/+1
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-1/+0
2010-09-29pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski1-3/+3
2010-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds1-9/+3
2010-09-13ide: Fix ordering of procfs registry.Wolfram Sang1-9/+3
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-7/+6
2010-09-10ide: remove unnecessary blk_queue_flushing() test in do_ide_request()Tejun Heo1-13/+0
2010-08-19Use kzalloc in idedisk_prep_fn.Tao Ma1-2/+1
2010-08-11ide: use module_param_named rather than module_param_callRusty Russell1-7/+13
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-82/+163
2010-08-09tx493xide: use min_t() macro instead of min()Atsushi Nemoto2-2/+2
2010-08-09drivers/ide: Use memdup_userJulia Lawall1-7/+3
2010-08-09via82cxxx: fix typo for VT6415 PCIE PATA IDE Host Controller support.Yann Dirson1-1/+1
2010-08-09ide-cd: Do not access completed requests in the irq handlerBorislav Petkov1-3/+11
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann3-7/+33
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann5-10/+41
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-1/+1
2010-08-07ide: stop using q->prepare_flush_fnFUJITA Tomonori1-5/+11
2010-08-07block: fix some more cmd_type cleanup falloutChristoph Hellwig3-6/+6
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig2-2/+2
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig8-58/+76
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-19/+20
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski1-14/+16
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski1-4/+4
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-06-16Merge branch 'master' into for-nextJiri Kosina7-109/+118
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt1-2/+5
2010-05-26m68k: amiga - Amiga Gayle IDE platform device conversionGeert Uytterhoeven1-65/+82
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds3-6/+6
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely3-44/+31
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-15/+9
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo2-31/+20
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-5/+5
2010-05-11cmd640: fix kernel oops in test_irq() methodSergei Shtylyov1-4/+2
2010-05-10pcmcia: dev_node removal (drivers with updated printk call)Dominik Brodowski1-8/+4
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-5/+3
2010-05-05pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDsKristoffer Ericson1-2/+2
2010-04-22pdc202xx_old: ignore "FIFO empty" bit in test_irq() methodSergei Shtylyov1-2/+2
2010-04-22pdc202xx_old: wire test_irq() method for PDC2026xSergei Shtylyov1-0/+1
2010-04-22pata_pcmcia/ide-cs: add IDs for transcend and kingston cardsKristoffer Ericson1-0/+4
2010-04-15IDE: pass IRQ flags to the IDE coreYegor Yefremov1-0/+1
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds4-6/+5
2010-04-06ide: Fix IDE taskfile with cfq schedulerMikulas Patocka1-4/+2
2010-04-01ide: Must hold queue lock when requeueingHerbert Xu1-1/+1
2010-04-01ide: Requeue request after DMA timeoutHerbert Xu2-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo19-3/+16
2010-03-28Revert "ide: skip probe if there are no devices on the port (v2)"David S. Miller1-9/+3
2010-03-27Revert "via82cxxx: workaround h/w bugs"David S. Miller1-57/+0
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds50-638/+611
2010-03-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/id...David S. Miller5-26/+79
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds1-4/+4
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-6/+5
2010-02-27MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss1-4/+4
2010-02-27MIPS: Alchemy: remove dbdma compat macrosManuel Lauss1-12/+9
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen3-4/+4
2010-02-03drivers/ide: Fix continuation line formatsJoe Perches2-4/+4
2010-01-28ide: fixed section mismatch warning in cmd640.cChris Frey1-1/+1
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-4/+4
2010-01-19ide: ide_timing_compute() fixupBartlomiej Zolnierkiewicz1-1/+1
2010-01-19ide: make ide_get_best_pio_mode() staticBartlomiej Zolnierkiewicz1-2/+1
2010-01-19via82cxxx: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz1-1/+1
2010-01-19tx493xide: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz2-2/+2
2010-01-19siimage: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz1-1/+1
2010-01-19palm_bk3710: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz1-1/+1
2010-01-19it821x: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz1-1/+1
2010-01-19cs5536: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz1-1/+1
2010-01-19cs5535: use ->pio_mode value to determine pair device speedBartlomiej Zolnierkiewicz1-1/+1
2010-01-19cmd64x: fix handling of address setup timingsBartlomiej Zolnierkiewicz1-7/+10