summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-09driver core: bus: bus_get_kset() cleanupGreg Kroah-Hartman1-1/+10
2023-02-09driver core: bus: subsys_interface_register/unregister() cleanupsGreg Kroah-Hartman1-16/+29
2023-02-09driver core: bus: bus_register/unregister() cleanupsGreg Kroah-Hartman1-28/+26
2023-02-09driver core: bus: bus_add/probe/remove_device() cleanupsGreg Kroah-Hartman1-33/+54
2023-02-09driver core: bus: sysfs function cleanupsGreg Kroah-Hartman1-6/+29
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman1-11/+17
2023-02-09driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman1-3/+3
2023-02-09driver core: bus: implement bus_get/put() without the private pointerGreg Kroah-Hartman1-8/+53
2023-02-09driver core: add local subsys_get and subsys_put functionsGreg Kroah-Hartman1-0/+13
2023-02-08mtd: mtdpart: Don't create platform device that'll never probeSaravana Kannan1-0/+10
2023-02-08firmware: arm_scmi: Set fwnode for the scmi_deviceSaravana Kannan1-1/+2
2023-02-08irqchip/irq-imx-gpcv2: Mark fwnode device as not initializedSaravana Kannan2-1/+2
2023-02-08of: property: Simplify of_link_to_phandle()Saravana Kannan1-71/+13
2023-02-08driver core: fw_devlink: Make cycle detection more robustSaravana Kannan1-119/+129
2023-02-08driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan1-13/+15
2023-02-08driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan1-10/+40
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan1-10/+18
2023-02-08gpiolib: Clear the gpio_device's fwnode initialized flag before addingSaravana Kannan1-0/+7
2023-02-08soc: renesas: Move away from using OF_POPULATED for fw_devlinkSaravana Kannan1-1/+1
2023-02-08driver core: fw_devlink: Improve check for fwnode with no device/driverSaravana Kannan1-2/+38
2023-02-08driver core: fw_devlink: Don't purge child fwnode's consumer linksSaravana Kannan1-18/+79
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh4-6/+6
2023-02-08drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-08drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-02devtmpfs: convert to pr_fmtLonglong Xia1-8/+8
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman2-1/+6
2023-02-01driver core: platform: simplify __platform_driver_probe()Greg Kroah-Hartman1-11/+15
2023-02-01driver core: platform: removed unneeded variable from __platform_driver_probe()Greg Kroah-Hartman1-4/+4
2023-02-01maple: remove unneeded maple_bus_uevent() callback.Greg Kroah-Hartman1-7/+0
2023-01-31cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois1-1/+1
2023-01-31driver core: soc: remove layering violation for the soc_busGreg Kroah-Hartman1-1/+3
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman69-143/+143
2023-01-27platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...Greg Kroah-Hartman1-9/+2
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman2-1/+3
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman5-11/+11
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman20-47/+46
2023-01-27i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman1-12/+0
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman4-5/+20
2023-01-23driver core: class: Clear private pointer on registration failuresRafael J. Wysocki1-5/+11
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman335-2001/+2470
2023-01-21Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-90/+99
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+13
2023-01-21Merge tag 'staging-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2023-01-21Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-20/+47
2023-01-21Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds30-76/+324
2023-01-21Merge tag 'gpio-fixes-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+27
2023-01-21Merge tag 'pinctrl-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds10-47/+76
2023-01-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-78/+164
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds5-8/+26