summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* drivers/base: fix devres handling for master deviceRussell King2014-02-071-0/+8
* Merge tag 'regmap-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2014-01-252-33/+45
|\
| * Merge remote-tracking branch 'regmap/topic/ack' into regmap-nextMark Brown2014-01-091-3/+3
| |\
| | * regmap: irq: Allow using zero value for ack_baseAlexander Shiyan2013-12-161-3/+3
| * | regmap: Allow regmap_bulk_write() to work for "no-bus" regmapsStephen Boyd2013-12-301-25/+37
| * | Merge tag 'v3.13-rc4' into regmap-coreMark Brown2013-12-302-9/+10
| |\|
| * | regmap: Allow regmap_bulk_read() to work for "no-bus" regmapsStephen Boyd2013-12-161-5/+1
| * | regmap: Fix 'ret' would return an uninitialized valueCai Zhiyong2013-11-241-0/+4
* | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-247-9/+89
|\ \ \
| * \ \ Merge branch 'acpi-modules'Rafael J. Wysocki2014-01-171-1/+15
| |\ \ \
| | * | | platform: introduce OF style 'modalias' support for platform busZhang Rui2014-01-171-0/+4
| | * | | ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui2014-01-161-1/+11
| | | |/ | | |/|
| * | | Merge branch 'pm-clk'Rafael J. Wysocki2014-01-171-5/+25
| |\ \ \
| | * | | PM / clock_ops: report clock errors from clk_enable()Ben Dooks2014-01-151-2/+17
| | * | | PM / clock_ops: check return of clk_enable() in pm_clk_resume()Ben Dooks2014-01-151-2/+4
| | * | | PM / clock_ops: fix up clk prepare/unprepare countBen Dooks2014-01-151-2/+5
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Rafael J. Wysocki2014-01-121-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PMUlf Hansson2013-12-221-2/+2
| | |/ /
| * | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-124-1/+47
| |\ \ \ | | |/ / | |/| |
| | * | ACPI / hotplug / driver core: Handle containers in a special wayRafael J. Wysocki2013-12-294-1/+47
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+1
|\ \ \
| * | | drivers: fix typo in DEVTMPFS_MOUNT Kconfig help textEmilio López2013-12-191-1/+1
| |/ /
* | | Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2014-01-131-17/+0
* | | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-01-131-0/+33
* | | drivers/base: provide an infrastructure for componentised subsystemsRussell King2014-01-102-1/+383
* | | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-01-101-33/+0
* | | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-01-101-0/+17
* | | firmware_class: Fix the file size checkBen Hutchings2014-01-081-3/+3
* | | driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche2014-01-081-2/+11
* | | firmware loader: Add sparse annotationBart Van Assche2014-01-081-0/+1
* | | Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-243-12/+10
|\| |
| | \
| | \
| *-. \ Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown2013-11-262-8/+9
| |\ \ \
| | | * | regmap: use IS_ERR() to check clk_get() resultsStephen Warren2013-11-261-5/+6
| | | |/
| | * | regmap: trivial comment fix (copy'n'paste error)Gerhard Sittig2013-11-121-3/+3
| * | | Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown2013-11-261-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | regmap: make sure we unlock on failure in regmap_bulk_writeCourtney Cavin2013-11-211-1/+1
| | |/
* | | devtmpfs: Calling delete_path() only when necessaryAxel Lin2013-12-191-1/+1
* | | Driver core: Fix device_add_attrs() error code pathRafael J. Wysocki2013-12-181-1/+3
* | | Merge branch 'driver-core-linus' into driver-core-nextTejun Heo2013-12-101-0/+3
|\ \ \
| * \ \ Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2013-12-061-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | cpufreq: suspend governors on system suspend/hibernateViresh Kumar2013-11-281-0/+3
* | | | driver core: fix device_create() error pathDavid Herrmann2013-12-081-1/+2
* | | | firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=nTakashi Iwai2013-12-081-0/+4
* | | | firmware: Use bit flags instead of boolean combosTakashi Iwai2013-12-081-22/+29
* | | | firmware: Introduce request_firmware_direct()Takashi Iwai2013-12-081-7/+34
|/ / /
* | | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-202-2/+5
|\ \ \
| * \ \ Merge branch 'pm-runtime'Rafael J. Wysocki2013-11-191-0/+3
| |\ \ \
| | * | | PM / Runtime: Fix error path for prepareUlf Hansson2013-11-141-0/+3
| * | | | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ \ \ \