aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman1-1/+0
2009-03-24driver core: move knode_driver into private structureGreg Kroah-Hartman1-1/+0
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman1-2/+0
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+3
2009-03-24driver core: remove polling for driver_probe_done(v5)Ming Lei1-1/+1
2009-03-24UIO: Add name attributes for mappings and port regionsHans J. Koch1-0/+4
2009-03-24platform: introduce module id table for platform devicesEric Miao2-0/+15
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers2-3/+3
2009-03-24wimax: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-03-24netlink: add NETLINK_NO_ENOBUFS socket flagPablo Neira Ayuso1-0/+1
2009-03-24USB: gadget: composite device-level suspend/resume hooksDavid Brownell1-0/+8
2009-03-24USB: pedantic: spelling correction in comment for ch9.hD.J. Capelis1-1/+1
2009-03-24USB: make actual_length in struct urb field u32Greg Kroah-Hartman1-1/+1
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-1/+1
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel1-1/+1
2009-03-24usb-storage: prepare for subdriver separationAlan Stern1-17/+4
2009-03-24USB: otg: adding nop usb transceiverAjay Kumar Gupta1-0/+4
2009-03-24USB: serial: introduce a flag into the usb serial layer to tell drivers that their URBs are killed due to suspensionOliver Neukum1-1/+2
2009-03-24USB: Move definitions from usb.h to usb/ch9.hJulia Lawall2-180/+179
2009-03-24USB: gpio_vbus: add delayed vbus_session callsRobert Jarzmik2-2/+8
2009-03-24USB: add quirk to avoid config and interface stringsAlan Stern1-0/+3
2009-03-24ide: use try_to_identify() in ide_driveid_update()Bartlomiej Zolnierkiewicz1-0/+2
2009-03-24ide: remove broken EXABYTENEST supportBartlomiej Zolnierkiewicz1-2/+0
2009-03-24mn10300: remove <asm/ide.h>Bartlomiej Zolnierkiewicz1-3/+2
2009-03-24frv: remove <asm/ide.h>Bartlomiej Zolnierkiewicz1-2/+2
2009-03-24ide: remove pciirq argument from ide_pci_setup_ports()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-24ide: fix ->init_chipset method to return 'int' valueBartlomiej Zolnierkiewicz1-2/+2
2009-03-24ide: remove no longer needed IRQ fallback code from hwif_init()Bartlomiej Zolnierkiewicz1-15/+0
2009-03-24ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQSBartlomiej Zolnierkiewicz1-4/+0
2009-03-24ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz1-4/+7
2009-03-24ide: move xfer mode tuning code to ide-xfer-mode.cBartlomiej Zolnierkiewicz1-5/+7
2009-03-24ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz1-0/+1
2009-03-24ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz1-0/+2
2009-03-24ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz1-2/+0
2009-03-24ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz1-0/+2
2009-03-24ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz1-2/+0
2009-03-24ide: sanitize ACPI initializationBartlomiej Zolnierkiewicz1-2/+4
2009-03-24ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz1-0/+4
2009-03-24ide: move ide_pktcmd_tf_load() to ide-atapi.cBartlomiej Zolnierkiewicz1-2/+0
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller9-15/+58
2009-03-24firewire: cdev: add closure to async stream ioctlStefan Richter1-15/+16
2009-03-24firewire: cdev: secure add_descriptor ioctlStefan Richter1-1/+4
2009-03-24firewire: cdev: amendment to "add ioctl to query maximum transmission speed"Stefan Richter1-23/+14
2009-03-24firewire: implement asynchronous stream transmissionJay Fenlason1-0/+27
2009-03-24firewire: cdev: add ioctls for iso resource management, amendmentStefan Richter1-6/+4
2009-03-24firewire: cdev: increment fw_cdev_version, update documentationStefan Richter1-5/+30
2009-03-24firewire: cdev: add ioctl for broadcast write requestsJay Fenlason, Stefan Richter1-0/+1
2009-03-24firewire: cdev: add ioctl to query maximum transmission speedStefan Richter1-0/+10
2009-03-24firewire: cdev: add ioctls for manual iso resource managementStefan Richter1-10/+32
2009-03-24firewire: cdev: add ioctls for isochronous resource managementJay Fenlason, Stefan Richter1-13/+87