aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2007-02-09[ALSA] alsa core: add struct device pointer to struct snd_pcmGravatar Johannes Berg 1-0/+1
2007-02-09[ALSA] allow registering an alsa device with struct device pointerGravatar Johannes Berg 1-3/+34
2007-02-09[ALSA] Enable the analog loopback of the Revolution 5.1Gravatar Jochen Voss 1-0/+37
2007-02-09[ALSA] Enable capture from line-in and CD on Revolution 5.1Gravatar Jochen Voss 1-0/+2
2007-02-09[ALSA] snd-emu10k1: Added support for emu1010, including E-Mu 1212m and E-Mu ...Gravatar James Courtier-Dutton 1-2/+313
2007-02-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-5/+5
2007-02-08Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcGravatar Linus Torvalds 33-353/+278
2007-02-07Revert "Driver core: convert SPI code to use struct device"Gravatar Greg Kroah-Hartman 1-5/+5
2007-02-08[POWERPC] Add mpc52xx/lite5200 PCI supportGravatar Grant Likely 1-0/+2
2007-02-08Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Gravatar Paul Mackerras 72-620/+240
2007-02-08[POWERPC] Only use H_BULK_REMOVE if the firmware supports itGravatar Paul Mackerras 1-0/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 2-0/+28
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 5-14/+22
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 7-7/+43
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 11-20/+59
2007-02-07Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2007-02-07msi: Make MSI useable more architecturesGravatar Eric W. Biederman 2-2/+3
2007-02-07msi: Kill the msi_desc array.Gravatar Eric W. Biederman 1-0/+4
2007-02-07msi: Kill msi_lookup_irqGravatar Eric W. Biederman 1-0/+3
2007-02-07MSI: Remove pci_scan_msi_device()Gravatar Michael Ellerman 1-2/+0
2007-02-07PCI: cleanup MSI codeGravatar Satoru Takeuchi 1-2/+1
2007-02-07PCI: make isa_bridge Alpha-onlyGravatar Adrian Bunk 2-6/+2
2007-02-07PCI: mark pci_find_device() as __deprecatedGravatar Adrian Bunk 1-1/+1
2007-02-07PCI: remove pci_find_device_reverse()Gravatar Adrian Bunk 1-1/+0
2007-02-07PCI: define inline for test of channel error stateGravatar Linas Vepstas 1-0/+5
2007-02-07PCI : Add selected_regions funcsGravatar Hidetoshi Seto 1-0/+3
2007-02-07usbcore: remove unused bandwith-related codeGravatar Alan Stern 1-1/+0
2007-02-07USB: ps3 controller hid quirkGravatar Geoff Levand 1-0/+1
2007-02-07USB: Add usb_endpoint_xfer_control to usb.hGravatar Sarah Bailey 1-0/+12
2007-02-07USB serial: add dynamic id support to usb-serial coreGravatar Greg Kroah-Hartman 2-0/+17
2007-02-07USB: define USB_CLASS_MISC in <linux/usb/ch9.h>Gravatar David Brownell 1-0/+1
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>Gravatar David Brownell 5-3/+8
2007-02-07USB: convert usb class devices to real devicesGravatar Greg Kroah-Hartman 1-2/+3
2007-02-07USB: move usb_device_class class devices to be real devicesGravatar Greg Kroah-Hartman 1-1/+1
2007-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 45-1420/+848
2007-02-07sysfs: Shadow directory supportGravatar Eric W. Biederman 2-4/+23
2007-02-07Driver core: allow to delay the uevent at device creation timeGravatar Kay Sievers 1-1/+2
2007-02-07Driver core: add device_type to struct deviceGravatar Kay Sievers 1-0/+8
2007-02-07SYSFS: Fix missing include of list.h in sysfs.hGravatar Frank Haverkamp 1-0/+1
2007-02-07/sys/modules/*/holdersGravatar Kay Sievers 1-0/+1
2007-02-07USB: add the sysfs driver name to all modulesGravatar Greg Kroah-Hartman 1-2/+3
2007-02-07SERIO: add the sysfs driver name to all modulesGravatar Greg Kroah-Hartman 1-0/+5
2007-02-07PCI: add the sysfs driver name to all modulesGravatar Greg Kroah-Hartman 2-4/+5
2007-02-07MODULES: add the module name for built in kernel driversGravatar Kay Sievers 2-1/+2
2007-02-07Network: convert network devices to use struct device instead of class_deviceGravatar Greg Kroah-Hartman 1-2/+3
2007-02-07Driver core: convert SPI code to use struct deviceGravatar Greg Kroah-Hartman 1-5/+5
2007-02-07Driver core: convert pcmcia code to use struct deviceGravatar Greg Kroah-Hartman 1-1/+1
2007-02-07ACPI support for IDE devicesGravatar Hannes Reinecke 1-0/+27
2007-02-07ide: add Toshiba TC86C001 IDE driver (take 2)Gravatar Sergei Shtylyov 1-0/+1
2007-02-06[POWERPC] Added kprobes support to ppc32Gravatar Kumar Gala 2-1/+7