summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | media: device property: Return true in fwnode_device_is_available for NULL opsDaniel Scally2021-01-261-0/+6
| * | | | media: software_node: Fix refcounts in software_node_get_next_child()Daniel Scally2021-01-261-2/+6
| | |_|/ | |/| |
* | | | Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-02-211-0/+6
|\ \ \ \
| * | | | driver core: lift dma_default_coherent into common codeChristoph Hellwig2021-02-131-0/+6
| |/ / /
* | | | Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-02-215-77/+346
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk'Rafael J. Wysocki2021-02-155-77/+346
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | * | | PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre2021-01-271-41/+182
| | |_|_|/ / / | |/| | | | |
| | | | * | | PM: domains: Simplify the calculation of variablesAbaci Team2021-02-011-2/+1
| | | | * | | PM: domains: Add "performance" column to debug summaryDmitry Osipenko2021-01-221-4/+15
| | | | * | | PM: domains: Make of_genpd_add_subdomain() return -EPROBE_DEFERDmitry Osipenko2021-01-221-1/+1
| | | | * | | PM: domains: Make set_performance_state() callback optionalDmitry Osipenko2021-01-221-15/+18
| | | | * | | PM: domains: use device's next wakeup to determine domain idle stateLina Iyer2021-01-221-9/+93
| | | | * | | PM: domains: inform PM domain of a device's next wakeupLina Iyer2021-01-221-0/+30
| | | | | |/ | | | | |/|
| | | * / | PM: runtime: Fix resposible -> responsible in runtime.cBhaskar Chowdhury2021-01-221-1/+1
| | | |/ /
| | * / / PM: sleep: Use dev_printk() when possibleBjorn Helgaas2021-01-271-4/+5
| |/ / /
* | | | software node: Provide replacement for device_add_properties()Heikki Krogerus2021-02-051-0/+43
* | | | Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman2021-01-253-20/+35
|\| | |
| * | | Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-242-20/+33
| |\ \ \
| | * | | driver core: Fix device link device name collisionSaravana Kannan2021-01-211-12/+15
| | * | | driver core: Extend device_is_dependent()Rafael J. Wysocki2021-01-211-1/+16
| | * | | Revert "driver core: Reorder devices on successful probe"Greg Kroah-Hartman2021-01-121-7/+0
| | * | | Driver core: platform: Add extra error check in devm_platform_get_irqs_affini...John Garry2021-01-081-0/+2
| | * | | drivers core: Free dma_range_map when driver probe failedMeng Li2021-01-081-0/+2
| | | |/ | | |/|
| * | | Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-01-121-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | driver core: platform: Add extra error check in devm_platform_get_irqs_affini...John Garry2020-12-221-0/+2
* | | | software node: Introduce device_add_software_node()Heikki Krogerus2021-01-151-9/+62
|/ / /
* | | Merge tag 'devprop-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-091-1/+8
|\ \ \
| * | | device property: add description of fwnode casesBard Liao2021-01-071-0/+7
| * | | Revert "device property: Keep secondary firmware node secondary by type"Bard Liao2021-01-071-1/+1
| | |/ | |/|
* | | regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter2021-01-051-3/+1
* | | regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang2020-12-291-2/+9
|/ /
* | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-162-51/+87
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki2020-12-152-34/+51
| |\ \ \ \
| | | | * | PM: domains: create debugfs nodes when adding power domainsThierry Strudel2020-12-111-28/+45
| | | |/ /
| | * | | PM: sleep: Add dev_wakeup_path() helperPatrice Chotard2020-11-232-4/+4
| | * | | PM: sleep: Print driver flags for all devices during suspend/resumeChen Yu2020-11-101-2/+2
| | |/ /
| | | |
| | \ \
| *-. | | Merge branches 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki2020-12-151-16/+35
| |\ \| |
| | * | | PM: domains: Enable dev_pm_genpd_suspend|resume() for suspend-to-idleUlf Hansson2020-11-101-4/+16
| | * | | PM: domains: Rename pm_genpd_syscore_poweroff|poweron()Ulf Hansson2020-11-101-14/+21
| | |/ /
| * | | Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2020-12-141-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar2020-12-091-1/+1
* | | | Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2020-12-164-13/+91
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'regmap/for-5.11' into regmap-nextMark Brown2020-11-306-13/+198
| |\ \ \ \
| | * \ \ \ Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Li...Mark Brown2020-11-263-1/+107
| | |\ \ \ \
| | * | | | | regmap: sdw: add required header filesPierre-Louis Bossart2020-11-261-0/+2
| | * | | | | regmap: Fix order of regmap write logLucas Tanure2020-11-121-4/+7
| | * | | | | regmap: mmio: add config option to allow relaxed MMIO accessesAdrian Ratiu2020-10-261-8/+82
| | | |_|/ / | | |/| | |
| * / | | | regmap: Remove duplicate `type` field from regmap `regcache_sync` trace eventPhilippe Duplessis-Guindon2020-11-241-1/+0
| |/ / / /
* | | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-163-6/+133
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-155-45/+155
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |