summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-1213-97/+314
|\
| * driver: core: Allow subsystems to continue deferring probeThierry Reding2019-07-031-8/+47
| * drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse2019-07-031-1/+2
| * arch_topology: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-07-031-4/+1Star
| * drivers: Add generic helper to match by of_nodeSuzuki K Poulose2019-06-241-0/+6
| * driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-2/+2
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-242-4/+4
| * docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
| * drivers: base/node.c: fixes a kernel-doc markupsMauro Carvalho Chehab2019-06-211-2/+3
| * firmware: Add support for loading compressed filesTakashi Iwai2019-06-183-12/+161
| * firmware: Factor out the paged buffer handling codeTakashi Iwai2019-06-183-54/+63
| * firmware: improve LSM/IMA security behaviourSven Van Asbroeck2019-06-181-1/+1
| * firmware: Use kvmalloc for page tablesTakashi Iwai2019-06-102-4/+5
| * firmware: Unify the paged buffer release helperTakashi Iwai2019-06-103-16/+25
| * firmware: Free temporary page table after vmappingTakashi Iwai2019-06-102-4/+9
* | Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-094-74/+328
|\ \
| * | device connection: Find connections also by checking the referencesHeikki Krogerus2019-06-031-0/+26
| * | device property: Introduce fwnode_find_reference()Heikki Krogerus2019-06-031-0/+24
| * | driver core: Add helper device_find_child_by_name()Heikki Krogerus2019-06-031-0/+28
| * | software node: Add software_node_get_reference_args()Heikki Krogerus2019-06-031-0/+47
| * | software node: Use kobject name when finding child nodes by nameHeikki Krogerus2019-06-031-5/+1Star
| * | software node: Add support for static node descriptorsHeikki Krogerus2019-06-031-63/+193
| * | software node: Simplify software_node_release() functionHeikki Krogerus2019-06-031-10/+10
| * | software node: Allow node creation without propertiesHeikki Krogerus2019-06-031-0/+3
| |/
* | Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-07-093-30/+18Star
|\ \
| | \
| | \
| | \
| | \
| *---. | Merge branches 'pm-opp', 'pm-misc', 'pm-avs' and 'pm-tools'Rafael J. Wysocki2019-07-081-4/+2Star
| |\ \ \|
| | | * | PM / clk: Remove error message on out-of-memory conditionGeert Uytterhoeven2019-05-281-2/+0Star
| | | * | drivers: base: power: clock_ops: Use of_clk_get_parent_count()Kefeng Wang2019-05-281-2/+2
| | | |/
| * | | Merge branch 'pm-sleep'Rafael J. Wysocki2019-07-082-26/+16Star
| |\ \ \ | | |/ / | |/| |
| | * | PM: sleep: Drop dev_pm_skip_next_resume_phases()Rafael J. Wysocki2019-07-041-16/+3Star
| | * | drivers: base: power: remove wakeup_sources_stats_dentry variableGreg Kroah-Hartman2019-06-191-4/+2Star
| | * | PM: sleep: Show how long dpm_suspend_start() and dpm_suspend_end() takeBart Van Assche2019-06-141-6/+11
| | |/
* | | Merge tag 'regmap-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2019-07-096-6/+73
|\ \ \
| * \ \ Merge branch 'regmap-5.3' into regmap-nextMark Brown2019-07-044-6/+69
| |\ \ \
| | * | | regmap: select CONFIG_REGMAP while REGMAP_SCCB is setYueHaibing2019-07-041-1/+1
| | * | | regmap: lzo: Switch to bitmap_zalloc()Andy Shevchenko2019-06-171-5/+3Star
| | * | | regmap: add i3c bus supportVitor Soares2019-06-073-1/+66
| | | |/ | | |/|
| * | | Merge branch 'regmap-5.2' into regmap-linusMark Brown2019-07-042-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | regmap: fix bulk writes on paged registersSrinivas Kandagatla2019-06-121-0/+2
| | * | regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta2019-05-201-0/+2
* | | | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-0/+22
|\ \ \ \
| * | | | topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-231-0/+12
| * | | | topology: Create package_cpus sysfs attributeLen Brown2019-05-231-0/+6
| * | | | cpu/topology: Export die_idLen Brown2019-05-231-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-3/+3
|\ \ \ \
| * | | | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-3/+3
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | drivers: base: cacheinfo: Add variable to record max cache line sizeShaokun Zhang2019-06-041-0/+5
| |/ /
* / / drivers/base/devres: introduce devm_release_action()Dan Williams2019-06-141-1/+23
|/ /