summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-141-1/+1
| |/ /
* | | Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-04-261-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-2611-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
| * | | regmap: Add support for devices with no interrupt readbackMark Brown2023-03-061-7/+15
| |\ \ \
| | * | | regmap-irq: Add no_status supportWilliam Breathitt Gray2023-03-061-7/+15
| | |/ /
| * | | regmap: sdw: Remove 8-bit value size restrictionLucas Tanure2023-03-061-15/+24
| * | | regmap: sdw: Update misleading commentCharles Keepax2023-03-061-1/+1
| |/ /
* | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-1/+2
|\ \ \ | |_|/ |/| |
| * | tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-04-051-1/+2
| |/
* / cacheinfo: Fix LLC is not exported through sysfsYicong Yang2023-03-291-5/+11
|/
* Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-051-0/+1
|\
| * genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-021-0/+1
* | Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-022-7/+7
|\ \