summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-03-29driver core: class: implement class_get/put without the private pointer.Greg Kroah-Hartman
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-28driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan
2023-03-28driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman
2023-03-28driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman
2023-03-27driver core: class: fix documentation for class_create()Greg Kroah-Hartman
2023-03-27regmap: Support paging for buses with reg_read()/reg_write()Mark Brown
2023-03-27regmap: Clarify error for unknown cache typesMark Brown
2023-03-27regmap: Handle sparse caches in the default syncMark Brown
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman
2023-03-24Introduce a helper to translate register addressesMark Brown
2023-03-24regmap: add a helper to translate the register addressMaxime Chevallier
2023-03-24driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King
2023-03-23driver core: bus: constify bus_get()Greg Kroah-Hartman
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman
2023-03-13regmap: cache: Silence checkpatch warningAlexander Stein
2023-03-13regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko
2023-03-10device property: Clarify description of returned value in some functionsAndy Shevchenko
2023-03-10driver core: Make state_synced device attribute writeableSaravana Kannan
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan
2023-03-07driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...Greg Kroah-Hartman
2023-03-06regmap: Add support for devices with no interrupt readbackMark Brown
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman
2023-03-05regmap-irq: Add no_status supportWilliam Breathitt Gray
2023-03-05regmap: sdw: Remove 8-bit value size restrictionLucas Tanure
2023-03-05regmap: sdw: Update misleading commentCharles Keepax
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-02Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner