aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+2
2013-11-14ide: pmac: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-11-14ide: cs5536: use module_pci_driver()Gravatar Jingoo Han 1-12/+1
2013-11-14ide: pmac: Remove casting the return value which is a void pointerGravatar Jingoo Han 1-34/+17
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroGravatar Rafael J. Wysocki 1-1/+1
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeGravatar Rafael J. Wysocki 1-2/+1
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-118/+0
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2013-10-16ide: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 2-10/+27
2013-09-25ide: drop dependency on ARCH_SHARKGravatar Linus Walleij 1-2/+2
2013-09-16ide: Drop H8/300 driverGravatar Guenter Roeck 3-118/+0
2013-09-05ide: sgiioc4: Staticize ioc4_ide_attach_one()Gravatar Jingoo Han 1-1/+1
2013-09-05ide: palm_bk3710: add missing __iomem annotationGravatar Jingoo Han 1-2/+2
2013-09-05ide: use dev_get_platdata()Gravatar Jingoo Han 3-4/+4
2013-09-05ide-disk_proc: use macro to replace magic numberGravatar Xinghai Yu 1-2/+2
2013-09-05ide: replace strict_strtol() with kstrtol()Gravatar Jingoo Han 1-2/+4
2013-07-30ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereGravatar Rafael J. Wysocki 1-2/+3
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 5-53/+6
2013-07-10ide: Fix IDE PIO size calculationGravatar Steven J. Hill 1-3/+2
2013-07-10drivers/ide/delkin_cb: Convert to module_pci_driverGravatar Libo Chen 1-12/+1
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 4-5/+5
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 3-9/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 5-18/+18
2013-03-08ide: gayle: use module_platform_driver_probe()Gravatar Jingoo Han 1-14/+1
2013-03-08ide: tx4939ide: use module_platform_driver_probe()Gravatar Jingoo Han 1-12/+1
2013-03-08ide: tx4938ide: use module_platform_driver_probe()Gravatar Jingoo Han 1-12/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+0
2013-02-05ARM: at91/ide: remove unsused at91-ide Kconfig entryGravatar Johan Hovold 1-5/+0
2013-01-11drivers/ide: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-5/+3
2013-01-03Drivers: ide: remove __dev* attributes.Gravatar Greg Kroah-Hartman 39-175/+162
2012-10-06sections: fix section conflicts in drivers/ideGravatar Andi Kleen 41-53/+53
2012-08-21ide: fix generic_ide_suspend/resume OopsGravatar Miklos Szeredi 1-2/+2
2012-06-12drivers/ide/ide-cs.c: adjust suspicious bit operationGravatar Julia Lawall 1-1/+2
2012-06-06ide: icside.c: fix printk format string compile warningGravatar Christian Dietrich 1-4/+4
2012-06-06ide: icside.c: Fix compile with CONFIG_BLK_DEV_IDEDMA_ICS=nGravatar Christian Dietrich 1-5/+4
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 2-2/+0
2012-03-20ide: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2012-02-13ARM: at91: drop ide driver in favor of the pata oneGravatar Jean-Christophe PLAGNIOL-VILLARD 2-367/+0
2012-01-14block: add and use scsi_blk_cmd_ioctlGravatar Paolo Bonzini 1-2/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 10-12/+12
2011-11-29ARM: at91/ide: use gpio_is_valid to check the gpioGravatar Jean-Christophe PLAGNIOL-VILLARD 1-1/+1
2011-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 4-13/+29
2011-11-08ide-{cd,floppy,tape}: Do not include <linux/irq.h>Gravatar Geert Uytterhoeven 3-3/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 21-0/+21
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-22/+30
2011-10-31ide/ata: Add module.h to the implicit modular usersGravatar Paul Gortmaker 8-0/+8
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededGravatar Paul Gortmaker 13-0/+13
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Gravatar Linus Torvalds 1-1/+1