summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman3-1/+21
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2022-04-29firmware_loader: Move definitions from sysfs_upload.h to sysfs.hRuss Weight4-20/+20
2022-04-29firmware_loader: Fix configs for sysfs splitRuss Weight2-6/+6
2022-04-28drivers/base/memory: fix an unlikely reference counting issue in __add_memory...Christophe JAILLET1-3/+2
2022-04-28drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-04-28device-core: Kill the lockdep_mutexDan Williams1-3/+0
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-0/+18
2022-04-28amba: Stop sharing platform_dma_configure()Lu Baolu1-2/+1
2022-04-28driver core: Add dma_cleanup callback in bus_typeLu Baolu1-0/+5
2022-04-27Revert "firmware_loader: use kernel credentials when reading firmware"Greg Kroah-Hartman1-16/+0
2022-04-27driver core: Add sysfs support for physical location of a deviceWon Chung4-0/+169
2022-04-27platform: finally disallow IRQ0 in platform_get_irq() and its ilkSergey Shtylyov1-2/+4
2022-04-27drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-04-27driver core: Prevent overriding async driver of a device before it probeMark-PK Tsai1-1/+2
2022-04-26device property: Use multi-connection matchers for single caseBjorn Andersson1-50/+5
2022-04-26device property: Add helper to match multiple connectionsBjorn Andersson1-0/+109
2022-04-26Documentation: dd: Use ReST lists for return values of driver_deferred_probe_...Bagas Sanjaya1-4/+4
2022-04-26firmware_loader: Add sysfs nodes to monitor fw_uploadRuss Weight3-0/+135
2022-04-26firmware_loader: Add firmware-upload supportRuss Weight8-12/+373
2022-04-26firmware_loader: Split sysfs support from fallbackRuss Weight6-463/+503
2022-04-25regmap: cache: set max_register with reg_strideJeongtae Park1-2/+2
2022-04-23topology: Fix up build warning in topology_is_visible()Greg Kroah-Hartman1-3/+1
2022-04-22drivers/base/memory: Fix an unlikely reference counting issue in __add_memory...Christophe JAILLET1-3/+2
2022-04-22firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen1-0/+16
2022-04-22firmware_loader: Check fw_state_is_done in loading_storeRuss Weight2-20/+18
2022-04-22firmware_loader: Clear data and size in fw_free_paged_bufRuss Weight1-0/+2
2022-04-22driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski2-24/+73
2022-04-22PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns()Ulf Hansson1-34/+43
2022-04-22firmware: Add the support for ZSTD-compressed firmware filesTakashi Iwai2-9/+91
2022-04-20arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing1-1/+1
2022-04-20topology: make core_mask include at least cluster_siblingsDarren Hart1-0/+9
2022-04-20topology/sysfs: Hide PPIN on systems that do not support it.Tony Luck1-0/+12
2022-04-19PM: runtime: Allow to call __pm_runtime_set_status() from atomic contextUlf Hansson1-4/+5
2022-04-13device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko1-11/+9
2022-04-13device property: Introduce fwnode_for_each_parent_node()Andy Shevchenko1-27/+29
2022-04-13device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko1-38/+51
2022-04-13PM: runtime: Avoid device usage count underflowsRafael J. Wysocki1-7/+37
2022-04-13PM: domains: Extend dev_pm_domain_detach() docKrzysztof Kozlowski1-4/+4
2022-04-08net: mdio: don't defer probe forever if PHY IRQ provider is missingVladimir Oltean1-0/+1
2022-04-05device property: Add irq_get to fwnode operationSakari Ailus1-11/+1
2022-04-05device property: Add iomap to fwnode operationsSakari Ailus1-4/+1
2022-04-05device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus1-21/+4
2022-04-04regmap: Constify static regmap_bus structsRikard Falkeborn6-8/+8
2022-03-29Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+16
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-192/+227
2022-03-26Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+29
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-48/+148
2022-03-22drivers/base/memory: clarify adding and removing of memory blocksDavid Hildenbrand1-18/+20
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2-13/+101