summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-1421-639/+652
|\
| * regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-1/+1
| * drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches2020-10-021-5/+5
| * drivers core: Use sysfs_emit for shared_cpu_map_show and shared_cpu_list_showJoe Perches2020-10-021-9/+7
| * mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches2020-10-021-1/+1
| * drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-0215-267/+308
| * drivers core: Reindent a couple uses around sysfs_emitJoe Perches2020-10-022-3/+3
| * drivers core: Remove strcat uses around sysfs_emit and neatenJoe Perches2020-10-024-47/+58
| * drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-0212-101/+102
| * driver core: force NOIO allocations during unplugOliver Neukum2020-09-171-0/+4
| * Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman2020-09-145-24/+35
| |\
| * | platform_device: switch to simpler IDA interfaceBartosz Golaszewski2020-09-101-3/+3
| * | driver core: platform: Document return type of more functionsStephen Boyd2020-09-101-0/+14
| * | devres: provide devm_krealloc()Bartosz Golaszewski2020-09-081-0/+105
| * | syscore: Use pm_pr_dbg() for syscore_{suspend,resume}()Stephen Boyd2020-09-081-5/+3
| * | driver core: Use the ktime_us_delta() helperZenghui Yu2020-09-081-3/+2
| * | device property: Move fwnode_connection_find_match() under drivers/base/prope...Heikki Krogerus2020-09-083-102/+74
| * | device connection: Remove struct device_connectionHeikki Krogerus2020-09-071-10/+10
| * | device connection: Remove device_connection_add()Heikki Krogerus2020-09-071-58/+1
| * | device connection: Remove device_connection_find()Heikki Krogerus2020-09-071-73/+0
* | | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-141-0/+3
|\ \ \
| * \ \ Merge branch 'acpi-numa'Rafael J. Wysocki2020-10-131-0/+3
| |\ \ \
| | * | | ACPI: Support Generic Initiator only domainsJonathan Cameron2020-10-021-0/+3
| | | |/ | | |/|
* | | | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-143-47/+44
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'Rafael J. Wysocki2020-10-132-38/+24
| |\ \ \ \ \ \ \ | | | | | |/ / / | | | | |/| / / | | | | |_|/ / | | | |/| | |
| | | | | * | PM: domains: Allow to abort power off when no ->power_off() callbackUlf Hansson2020-10-021-17/+7
| | | | | * | PM: domains: Rename power state enums for genpdUlf Hansson2020-10-021-17/+16
| | | | |/ /
| | * | / / PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen2020-09-251-4/+1
| | |/ / /
| * | | | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu2020-10-081-2/+2
| * | | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-10-061-6/+8
| |\ \ \ \
| | * | | | opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFERStephan Gerhold2020-08-251-6/+8
| | | |_|/ | | |/| |
| * | | | Merge back cpufreq material for 5.10.Rafael J. Wysocki2020-10-051-2/+11
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider2020-09-181-0/+6
| | * | | arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider2020-09-181-2/+2
| | * | | arch_topology: validate input frequencies to arch_set_freq_scale()Ionela Voinescu2020-09-181-0/+3
| | | |/ | | |/|
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-141-1/+1
|\ \ \ \
| * | | | drivers/base: make device_find_child_by_name() compatible with sysfs inputsDan Williams2020-10-131-1/+1
* | | | | Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-131-30/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-121-30/+16
| |\ \ \ \
| | * | | | printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-221-30/+16
* | | | | | Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown2020-10-058-8/+902
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | regmap: irq: Add support to clear ack registersLaxminath Kasam2020-10-051-1/+32
| * | | | | Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown2020-09-281-0/+100
| |\ \ \ \ \
| | * | | | | regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla2020-09-281-0/+100
| | | |_|_|/ | | |/| | |
| * | | | | Merge series "use semicolons rather than commas to separate statements" from ...Mark Brown2020-09-281-1/+1
| |\ \ \ \ \
| | * | | | | regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall2020-09-281-1/+1
| * | | | | | regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski2020-09-281-0/+2
| |/ / / / /
| * | | | | regmap: debugfs: Fix more error path regressionsCharles Keepax2020-09-221-0/+2
| * | | | | regmap: Add support for 12/20 register formattingRicardo Ribalda2020-09-171-0/+22
| * | | | | regmap: Add can_sleep configuration optionDmitry Osipenko2020-09-022-4/+18