summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | | Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry...Mark Brown2020-09-011-2/+2
| |\ \ \ \ \ \
| | * | | | | | regmap: Use flexible sleepDmitry Osipenko2020-09-011-2/+2
| * | | | | | | regmap: soundwire: remove unused header mod_devicetable.hVinod Koul2020-09-011-1/+0
| |/ / / / / /
| * / / / / / regmap: add Intel SPI Slave to AVMM Bus Bridge supportXu Yilun2020-08-263-1/+725
| |/ / / / /
* | | | | | mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-261-30/+55
* | | | | | Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-254-34/+56
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | regmap: fix page selection for noinc writesDmitry Baryshkov2020-09-213-12/+13
| * | | | | regmap: fix page selection for noinc readsDmitry Baryshkov2020-09-211-6/+6
| * | | | | regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax2020-09-181-1/+1
| * | | | | regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax2020-09-173-17/+38
| |/ / / /
* | | | | Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-133-12/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | driver core: Fix device_pm_lock() locking for device linksSaravana Kannan2020-09-041-4/+0
| * | | | driver code: print symbolic error codeMichał Mirosław2020-09-041-2/+2
| * | | | firmware_loader: fix memory leak for paged bufferPrateek Sood2020-08-282-6/+13
| |/ / /
* | | | Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-281-4/+8
|\ \ \ \
| * | | | device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus2020-08-211-4/+8
| |/ / /
* | | | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-281-6/+10
|\ \ \ \
| * | | | PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki2020-08-251-6/+10
| |/ / /