summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-11/+12
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-0/+115
2024-07-16Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+1
2024-07-16Merge tag 'regmap-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds14-80/+213
2024-07-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+11
2024-07-15Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski3-0/+115
2024-07-12driver core: auxiliary bus: show auxiliary device IRQsShay Drory3-0/+115
2024-07-11regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()Guenter Roeck1-0/+73
2024-07-11regmap: Implement regmap_multi_reg_read()Mark Brown1-35/+68
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck1-35/+68
2024-07-08regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh1-1/+1
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter1-45/+3
2024-06-28cpumask: Add enabled cpumask for present CPUs that can be brought onlineJames Morse1-0/+10
2024-06-28cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFERJonathan Cameron1-1/+1
2024-06-24regmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown1-45/+3
2024-06-23regmap: Merge up v6.10-rc4Mark Brown1-45/+3
2024-06-14regmap-i2c: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-12Merge drm/drm-next into drm-xe-nextRodrigo Vivi24-328/+906
2024-06-12devcoredump: Add dev_coredumpm_timeout()José Roberto de Souza1-11/+12
2024-06-07regmap: Switch to use kmemdup_array()Mark Brown3-11/+10
2024-06-07regmap: kunit: Use array_size() and sizeof(*ptr) consistentlyAndy Shevchenko1-6/+6
2024-06-07regmap: maple: Switch to use kmemdup_array()Andy Shevchenko1-7/+6
2024-06-07regmap: cache: Switch to use kmemdup_array()Andy Shevchenko1-2/+2
2024-06-07regmap: cache: Use correct type of the rb_for_each() parameterAndy Shevchenko1-1/+1
2024-06-07regmap: Switch to use kmemdup_array()Andy Shevchenko1-1/+1
2024-06-06regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko1-2/+1
2024-06-04drivers: core: synchronize really_probe() and dev_uevent()Dirk Behme1-0/+3
2024-06-04driver core: remove devm_device_add_groups()Greg Kroah-Hartman1-45/+0
2024-06-03regmap: Merge up fixesMark Brown1-1/+2
2024-05-31regmap: kunit: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-05-27regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()Richard Fitzgerald1-27/+45
2024-05-27regmap-i2c: Subtract reg size from max_writeJim Wylder1-1/+2
2024-05-23Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+8
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2-10/+10
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+0
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-24/+55
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2024-05-17regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald1-1/+8
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+2
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+23
2024-05-15arch/topology: Fix variable naming to avoid shadowingVincent Guittot1-4/+4
2024-05-15Merge tag 'regmap-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds10-256/+769
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-7/+10
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+13
2024-05-13Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki2-7/+10
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman1-0/+37
2024-05-05device property: Fix a typo in the description of device_get_child_node_count()Christophe JAILLET1-1/+1
2024-05-04driver core: Add device_show_string() helper for sysfs attributesLukas Wunner1-0/+9
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot1-13/+13