index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
driver core: bus: move dev_root out of struct bus_type
Greg Kroah-Hartman
2023-03-23
2
-6
/
+24
|
*
|
|
driver core: device: make device_create*() take a const struct class *
Greg Kroah-Hartman
2023-03-17
1
-3
/
+3
|
*
|
|
driver core: device: mark struct class in struct device as constant
Greg Kroah-Hartman
2023-03-17
1
-5
/
+5
|
*
|
|
driver core: device: make device_destroy() take a const class *
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
|
*
|
|
driver core: class: make class_create/remove_file*() options const
Greg Kroah-Hartman
2023-03-17
1
-2
/
+2
|
*
|
|
driver core: class: make class_find_device*() options const
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
|
*
|
|
driver core: class: make class_for_each_device() options const
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
|
*
|
|
driver core: class: make class_dev_iter_init() options const
Greg Kroah-Hartman
2023-03-17
1
-2
/
+2
|
*
|
|
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
|
*
|
|
driver core: class: remove struct module owner out of struct class
Greg Kroah-Hartman
2023-03-17
1
-6
/
+3
|
*
|
|
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-17
2
-2
/
+0
|
*
|
|
driver core: class: specify the module owner in __class_register()
Greg Kroah-Hartman
2023-03-17
1
-3
/
+3
|
*
|
|
devres: Pass unique name of the resource to devm_add_action()
Andy Shevchenko
2023-03-10
1
-5
/
+6
|
*
|
|
device property: Clarify description of returned value in some functions
Andy Shevchenko
2023-03-10
1
-34
/
+90
|
*
|
|
driver core: Make state_synced device attribute writeable
Saravana Kannan
2023-03-10
3
-5
/
+31
|
*
|
|
driver core: Add fw_devlink.sync_state command line param
Saravana Kannan
2023-03-10
3
-0
/
+65
|
*
|
|
driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...
Greg Kroah-Hartman
2023-03-07
1
-6
/
+0
|
*
|
|
driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
Greg Kroah-Hartman
2023-03-06
2
-38
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
\
\
|
*
|
|
cacheinfo: Adjust includes to remove of_device.h
Rob Herring
2023-04-14
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2023-04-26
1
-6
/
+6
|
\
\
\
|
*
|
|
PM: core: Remove unnecessary (void *) conversions
Li zeming
2023-04-07
1
-6
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'regmap-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2023-04-26
11
-436
/
+1257
|
\
\
\
|
*
|
|
regmap: allow upshifting register addresses before performing operations
Maxime Chevallier
2023-04-07
2
-3
/
+9
|
*
|
|
Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers
Mark Brown
2023-04-05
1
-3
/
+5
|
|
\
\
\
|
|
*
|
|
regmap: Pass irq_drv_data as a parameter for set_type_config()
William Breathitt Gray
2023-04-05
1
-3
/
+5
|
|
|
|
/
|
|
|
/
|
|
*
|
|
regmap: Use mas_walk() instead of mas_find()
Mark Brown
2023-04-05
1
-2
/
+2
|
*
|
|
regmap: Fix double unlock in the maple cache
Mark Brown
2023-04-04
1
-2
/
+3
|
*
|
|
regmap: Add maple tree based register cache
Mark Brown
2023-04-03
5
-1
/
+284
|
*
|
|
regmap: Factor out single value register syncing
Mark Brown
2023-04-03
2
-14
/
+27
|
*
|
|
regmap: Add some basic kunit tests
Mark Brown
2023-03-30
3
-0
/
+744
|
*
|
|
regmap: Add RAM backed register map
Mark Brown
2023-03-30
4
-0
/
+108
|
*
|
|
regmap: Removed compressed cache support
Mark Brown
2023-03-29
5
-378
/
+0
|
*
|
|
regmap: Support paging for buses with reg_read()/reg_write()
Mark Brown
2023-03-27
1
-0
/
+18
|
*
|
|
regmap: Clarify error for unknown cache types
Mark Brown
2023-03-27
1
-1
/
+1
|
*
|
|
regmap: Handle sparse caches in the default sync
Mark Brown
2023-03-27
1
-0
/
+2
|
*
|
|
Introduce a helper to translate register addresses
Mark Brown
2023-03-24
1
-14
/
+13
|
|
\
\
\
|
|
*
|
|
regmap: add a helper to translate the register address
Maxime Chevallier
2023-03-24
1
-14
/
+13
|
|
|
/
/
|
*
|
|
regmap: cache: Silence checkpatch warning
Alexander Stein
2023-03-13
1
-1
/
+1
|
*
|
|
regmap: cache: Return error in cache sync operations for REGCACHE_NONE
Alexander Stein
2023-03-13
1
-0
/
+6
|
*
|
|
regmap: Add support for devices with no interrupt readback
Mark Brown
2023-03-06
1
-7
/
+15
|
|
\
\
\
|
|
*
|
|
regmap-irq: Add no_status support
William Breathitt Gray
2023-03-06
1
-7
/
+15
|
|
|
/
/
|
*
|
|
regmap: sdw: Remove 8-bit value size restriction
Lucas Tanure
2023-03-06
1
-15
/
+24
|
*
|
|
regmap: sdw: Update misleading comment
Charles Keepax
2023-03-06
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-24
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
2023-04-05
1
-1
/
+2
|
|
/
*
/
cacheinfo: Fix LLC is not exported through sysfs
Yicong Yang
2023-03-29
1
-5
/
+11
|
/
*
Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-03-05
1
-0
/
+1
|
\
|
*
genirq/msi, platform-msi: Ensure that MSI descriptors are unreferenced
Thomas Gleixner
2023-03-02
1
-0
/
+1
*
|
Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-03-02
2
-7
/
+7
|
\
\
[prev]
[next]