summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * [PATCH] smsc47m192: New hwmon driver for SMSC LPC47M192/997Hartmut Rick2006-06-223-1/+671
| | * [PATCH] w83627ehf: Add alarms supportJean Delvare2006-06-221-0/+46
| | * [PATCH] w83627ehf: Add voltage inputs supportRudolf Marek2006-06-221-4/+120
| | * [PATCH] lm83: Add LM82 supportJordan Crouse2006-06-222-15/+39
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6Linus Torvalds2006-06-2221-743/+773
| |\ \
| | * | [PATCH] w1: warning fixAndrew Morton2006-06-221-6/+13
| | * | [PATCH] w1: clean up W1_CON dependency.Evgeniy Polyakov2006-06-221-1/+1
| | * | [PATCH] drivers/w1/w1.c: fix a compile errorAdrian Bunk2006-06-221-1/+0
| | * | [PATCH] W1: fix dependencies of W1_SLAVE_DS2433_CRCJean-Luc Leger2006-06-221-1/+1
| | * | [PATCH] W1: possible cleanupsEvgeniy Polyakov2006-06-226-21/+12
| | * | [PATCH] W1: cleanupsEvgeniy Polyakov2006-06-223-13/+15
| | * | [PATCH] w1 exportsAndrew Morton2006-06-221-2/+7
| | * | [PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov2006-06-228-127/+70
| | * | [PATCH] w1: Make w1 connector notifications depend on connector.Evgeniy Polyakov2006-06-223-8/+14
| | * | [PATCH] w1: Move w1-connector definitions into linux/include/connector.hEvgeniy Polyakov2006-06-221-3/+0
| | * | [PATCH] w1: Userspace communication protocol over connector.Evgeniy Polyakov2006-06-2211-132/+347
| | * | [PATCH] w1: Replace dscore and ds_w1_bridge with ds2490 driver.Evgeniy Polyakov2006-06-225-505/+303
| | * | [PATCH] w1: Added default generic read/write operations.Evgeniy Polyakov2006-06-222-2/+69
| | |/
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-2218-299/+751
| |\ \
| | * | [PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visibleBrice Goglin2006-06-211-0/+19
| | * | [PATCH] PCI: Bus Parity Status sysfs interfaceDoug Thompson2006-06-211-0/+24
| | * | [PATCH] PCI: MSI-K8T-Neo2-Fir: run only where neededChris Wedgwood2006-06-211-7/+10
| | * | [PATCH] PCI: fix race with pci_walk_bus and pci_destroy_devZhang Yanmin2006-06-215-43/+41
| | * | [PATCH] PCI: remove unneeded msi codeGrant Grundler2006-06-211-44/+1
| | * | [PATCH] PCI: don't move ioapics below PCI bridgeKimball Murray2006-06-211-2/+3
| | * | [PATCH] PCI: cleanup unused variable about msi driverbibo,mao2006-06-211-5/+0
| | * | [PATCH] PCI: disable msi mode in pci_disable_deviceShaohua Li2006-06-212-3/+12
| | * | [PATCH] PCI: Allow MSI to work on kexec kernelRajesh Shah2006-06-211-4/+3
| | * | [PATCH] PCI: AMD 8131 MSI quirk called too late, bus_flags not inherited ?Brice Goglin2006-06-211-2/+12
| | * | [PATCH] PCI: Move various PCI IDs to header fileBrent Casavant2006-06-212-29/+6
| | * | [PATCH] PCI Bus Parity Status-broken hardware attribute, EDAC foundationDoug Thompson2006-06-211-0/+11
| | * | [PATCH] PCI ACPI: Rename the functions to avoid multiple instances.Muthu Kumar2006-06-211-8/+8
| | * | [PATCH] PCI: don't enable device if already enabledKristen Accardi2006-06-211-1/+6
| | * | [PATCH] PCI: Add a "enable" sysfs attribute to the pci devices to allow users...Arjan van de Ven2006-06-211-0/+21
| | * | [PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsKumar Gala2006-06-211-0/+40
| | * | [PATCH] PCI: fix to pci ignore pre-set 64-bit bars on 32-bit platformsBjorn Helgaas2006-06-211-1/+1
| | * | [PATCH] PCI: Ignore pre-set 64-bit BARs on 32-bit platformsH. Peter Anvin2006-06-211-11/+17
| | * | [PATCH] PCI: altix: msi supportMark Maule2006-06-211-4/+196
| | * | [PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitionsMark Maule2006-06-211-1/+5
| | * | [PATCH] PCI: msi abstractions and support for altixMark Maule2006-06-215-144/+325
| * | | [PATCH] x86_64: use select for GART_IOMMU to enable AGPRoman Zippel2006-06-221-2/+1
| * | | [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas2006-06-223-12/+11
| * | | [PATCH] myri10ge build fixAndrew Morton2006-06-221-1/+1
| | |/ | |/|
| * | [PATCH] USB: only make /sys/class/usb show up when there is something in itGreg Kroah-Hartman2006-06-211-16/+54
| * | [PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman2006-06-211-7/+6
| * | [PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2006-06-211-10/+10
| * | [PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman2006-06-211-88/+150
| * | [PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman2006-06-213-5/+5
| * | [PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman2006-06-214-198/+218
| * | [PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>David Brownell2006-06-2120-56/+20