summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-02-04[ARM] 21285 serial: fix build errorRussell King1-2/+6
2008-02-02Merge git://git.infradead.org/battery-2.6Linus Torvalds5-139/+292
2008-02-02Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds4-46/+166
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds46-661/+1755
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds126-2353/+7181
2008-02-02apm_power: check I.intval for zero value, we use it as the divisorAnton Vorontsov1-0/+3
2008-02-02pda_power: implement pollingAnton Vorontsov1-1/+45
2008-02-02pda_power: various cleanupsAnton Vorontsov1-55/+92
2008-02-02apm_power: support using VOLTAGE_* properties for apm calculationsDmitry Baryshkov1-21/+70
2008-02-02pda_power: add suspend/resume supportDmitry Baryshkov1-0/+33
2008-02-02power_supply: add few more values and propsDmitry Baryshkov1-1/+4
2008-02-02pda_power: only register available psuDmitry Baryshkov1-36/+44
2008-02-02power: fix incorrect unregistration in power_supply_create_attrs error pathAndres Salomon1-4/+2
2008-02-02power: remove POWER_SUPPLY_PROP_CAPACITY_LEVELAndres Salomon2-15/+0
2008-02-02[BATTERY] power_supply_leds: use kasprintfAkinobu Mita1-18/+7
2008-02-02[BATTERY] Every file should include the headers containing the prototypes for...Adrian Bunk2-0/+4
2008-02-01ACPI: Print message before calling _PTSRafael J. Wysocki2-3/+3
2008-02-01ACPI hibernation: Call _PTS before suspending devicesRafael J. Wysocki1-11/+25
2008-02-01Hibernation: Introduce begin() and end() callbacksRafael J. Wysocki1-2/+12
2008-02-01ACPI suspend: Call _PTS before suspending devicesRafael J. Wysocki1-13/+38
2008-02-01ACPI: Separate disabling of GPEs from _PTSRafael J. Wysocki2-6/+15
2008-02-01ACPI: Separate invocations of _GTS and _BFS from _PTS and _WAKRafael J. Wysocki2-18/+64
2008-02-01Suspend: Introduce begin() and end() callbacksRafael J. Wysocki1-4/+18
2008-02-01ACPI: clear GPE earily in resume to avoid warningShaohua Li1-0/+7
2008-02-01PM: Make PM_TRACE more architecture independentJohannes Berg1-1/+1
2008-02-01ACPI: Fix mismerge in acpi_hibernation_finishRafael J. Wysocki1-5/+0
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman5-51/+44
2008-02-01PCI: fix codingstyle issues in drivers/pci/pci.hGreg Kroah-Hartman1-3/+5
2008-02-01PCI: PCIE ASPM supportShaohua Li7-0/+843
2008-02-01PCI: Fix fakephp deadlockIan Abbott1-4/+35
2008-02-01PCI: modify SB700 SATA MSI quirkShane Huang1-7/+22
2008-02-01PCI: Run ACPI _OSC method on root bridges onlyAndrew Patterson1-16/+6
2008-02-01PCI ACPI: AER driver should only register PCIe devices with _OSCAndrew Patterson1-1/+1
2008-02-01PCI ACPI: Added a function to register _OSC with only PCIe devices.Andrew Patterson1-3/+3
2008-02-01PCI: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-01PCI: Convert drivers/pci/proc.c to use unlocked_ioctlMathieu Segaud1-3/+8
2008-02-01pciehp: block new requests from the device before power offKenji Kaneshige1-12/+21
2008-02-01pciehp: workaround against Bad DLLP during power offKenji Kaneshige1-0/+45
2008-02-01pciehp: wait for 1000ms before LED operation after power offKenji Kaneshige2-12/+7
2008-02-01PCI: Remove pci_enable_device_bars()Benjamin Herrenschmidt1-24/+0
2008-02-01PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt7-12/+33
2008-02-01PCI: Add pci_enable_device_{io,mem} intefacesBenjamin Herrenschmidt1-1/+48
2008-02-01PCI: avoid save the same type of cap multiple timesShaohua Li1-2/+10
2008-02-01PCI: correctly initialize a structure for pcie_save_pcix_state()Shaohua Li1-0/+2
2008-02-01PCI: fix typo in pci_save_pcix_stateShaohua Li1-1/+1
2008-02-01PCI: use dev_printk in quirk messagesbjorn.helgaas@hp.com2-74/+60
2008-02-01PCI: print quirk name in debug messagesbjorn.helgaas@hp.com1-1/+6
2008-02-01PCI: fix for quirk_e100_interrupt()Ivan Kokshaysky1-1/+13
2008-02-01PCI: Spelling fixesJoe Perches2-2/+2
2008-02-01PCI: drivers/pci/msi.c: move arch hooks to the topAdrian Bunk1-46/+45