summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown2015-06-171-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | regmap: Fix regmap_bulk_read in BE modeArun Chandran2015-06-151-1/+1
| | |/ / /
* | | | | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-239-25/+563
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'pm-clk', 'pm-domains' and 'powercap'Rafael J. Wysocki2015-06-192-18/+67
| |\ \ \ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | PM / Domains: Skip timings during syscore suspend/resumeGeert Uytterhoeven2015-06-151-16/+26
| | | | |/ / / | | | |/| | |
| | * | | | | PM / clk: Print acquired clock name in addition to con_idGeert Uytterhoeven2015-06-151-1/+2
| | * | | | | PM / clk: Fix clock error check in __pm_clk_add()Geert Uytterhoeven2015-05-191-1/+1
| | * | | | | PM / clock_ops: Provide default runtime ops to usersRajendra Nayak2015-05-121-0/+38
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'pm-wakeirq'Rafael J. Wysocki2015-06-196-1/+422
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren2015-05-206-1/+422
| | | | | |
| | \ \ \ \
| *-. | | | | Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-193-6/+60
| |\ \| | | | | | | |_|_|/ | | |/| | |
| | | * | | PM / Runtime: Update last_busy in rpm_resumeTony Lindgren2015-05-201-0/+1
| | | |/ /
| | * | | PM / sleep: trace_device_pm_callback coverage in dpm_prepare/completeTodd E Brandt2015-06-101-6/+5Star
| | * | | PM / wakeup: add a dummy wakeup_source to record statisticsJin Qian2015-05-191-0/+36
| | * | | PM / wakeup: validate wakeup source before activating it.Jin Qian2015-05-081-0/+18
| | |/ /
| * | / device property: Introduces device_dma_is_coherent()Suthikulpanit, Suravee2015-06-151-0/+14
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-231-1/+1
|\ \ \ | |/ / |/| |
| * | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
| |/
* | drivers/base: cacheinfo: handle absence of cachesSudeep Holla2015-06-011-1/+1
* | drivers: of/base: move of_init to driver_initSudeep Holla2015-05-271-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-16/+16
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-16/+16
* | power: wakeup: remove use of seq_printf return valueJoe Perches2015-04-161-9/+7Star
* | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-157-83/+278
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2015-04-134-28/+82
| |\ \ \
| | | * | PM / domains: avoid potential oops in pm_genpd_remove_device()Russell King2015-03-231-3/+1Star
| | | * | PM / domains: factor out code to get the generic PM domain from a struct deviceRussell King2015-03-221-14/+32
| | | * | PM / domains: quieten down generic pm domainsRussell King2015-03-221-4/+4
| | | * | PM / Domains: Sync runtime PM status with genpd after probeRussell King2015-03-221-0/+12
| | | * | driver core / PM: Add PM domain callbacks for device setup/cleanupRafael J. Wysocki2015-03-221-0/+14
| | * | | Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki2015-04-102-7/+19
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | PM / sleep: add pm-trace support for suspending phaseZhonghui Fu2015-03-182-7/+19
| * | | | Merge branch 'device-properties'Rafael J. Wysocki2015-04-133-55/+196
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | device property: Introduce firmware node type for platform dataRafael J. Wysocki2015-04-031-5/+93
| | * | | device property: Make it possible to use secondary firmware nodesRafael J. Wysocki2015-04-031-0/+51
| | * | | driver core: Implement device property accessors through fwnode onesRafael J. Wysocki2015-03-251-28/+17Star
| | * | | Merge branch 'acpi-driver-core' into device-propertiesRafael J. Wysocki2015-03-251-1/+1
| | |\ \ \
| | | * | | driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki2015-03-161-1/+1
| | | | |/ | | | |/|
| | * | | driver core: property: Update fwnode_property_read_string_array()Rafael J. Wysocki2015-03-251-2/+4
| | * | | driver core: Add comments about returning array countsAdrian Hunter2015-03-181-21/+32
| | |/ /
* | | | mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes2015-04-151-7/+12
* | | | memory hotplug: use macro to switch between section and pfnSheng Yong2015-04-151-1/+1
* | | | Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-1415-89/+129
|\ \ \ \
| * | | | drivers: platform: parse IRQ flags from resourcesLinus Walleij2015-03-251-0/+9
| * | | | driver core: Make probe deferral more quietMark Brown2015-03-251-1/+1
| * | | | drivers/core/of: Add symlink to device-tree from devices with an OF nodeBenjamin Herrenschmidt2015-03-251-2/+14
| * | | | drivers: base: fw: fix ret value when loading fwZahari Doychev2015-03-251-0/+2
| * | | | firmware: Avoid manual device_create_file() callsTakashi Iwai2015-03-251-19/+21
| * | | | drivers/base: cacheinfo: validate device node for all the cachesSudeep Holla2015-03-251-2/+11
| * | | | drivers/base: use tabs where possible in code indentationLavinia Tache2015-03-251-5/+5