summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-01-26ide: add ide_tf_read() helperBartlomiej Zolnierkiewicz1-2/+22
2008-01-26ide-disk: use do_rw_taskfile() (take 2)Bartlomiej Zolnierkiewicz1-7/+2
2008-01-26ide: remove 'handler' field from ide_task_t (take 2)Bartlomiej Zolnierkiewicz1-4/+1
2008-01-26ide: use ->data_phase to set ->handler in do_rw_taskfile()Bartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: convert do_rw_taskfile() to use ->data_phaseBartlomiej Zolnierkiewicz1-2/+0
2008-01-26ide: merge flagged_taskfile() into do_rw_taskfile()Bartlomiej Zolnierkiewicz1-5/+0
2008-01-26ide: remove 'tf_in_flags' field from ide_task_tBartlomiej Zolnierkiewicz1-2/+3
2008-01-26ide: remove 'command_type' field from ide_task_tBartlomiej Zolnierkiewicz2-9/+9
2008-01-26ide: remove hwif->intrprocBartlomiej Zolnierkiewicz1-2/+0
2008-01-26ide: remove SELECT_INTERRUPT()Bartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: remove QUIRK_LIST()Bartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: add ide_pktcmd_tf_load() helperBartlomiej Zolnierkiewicz1-0/+2
2008-01-26ide: remove atapi_ireason_t (take 3)Bartlomiej Zolnierkiewicz1-24/+0
2008-01-26ide: remove ata_nsector_t, ata_data_t and atapi_bcount_tBartlomiej Zolnierkiewicz1-20/+0
2008-01-26ide: remove atapi_feature_tBartlomiej Zolnierkiewicz1-27/+0
2008-01-26ide: remove atapi_error_t (take 2)Bartlomiej Zolnierkiewicz2-30/+3
2008-01-26ide: remove ata_status_t and atapi_status_tBartlomiej Zolnierkiewicz1-44/+0
2008-01-26ide: CPU endianness doesn't matter for special_tBartlomiej Zolnierkiewicz1-11/+0
2008-01-26ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: use ide_tf_load() in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-0/+1
2008-01-26ide: remove stale ide.h "configuration options"Bartlomiej Zolnierkiewicz5-42/+4
2008-01-26ide: use do_rw_taskfile() in flagged_taskfile()Bartlomiej Zolnierkiewicz1-2/+23
2008-01-26ide: add ide_no_data_taskfile() helperBartlomiej Zolnierkiewicz1-0/+2
2008-01-26ide: add ide_tf_load() helperBartlomiej Zolnierkiewicz1-0/+8
2008-01-26ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz2-11/+36
2008-01-26ide: remove task_ioreg_t typedef (take 2)Bartlomiej Zolnierkiewicz2-26/+27
2008-01-26ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz1-1/+0
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-10/+52
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds9-10/+41
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-46/+723
2008-01-25[AVR32] NMI debuggingHaavard Skinnemoen2-0/+6
2008-01-25[AVR32] Add support for AT32AP7001 and AT32AP7002Haavard Skinnemoen3-6/+6
2008-01-25[AVR32] Provide more CPU information in /proc/cpuinfo and dmesgHaavard Skinnemoen1-0/+14
2008-01-25[AVR32] Enable debugging only when neededHaavard Skinnemoen3-4/+15
2008-01-25Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman1-33/+34
2008-01-25Driver core: fix coding style issues in device.hGreg Kroah-Hartman1-138/+145
2008-01-25Driver Core: add class iteration apiDave Young1-2/+7
2008-01-25Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell1-1/+1
2008-01-25Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2-11/+3
2008-01-25Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman1-2/+0
2008-01-25Kobject: auto-cleanup on final unrefKay Sievers1-0/+5
2008-01-25Kset: remove kset_add functionGreg Kroah-Hartman1-1/+0
2008-01-25Kobject: remove kobject_register()Greg Kroah-Hartman1-1/+0
2008-01-25Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-25Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman1-1/+0
2008-01-25Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-3/+3
2008-01-25Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman1-1/+0
2008-01-25Driver core: convert block from raw kobjects to core devicesKay Sievers1-14/+23
2008-01-25Driver core: move the static kobject out of struct driverGreg Kroah-Hartman1-9/+7
2008-01-25Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman1-15/+0