summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier
2023-04-07PM: core: Remove unnecessary (void *) conversionsLi zeming
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-04-05regmap: Use mas_walk() instead of mas_find()Mark Brown
2023-04-04regmap: Fix double unlock in the maple cacheMark Brown
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman
2023-04-03driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman
2023-04-03driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman
2023-04-03driver core: remove incorrect comment for device_create*Greg Kroah-Hartman
2023-04-03regmap: Add maple tree based register cacheMark Brown
2023-04-03regmap: Factor out single value register syncingMark Brown
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-04-01driver core: class: fix slab-use-after-free Read in class_register()Greg Kroah-Hartman
2023-03-31driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman
2023-03-31driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman
2023-03-31driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman
2023-03-31driver core: create class_is_registered()Greg Kroah-Hartman
2023-03-31driver core: core: move to use class_to_subsys()Greg Kroah-Hartman
2023-03-30regmap: Add some basic kunit testsMark Brown
2023-03-30regmap: Add RAM backed register mapMark Brown
2023-03-29regmap: Removed compressed cache supportMark Brown
2023-03-29firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński
2023-03-29base: soc: populate machine name in soc_device_register if emptyHeiner Kallweit
2023-03-29cacheinfo: Fix LLC is not exported through sysfsYicong Yang
2023-03-29driver core: class.c: convert to only use class_to_subsysGreg Kroah-Hartman
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