summaryrefslogtreecommitdiff
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman2023-03-241-1/+1
| * | | driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-46/+42
| * | | driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2023-03-241-6/+9
| * | | device property: Constify a few fwnode APIsAndy Shevchenko2023-03-241-3/+3
| * | | device property: constify fwnode_get_phy_mode() argumentRussell King2023-03-241-1/+1
| * | | driver core: bus: constify bus_get()Greg Kroah-Hartman2023-03-231-3/+3
| * | | driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-231-1/+1
| * | | driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-231-1/+1
| * | | driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-232-2/+2
| * | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-4/+4
| * | | driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-232-6/+24
| * | | driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman2023-03-171-3/+3
| * | | driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman2023-03-171-5/+5
| * | | driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman2023-03-171-1/+1
| * | | driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman2023-03-171-2/+2
| * | | driver core: class: make class_find_device*() options constGreg Kroah-Hartman2023-03-171-1/+1
| * | | driver core: class: make class_for_each_device() options constGreg Kroah-Hartman2023-03-171-1/+1
| * | | driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman2023-03-171-2/+2
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| * | | driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman2023-03-171-6/+3
| * | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-172-2/+0
| * | | driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman2023-03-171-3/+3
| * | | devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko2023-03-101-5/+6
| * | | device property: Clarify description of returned value in some functionsAndy Shevchenko2023-03-101-34/+90
| * | | driver core: Make state_synced device attribute writeableSaravana Kannan2023-03-103-5/+31
| * | | driver core: Add fw_devlink.sync_state command line paramSaravana Kannan2023-03-103-0/+65
| * | | driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...Greg Kroah-Hartman2023-03-071-6/+0
| * | | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-062-38/+1
| | |/ | |/|
* | | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-1/+1
|\ \ \
| * | | cacheinfo: Adjust includes to remove of_device.hRob Herring2023-04-131-1/+1
| |/ /
* | | Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-04-251-6/+6
|\ \ \
| * | | PM: core: Remove unnecessary (void *) conversionsLi zeming2023-04-071-6/+6
| | |/ | |/|
* | | Merge tag 'regmap-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-04-2511-436/+1257
|\ \ \
| * | | regmap: allow upshifting register addresses before performing operationsMaxime Chevallier2023-04-072-3/+9
| * | | Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown2023-04-051-3/+5
| |\ \ \
| | * | | regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray2023-04-051-3/+5
| | | |/ | | |/|
| * | | regmap: Use mas_walk() instead of mas_find()Mark Brown2023-04-051-2/+2
| * | | regmap: Fix double unlock in the maple cacheMark Brown2023-04-041-2/+3
| * | | regmap: Add maple tree based register cacheMark Brown2023-04-035-1/+284
| * | | regmap: Factor out single value register syncingMark Brown2023-04-032-14/+27
| * | | regmap: Add some basic kunit testsMark Brown2023-03-303-0/+744
| * | | regmap: Add RAM backed register mapMark Brown2023-03-304-0/+108
| * | | regmap: Removed compressed cache supportMark Brown2023-03-295-378/+0
| * | | regmap: Support paging for buses with reg_read()/reg_write()Mark Brown2023-03-271-0/+18
| * | | regmap: Clarify error for unknown cache typesMark Brown2023-03-271-1/+1
| * | | regmap: Handle sparse caches in the default syncMark Brown2023-03-271-0/+2
| * | | Introduce a helper to translate register addressesMark Brown2023-03-241-14/+13
| |\ \ \
| | * | | regmap: add a helper to translate the register addressMaxime Chevallier2023-03-241-14/+13
| | |/ /
| * | | regmap: cache: Silence checkpatch warningAlexander Stein2023-03-131-1/+1
| * | | regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein2023-03-131-0/+6