Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | msi: Make MSI useable more architectures | Eric W. Biederman | 2007-02-07 | 1 | -58/+22 | |
| * | | | | | msi: Kill the msi_desc array. | Eric W. Biederman | 2007-02-07 | 1 | -23/+21 | |
| * | | | | | msi: Remove attach_msi_entry. | Eric W. Biederman | 2007-02-07 | 1 | -7/+2 | |
| * | | | | | msi: Fix msi_remove_pci_irq_vectors. | Eric W. Biederman | 2007-02-07 | 1 | -6/+2 | |
| * | | | | | msi: Remove msi_lock. | Eric W. Biederman | 2007-02-07 | 1 | -20/+0 | |
| * | | | | | msi: Kill msi_lookup_irq | Eric W. Biederman | 2007-02-07 | 1 | -90/+59 | |
| * | | | | | MSI: Combine pci_(save|restore)_msi/msix_state | Michael Ellerman | 2007-02-07 | 3 | -11/+26 | |
| * | | | | | MSI: Remove pci_scan_msi_device() | Michael Ellerman | 2007-02-07 | 2 | -7/+0 | |
| * | | | | | MSI: Replace pci_msi_quirk with calls to pci_no_msi() | Michael Ellerman | 2007-02-07 | 4 | -19/+4 | |
| * | | | | | PCI: remove duplicate device id from ipr | Greg Kroah-Hartman | 2007-02-07 | 1 | -3/+0 | |
| * | | | | | PCI: remove duplicate device id from ata_piix | Greg Kroah-Hartman | 2007-02-07 | 1 | -4/+0 | |
| * | | | | | PCI: power management: remove noise on non-manageable hw | Pavel Machek | 2007-02-07 | 1 | -7/+8 | |
| * | | | | | PCI: cleanup MSI code | Satoru Takeuchi | 2007-02-07 | 1 | -4/+5 | |
| * | | | | | PCI: make isa_bridge Alpha-only | Adrian Bunk | 2007-02-07 | 1 | -6/+0 | |
| * | | | | | PCI: remove quirk_sis_96x_compatible() | Adrian Bunk | 2007-02-07 | 1 | -15/+0 | |
| * | | | | | PCI: Speed up the Intel SMBus unhiding quirk | Jean Delvare | 2007-02-07 | 1 | -13/+11 | |
| * | | | | | PCI Quirk: 1k I/O space IOBL_ADR fix on P64H2 | Daniel Yeisley | 2007-02-07 | 1 | -0/+25 | |
| * | | | | | shpchp: delete trailing whitespace | Kenji Kaneshige | 2007-02-07 | 3 | -28/+28 | |
| * | | | | | shpchp: remove DBG_XXX_ROUTINE | Kenji Kaneshige | 2007-02-07 | 1 | -136/+19 | |
| * | | | | | shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE | Kenji Kaneshige | 2007-02-07 | 2 | -13/+0 | |
| * | | | | | PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug dr... | Kristen Carlson Accardi | 2007-02-07 | 3 | -0/+163 | |
| * | | | | | pciehp: fix wait command completion | Kenji Kaneshige | 2007-02-07 | 2 | -12/+16 | |
| * | | | | | pciehp: cleanup wait command completion | Kenji Kaneshige | 2007-02-07 | 4 | -193/+82 | |
| * | | | | | pciehp: remove unused pcie_cap_base | Kenji Kaneshige | 2007-02-07 | 1 | -7/+2 | |
| * | | | | | pciehp: cleanup pciehp.h | Kenji Kaneshige | 2007-02-07 | 3 | -67/+42 | |
| * | | | | | pciehp: cleanup register access | Kenji Kaneshige | 2007-02-07 | 1 | -137/+164 | |
| * | | | | | pciehp: remove unused pci_bus from struct controller | Kenji Kaneshige | 2007-02-07 | 2 | -13/+2 | |
| * | | | | | pciehp: remove unnecessary php_ctlr | Kenji Kaneshige | 2007-02-07 | 4 | -494/+120 | |
| * | | | | | pciehp: cleanup slot list | Kenji Kaneshige | 2007-02-07 | 2 | -27/+17 | |
| * | | | | | pciehp: cleanup init_slot() | Kenji Kaneshige | 2007-02-07 | 2 | -63/+37 | |
| * | | | | | PCI: remove pci_find_device_reverse() | Adrian Bunk | 2007-02-07 | 1 | -38/+0 | |
| * | | | | | PCI: quirks.c: cleanup | Adrian Bunk | 2007-02-07 | 2 | -29/+17 | |
| * | | | | | PCI: Use newly defined PCI channel offline routine | Linas Vepstas | 2007-02-07 | 2 | -2/+2 | |
| * | | | | | PCI : Add selected_regions funcs | Hidetoshi Seto | 2007-02-07 | 1 | -17/+63 | |
| * | | | | | PCI : add extremely specialized __pci_reenable_device for default resume | Hidetoshi Seto | 2007-02-07 | 3 | -11/+34 | |
| * | | | | | PCI : Move pci_fixup_device and is_enabled (originally intended change) | Hidetoshi Seto | 2007-02-07 | 1 | -12/+12 | |
| * | | | | | PCI : remove too specialized __pci_enable_device for default resume | Hidetoshi Seto | 2007-02-07 | 3 | -25/+1 | |
| * | | | | | PCI: check szhi when sz is 0 when 64 bit iomem bigger than 4G | Yinghai Lu | 2007-02-07 | 1 | -13/+56 | |
| |/ / / / | ||||||
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2007-02-07 | 129 | -1544/+5611 | |
|\ \ \ \ \ | ||||||
| * | | | | | USB: remove duplicate device id from zc0301 | Greg Kroah-Hartman | 2007-02-07 | 1 | -1/+0 | |
| * | | | | | USB: remove duplicate device id from usb_storage | Greg Kroah-Hartman | 2007-02-07 | 1 | -7/+0 | |
| * | | | | | USB: remove duplicate device id from keyspan | Greg Kroah-Hartman | 2007-02-07 | 1 | -3/+0 | |
| * | | | | | USB: remove duplicate device id from ftdi_sio | Greg Kroah-Hartman | 2007-02-07 | 2 | -2/+0 | |
| * | | | | | USB: remove duplicate device id from visor | Greg Kroah-Hartman | 2007-02-07 | 2 | -4/+0 | |
| * | | | | | USB: a bit more coding style cleanup | Oliver Neukum | 2007-02-07 | 2 | -25/+25 | |
| * | | | | | usbcore: trivial whitespace fixes | Oliver Neukum | 2007-02-07 | 3 | -107/+107 | |
| * | | | | | usb-storage: use first bulk endpoints, not last | Alan Stern | 2007-02-07 | 1 | -11/+12 | |
| * | | | | | EHCI: fix interrupt-driven remote wakeup | Alan Stern | 2007-02-07 | 1 | -18/+32 | |
| * | | | | | USB: switch ehci-hcd to new polling scheme | Marcelo Tosatti | 2007-02-07 | 1 | -1/+7 | |
| * | | | | | USB: autosuspend for usb printer driver | Oliver Neukum | 2007-02-07 | 1 | -11/+5 |