aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2021-06-23software node: Handle software node injection to an existing device properlyHeikki Krogerus1-4/+12
2021-06-21driver core: Export device_driver_attach()Jason Gunthorpe2-1/+3
2021-06-21driver core: Don't return EPROBE_DEFER to userspace during sysfs bindChristoph Hellwig1-39/+45
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig2-14/+21
2021-06-21driver core: Better distinguish probe errors in really_probeChristoph Hellwig1-30/+42
2021-06-21driver core: Pull required checks into driver_probe_device()Jason Gunthorpe2-23/+11
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-35/+39
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei1-0/+7
2021-06-15devres: Enable trace eventsAndy Shevchenko4-27/+89
2021-06-15devres: No need to call remove_nodes() when there none presentAndy Shevchenko1-0/+4
2021-06-15devres: Use list_for_each_safe_from() in remove_nodes()Andy Shevchenko1-16/+8
2021-06-15devres: Make locking straight forward in release_nodes()Andy Shevchenko1-15/+15
2021-06-14Merge remote-tracking branch 'regmap/for-5.14' into regmap-nextMark Brown6-8/+182
2021-06-14regmap: mdio: Reject invalid addressesSander Vanheule1-4/+16
2021-06-14regmap: mdio: Fix regmap_bus pointer constnessSander Vanheule1-1/+1
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-3/+3
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-3/+3
2021-06-11PM: runtime: Allow unassigned ->runtime_suspend|resume callbacksUlf Hansson1-5/+3
2021-06-11PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson1-5/+5
2021-06-11PM: domains: Drop/restore performance state votes for devices at runtime PMUlf Hansson1-2/+25
2021-06-11PM: domains: Return early if perf state is already set for the deviceUlf Hansson1-0/+3
2021-06-11PM: domains: Split code in dev_pm_genpd_set_performance_state()Ulf Hansson1-12/+19
2021-06-08PM: domains: fix some kernel-doc issuesYang Yingliang2-1/+3
2021-06-08regmap: mdio: Add clause-45 supportSander Vanheule1-14/+56
2021-06-08regmap: mdio: Clean up invalid clause-22 addressesSander Vanheule1-3/+6
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov1-0/+7
2021-06-07device property: Unify access to of_nodeAndy Shevchenko1-16/+13
2021-06-05drivers/base/memory: fix trying offlining memory blocks with memory holes on ...David Hildenbrand1-3/+3
2021-06-04drivers/base: Constify static attribute_group structsRikard Falkeborn4-6/+6
2021-06-04firmware_loader: remove unneeded 'comma' macroMasahiro Yamada1-1/+0
2021-06-04devcoredump: remove contact informationJohannes Berg1-4/+0
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman1-32/+36
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman1-32/+36
2021-05-27driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König1-20/+0
2021-05-27component: Rename 'dev' to 'parent'Stephen Boyd1-47/+42
2021-05-27component: Drop 'dev' argument to component_match_realloc()Stephen Boyd1-4/+3
2021-05-27device property: Don't check for NULL twice in the loopsAndy Shevchenko1-8/+8
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain1-0/+28
2021-05-26regmap: add support for 7/17 register formatingAntoniu Miclaus1-0/+13
2021-05-24PM: wakeirq: Set IRQF_NO_AUTOEN when requesting the IRQTian Tao1-2/+2
2021-05-21drivers: base: Reduce device link removal code duplicationRafael J. Wysocki1-18/+13
2021-05-21drivers: base: Fix device link removalRafael J. Wysocki1-14/+23
2021-05-21drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong1-1/+1
2021-05-20regmap: mdio: Don't modify output if error happenedAndy Shevchenko1-2/+4
2021-05-19Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown3-1/+63
2021-05-19regmap: Add MDIO bus supportSander Vanheule3-1/+63
2021-05-17Merge 5.13-rc2 into driver-core-nextGreg Kroah-Hartman2-4/+9
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure2-7/+40
2021-05-14driver core: attribute_container: fix W=1 warningsYang Yingliang1-3/+3