summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-03-31regulator: refcount fixesDavid Brownell1-22/+8
2009-03-31regulator: Don't warn if we failed to get a regulatorMark Brown1-2/+0
2009-03-31regulator: Allow boot_on regulators to be disabled by clientsMark Brown1-9/+4
2009-03-31regulator: Implement list_voltage for WM835x LDOs and DCDCsMark Brown1-0/+29
2009-03-31twl4030-regulator: list more VAUX4 voltagesDavid Brownell1-0/+2
2009-03-31regulator: Don't warn on omitted voltage constraintsMark Brown1-1/+5
2009-03-31regulator: Implement list_voltage() for WM8400 DCDCs and LDOsMark Brown1-4/+30
2009-03-31MMC: regulator utilitiesDavid Brownell1-0/+100
2009-03-31regulator: twl4030 voltage enumeration (v2)David Brownell1-39/+23
2009-03-31regulator: twl4030 regulatorsDavid Brownell3-0/+519
2009-03-31regulator: enumerate voltages (v2)David Brownell1-0/+113
2009-03-31regulator: Fix get_mode() for WM835x DCDCsMark Brown1-6/+18
2009-03-31regulator: Allow regulators to set the initial operating modeMark Brown1-0/+17
2009-03-31regulator: Suggest use of datasheet supply or pin names for consumersMark Brown1-3/+6
2009-03-31regulator: add unset_regulator_supplies to fix regulator_unregisterMike Rapoport1-0/+14
2009-03-31regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown1-27/+0
2009-03-31regulator: Mark attributes table for virtual regulator staticMark Brown1-1/+1
2009-03-31regulator: Make fixed voltage regulators visible in KconfigMark Brown1-1/+5
2009-03-31regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown1-1/+2
2009-03-31regulator: Allow init data to be supplied for bq24022Mark Brown1-1/+2
2009-03-31regulator: Pass regulator init data as explict argument when registeringMark Brown6-7/+10
2009-03-31Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron2-5/+12
2009-03-31regulator: minor cleanup of virtual consumerAndrew Morton1-0/+4
2009-03-31regulator: add get_status()David Brownell1-0/+46
2009-03-31regulator: minor cleanup of virtual consumerDavid Brownell1-4/+4
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-31/+33
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2-2/+2
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Linus Torvalds8-41/+111
2009-03-31Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds13-267/+539
2009-03-31Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds26-107/+12
2009-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds7-160/+206
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan26-107/+12
2009-03-31Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds34-403/+27129
2009-03-31Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-18/+34
2009-03-30PCI PM: Make pci_prepare_to_sleep() disable wake-up if neededRafael J. Wysocki1-1/+1
2009-03-30radeonfb: Use __pci_complete_power_transition()Rafael J. Wysocki1-1/+1
2009-03-30PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)Rafael J. Wysocki1-18/+51
2009-03-30PCI PM: Restore config spaces of all devices during early resumeRafael J. Wysocki1-7/+9
2009-03-30PCI PM: Make pci_set_power_state() handle devices with no PM supportRafael J. Wysocki1-6/+12
2009-03-30PCI PM: Put devices into low power states during late suspend (rev. 2)Rafael J. Wysocki1-53/+81
2009-03-30PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki3-22/+17
2009-03-30PCI PM: Use pci_set_power_state during early resumeRafael J. Wysocki1-39/+9
2009-03-30PCI PM: Consistently use variable name "error" for pm call return valuesFrans Pop1-10/+10
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki3-16/+28
2009-03-30hwmon: (fschmd) Add support for the FSC Hades ICHans de Goede2-25/+36
2009-03-30hwmon: (fschmd) Add support for the FSC Syleus ICHans de Goede2-60/+161
2009-03-30i2c-i801: Instantiate FSC hardware montioring chipsHans de Goede1-0/+77
2009-03-30dmi: Let dmi_walk() users pass private dataJean Delvare4-13/+17
2009-03-30Move the pcf8591 driver to hwmonJean Delvare5-26/+27
2009-03-30hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HGGong Jun1-6/+54