summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-02-222-23/+8
|\
| * Merge remote-tracking branch 'regmap/for-6.3' into regmap-nextMark Brown2023-02-172-41/+25
| |\
| | * regmap-irq: Remove unused mask_invert flagAidan MacDonald2023-02-171-14/+0
| | * regmap-irq: Remove unused type_invert flagAidan MacDonald2023-02-171-9/+2
| * | regmap: apply reg_base and reg_downshift for single register opsDaniel Golle2023-01-311-0/+6
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-18/+23
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-272-7/+13
| |\ \ \ | | |_|/ | |/| |
| * | | regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn2023-01-161-18/+23
| | |/ | |/|
* | | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-02-212-4/+5
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki2023-02-151-4/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | | | |/
| | | * / PM: domains: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-4/+1
| | | |/
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2023-02-151-0/+4
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | | * PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPENDRichard Fitzgerald2023-01-131-0/+4
| | |/
* | | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-42/+0
|\ \ \
| * | | drivers/base: Remove CONFIG_SRCUPaul E. McKenney2023-02-021-42/+0
| | |/ | |/|
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-12/+12
|\ \ \
| * \ \ Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-312-7/+13
| |\ \ \ | | | |/ | | |/|
| * | | cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle()Peter Zijlstra2023-01-131-12/+12
| | |/ | |/|
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-6/+6
|\ \ \ | |_|/ |/| |
| * | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-6/+6
| |/
* | driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin2023-01-191-1/+1
* | device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang2023-01-191-6/+12
|/
* Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-2/+0
|\
| * firmware_loader: remove #include <generated/utsrelease.h>Thomas Weißschuh2022-12-101-2/+0
* | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-1612-89/+70
|\ \
| * | device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin2022-12-071-1/+1
| * | firmware_loader: fix up to_fw_sysfs() to preserve constGreg Kroah-Hartman2022-12-061-5/+1
| * | driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-242-4/+4
| * | cacheinfo: Remove of_node_put() for fw_tokenPierre Gondois2022-11-231-2/+0
| * | device property: Add a blank line in Kconfig of testsAndy Shevchenko2022-11-231-0/+1
| * | device property: Rename goto label to be more preciseAndy Shevchenko2022-11-231-2/+3
| * | kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman2022-11-221-2/+2
| * | kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman2022-11-222-3/+3
| * | kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-222-5/+5
| * | Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-212-2/+6
| |\|
| * | platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irqSoha Jin2022-11-101-2/+2
| * | driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres2022-11-101-1/+5
| * | driver core: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-101-3/+4
| * | cacheinfo: Decrement refcount in cache_setup_of_node()Pierre Gondois2022-11-101-6/+11
| * | driver core: mark driver_allows_async_probing staticChristoph Hellwig2022-11-102-2/+1
| * | driver core: remove devm_device_remove_group()Greg Kroah-Hartman2022-11-101-22/+0
| * | driver core: remove devm_device_remove_groups()Greg Kroah-Hartman2022-11-101-17/+0
| * | driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-091-2/+2
| * | devres: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-11-091-0/+3
| * | class: fix possible memory leak in __class_register()Yang Yingliang2022-11-091-0/+5
| * | device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko2022-10-221-2/+2
| * | device property: Constify device child node APIsAndy Shevchenko2022-10-221-3/+3
| * | device property: Constify fwnode connection match APIsAndy Shevchenko2022-10-221-4/+4
| * | device property: Allow const parameter to dev_fwnode()Andy Shevchenko2022-10-221-2/+9
* | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\ \ \