summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2021-06-28Merge tag 'regmap-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-8/+182
2021-06-23device property: Remove some casts in property-entry-testDavid Gow-28/+28
2021-06-23software node: Handle software node injection to an existing device properlyHeikki Krogerus-4/+12
2021-06-21driver core: Export device_driver_attach()Jason Gunthorpe-1/+3
2021-06-21driver core: Don't return EPROBE_DEFER to userspace during sysfs bindChristoph Hellwig-39/+45
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig-14/+21
2021-06-21driver core: Better distinguish probe errors in really_probeChristoph Hellwig-30/+42
2021-06-21driver core: Pull required checks into driver_probe_device()Jason Gunthorpe-23/+11
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-35/+39
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei-0/+7
2021-06-15devres: Enable trace eventsAndy Shevchenko-27/+89
2021-06-15devres: No need to call remove_nodes() when there none presentAndy Shevchenko-0/+4
2021-06-15devres: Use list_for_each_safe_from() in remove_nodes()Andy Shevchenko-16/+8
2021-06-15devres: Make locking straight forward in release_nodes()Andy Shevchenko-15/+15
2021-06-14Merge remote-tracking branch 'regmap/for-5.14' into regmap-nextMark Brown-8/+182
2021-06-14regmap: mdio: Reject invalid addressesSander Vanheule-4/+16
2021-06-14regmap: mdio: Fix regmap_bus pointer constnessSander Vanheule-1/+1
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman-3/+3
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman-3/+3
2021-06-11PM: runtime: Allow unassigned ->runtime_suspend|resume callbacksUlf Hansson-5/+3
2021-06-11PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson-5/+5
2021-06-11PM: domains: Drop/restore performance state votes for devices at runtime PMUlf Hansson-2/+25
2021-06-11PM: domains: Return early if perf state is already set for the deviceUlf Hansson-0/+3
2021-06-11PM: domains: Split code in dev_pm_genpd_set_performance_state()Ulf Hansson-12/+19
2021-06-08PM: domains: fix some kernel-doc issuesYang Yingliang-1/+3
2021-06-08regmap: mdio: Add clause-45 supportSander Vanheule-14/+56
2021-06-08regmap: mdio: Clean up invalid clause-22 addressesSander Vanheule-3/+6
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov-0/+7
2021-06-07device property: Unify access to of_nodeAndy Shevchenko-16/+13
2021-06-05drivers/base/memory: fix trying offlining memory blocks with memory holes on ...David Hildenbrand-3/+3
2021-06-04drivers/base: Constify static attribute_group structsRikard Falkeborn-6/+6
2021-06-04firmware_loader: remove unneeded 'comma' macroMasahiro Yamada-1/+0
2021-06-04devcoredump: remove contact informationJohannes Berg-4/+0
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman-32/+36
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman-32/+36
2021-05-27driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König-20/+0
2021-05-27component: Rename 'dev' to 'parent'Stephen Boyd-47/+42
2021-05-27component: Drop 'dev' argument to component_match_realloc()Stephen Boyd-4/+3
2021-05-27device property: Don't check for NULL twice in the loopsAndy Shevchenko-8/+8
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain-0/+28
2021-05-26regmap: add support for 7/17 register formatingAntoniu Miclaus-0/+13
2021-05-24PM: wakeirq: Set IRQF_NO_AUTOEN when requesting the IRQTian Tao-2/+2
2021-05-21drivers: base: Reduce device link removal code duplicationRafael J. Wysocki-18/+13
2021-05-21drivers: base: Fix device link removalRafael J. Wysocki-14/+23
2021-05-21drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong-1/+1
2021-05-20regmap: mdio: Don't modify output if error happenedAndy Shevchenko-2/+4
2021-05-19Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown-1/+63
2021-05-19regmap: Add MDIO bus supportSander Vanheule-1/+63
2021-05-17Merge 5.13-rc2 into driver-core-nextGreg Kroah-Hartman-4/+9
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2