summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2013-12-29ACPI / hotplug / driver core: Handle containers in a special wayRafael J. Wysocki-1/+47
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman-12/+10
2013-12-22PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PMUlf Hansson-2/+2
2013-12-19devtmpfs: Calling delete_path() only when necessaryAxel Lin-1/+1
2013-12-19drivers: fix typo in DEVTMPFS_MOUNT Kconfig help textEmilio López-1/+1
2013-12-18Driver core: Fix device_add_attrs() error code pathRafael J. Wysocki-1/+3
2013-12-16regmap: Allow regmap_bulk_read() to work for "no-bus" regmapsStephen Boyd-5/+1
2013-12-16regmap: irq: Allow using zero value for ack_baseAlexander Shiyan-3/+3
2013-12-10Merge branch 'driver-core-linus' into driver-core-nextTejun Heo-0/+3
2013-12-08driver core: fix device_create() error pathDavid Herrmann-1/+2
2013-12-08firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=nTakashi Iwai-0/+4
2013-12-08firmware: Use bit flags instead of boolean combosTakashi Iwai-22/+29
2013-12-08firmware: Introduce request_firmware_direct()Takashi Iwai-7/+34
2013-12-06Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki-0/+3
2013-11-28cpufreq: suspend governors on system suspend/hibernateViresh Kumar-0/+3
2013-11-26Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown-8/+9
2013-11-26Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown-1/+1
2013-11-26regmap: use IS_ERR() to check clk_get() resultsStephen Warren-5/+6
2013-11-24regmap: Fix 'ret' would return an uninitialized valueCai Zhiyong-0/+4
2013-11-21regmap: make sure we unlock on failure in regmap_bulk_writeCourtney Cavin-1/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+5
2013-11-19Merge branch 'pm-runtime'Rafael J. Wysocki-0/+3
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-2/+2
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki-2/+2
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-73/+161
2013-11-14PM / Runtime: Fix error path for prepareUlf Hansson-0/+3
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2013-11-12Merge tag 'regmap-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-58/+507
2013-11-12regmap: trivial comment fix (copy'n'paste error)Gerhard Sittig-3/+3
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields-2/+2
2013-11-09locks: break delegations on unlinkJ. Bruce Fields-1/+1
2013-11-07Merge branch 'pm-runtime'Rafael J. Wysocki-1/+1
2013-11-07PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()Rafael J. Wysocki-1/+1
2013-10-28Merge remote-tracking branch 'regmap/topic/spmi' into regmap-nextMark Brown-1/+95
2013-10-28Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown-0/+41
2013-10-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown-0/+16
2013-10-28Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown-0/+106
2013-10-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown-5/+52
2013-10-28Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown-50/+194
2013-10-28Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown-4/+5
2013-10-28regmap: add SPMI supportJosh Cartwright-1/+95
2013-10-28Merge branch 'pm-cpufreq'Rafael J. Wysocki-56/+59
2013-10-28Merge branch 'pm-sleep'Rafael J. Wysocki-0/+73
2013-10-28Merge branch 'pm-runtime'Rafael J. Wysocki-2/+3
2013-10-28Merge branch 'acpi-hotplug'Rafael J. Wysocki-14/+25
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon-1/+1
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon-19/+22
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon-41/+41
2013-10-25devres: restore zeroing behavior of devres_alloc()Kevin Hilman-2/+2