summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-35/+2
|\
| * driver core: remove device_create_vargsChristoph Hellwig2020-05-091-35/+2
* | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-023-243/+115
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2020-06-013-243/+115
| |\ \ \
| | | * \ Merge back system-wide PM material for v5.8.Rafael J. Wysocki2020-05-021-237/+111
| | | |\ \
| | | | * \ Merge back system-wide PM updates for v5.8.Rafael J. Wysocki2020-04-241-237/+111
| | | | |\ \
| | | | | * | PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki2020-04-241-1/+1
| | | | | * | PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki2020-04-241-1/+1
| | | | | * | PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki2020-04-241-7/+6
| | | | | * | PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki2020-04-241-4/+4
| | | | | * | PM: sleep: core: Rework the power.may_skip_resume handlingRafael J. Wysocki2020-04-241-8/+2
| | | | | * | PM: sleep: core: Do not skip callbacks in the resume phaseRafael J. Wysocki2020-04-241-43/+42
| | | | | * | PM: sleep: core: Fold functions into their callersRafael J. Wysocki2020-04-201-138/+60
| | | | | * | PM: sleep: core: Simplify the SMART_SUSPEND flag handlingRafael J. Wysocki2020-04-201-79/+39
| | | | | |/
| | * | | | PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki2020-05-291-2/+2
| | * | | | PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()Andy Shevchenko2020-05-251-4/+2
| |/ / / /
* | | | | Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds2020-06-022-0/+49
|\ \ \ \ \
| * | | | | software node: Allow register and unregister software node groupsAndy Shevchenko2020-04-201-0/+48
| * | | | | device property: export set_secondary_fwnode() to modulesAndy Shevchenko2020-04-201-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-1/+1
|\ \ \ \ \
| * | | | | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-1/+1
* | | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-3/+5
|\ \ \ \ \ \
| * | | | | | docs: drivers: fix some warnings at base/platform.c when building docsMauro Carvalho Chehab2020-04-201-2/+4
| * | | | | | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+6
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown2020-05-293-16/+152
|\ \ \ \ \
| * \ \ \ \ Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown2020-05-291-0/+22
| |\ \ \ \ \
| | * | | | | regmap: provide helpers for simple bit operationsBartosz Golaszewski2020-05-291-0/+22
| | | |/ / / | | |/| | |
| * | | | | regmap-i2c: add 16-bit width registers supportAceLan Kao2020-04-241-0/+61
| * | | | | Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@w...Mark Brown2020-04-141-16/+68
| |\ \ \ \ \
| | * | | | | regmap-irq: make it possible to add irq_chip do a specific device nodeMichael Walle2020-04-141-16/+68
| | |/ / / /
| * / / / / regmap: Add bus reg_update_bits() supportBaolin Wang2020-04-141-0/+1
| |/ / / /
* | | | | Merge remote-tracking branch 'regmap/for-5.7' into regmap-linusMark Brown2020-05-291-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | regmap: debugfs: check count when read regmap filePeng Fan2020-03-131-0/+6
* | | | | driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device linksSaravana Kannan2020-05-211-3/+5
* | | | | driver core: Fix SYNC_STATE_ONLY device link implementationSaravana Kannan2020-05-191-22/+39
* | | | | driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...John Stultz2020-04-281-0/+5
* | | | | driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...John Stultz2020-04-281-1/+1
* | | | | driver core: Revert default driver_deferred_probe_timeout value to 0John Stultz2020-04-281-11/+2
* | | | | component: Silence bind error on -EPROBE_DEFERJames Hilliard2020-04-281-3/+5
* | | | | driver core: Fix handling of fw_devlink=permissiveSaravana Kannan2020-04-281-1/+6
* | | | | driver core: platform: Initialize dma_parms for platform devicesUlf Hansson2020-04-281-0/+2
| |_|/ / |/| | |
* | | | Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-261-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | firmware_loader: revert removal of the fw_fallback_config exportLuis Chamberlain2020-04-261-0/+1
| * | | firmware_loader: remove unused exportsChristoph Hellwig2020-04-171-2/+0
| | |/ | |/|
* / | PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng2020-04-221-1/+1
|/ /
* | mm/memory_hotplug: allow to specify a default online_typeDavid Hildenbrand2020-04-071-6/+5
* | mm/memory_hotplug: convert memhp_auto_online to store an online_typeDavid Hildenbrand2020-04-071-6/+4
* | drivers/base/memory: store mapping between MMOP_* and string in an arrayDavid Hildenbrand2020-04-071-15/+23