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