summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-01-18cacheinfo: Check 'cache-unified' property to count cache leavesPierre Gondois
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman
2023-01-17cacheinfo: Return error code in init_of_cache_level()Pierre Gondois
2023-01-17cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois
2023-01-17platform: remove useless if-branch in __platform_get_irq_byname()Soha Jin
2023-01-17platform: Document platform_add_devices() return valueUmang Jain
2023-01-17software node: Remove unused APIsAndy Shevchenko
2023-01-17software node: Switch property entry test to a new APIAndy Shevchenko
2023-01-17platform: Provide a remove callback that returns no valueUwe Kleine-König
2023-01-16regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn
2023-01-13PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPENDRichard Fitzgerald
2023-01-13cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle()Peter Zijlstra
2023-01-11driver core: change to_subsys_private() to use container_of_const()Greg Kroah-Hartman
2023-01-11driver core: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas
2023-01-11driver core: fix potential null-ptr-deref in device_add()Yang Yingliang
2023-01-10PM: domains: Allow a genpd consumer to require a synced power offUlf Hansson
2023-01-10driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman
2023-01-10driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman
2023-01-10driver core: make bus_get_device_klist() staticGreg Kroah-Hartman
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'regmap-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2022-12-12Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2022-12-12regmap: Merge fix for where we get the number of registers fromMark Brown
2022-12-10firmware_loader: remove #include <generated/utsrelease.h>Thomas Weißschuh
2022-12-09regmap-irq: Add handle_mask_sync() callbackWilliam Breathitt Gray
2022-12-07PM: runtime: Adjust white space in the core codeRafael J. Wysocki
2022-12-07device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin
2022-12-06firmware_loader: fix up to_fw_sysfs() to preserve constGreg Kroah-Hartman
2022-12-05platform-msi: Switch to the domain id aware MSI interfacesAhmed S. Darwish
2022-12-05PM: runtime: Relocate rpm_callback() right after __rpm_callback()Rafael J. Wysocki
2022-12-05PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2022-11-25fsi: Add regmap and refactor sbefifoMark Brown
2022-11-25regmap: Add FSI bus supportEddie James
2022-11-25PM: domains: Reverse the order of performance and enabling opsAbel Vesa
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman
2022-11-23cacheinfo: Remove of_node_put() for fw_tokenPierre Gondois
2022-11-23device property: Add a blank line in Kconfig of testsAndy Shevchenko
2022-11-23device property: Rename goto label to be more preciseAndy Shevchenko
2022-11-22kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman