summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2024-07-04mei: vsc: Enhance IVSC chipset stability during warm rebootWentong Wu-0/+14
2024-07-04eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPDGuenter Roeck-3/+20
2024-07-04eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensorGuenter Roeck-3/+3
2024-07-04eeprom: ee1004: Add nvmem supportArmin Wolf-20/+40
2024-07-04eeprom: ee1004: Use devres for bus data cleanupArmin Wolf-21/+21
2024-07-03misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-10/+10
2024-07-03misc: ti-st: st_kim: use 'time_left' variable with wait_for_completion_interr...Wolfram Sang-4/+4
2024-07-03misc: tifm: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang-3/+3
2024-07-03misc: bh1770glc: use 'time_left' variable with wait_event_interruptible_timeo...Wolfram Sang-5/+5
2024-07-03misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout()Wolfram Sang-5/+5
2024-07-03misc: microchip: pci1xxxx: Fix return value of nvmem callbacksJoy Chakraborty-4/+0
2024-07-03misc: fastrpc: Restrict untrusted app to attach to privileged PDEkansh Gupta-3/+19
2024-07-03misc: fastrpc: Fix ownership reassignment of remote heapEkansh Gupta-1/+3
2024-07-03misc: fastrpc: Fix memory leak in audio daemon attach operationEkansh Gupta-0/+1
2024-07-03misc: fastrpc: Avoid updating PD type for capability requestEkansh Gupta-1/+0
2024-07-03misc: fastrpc: Copy the complete capability structure to userEkansh Gupta-1/+1
2024-07-03misc: fastrpc: Fix DSP capabilities requestEkansh Gupta-3/+8
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-5/+5
2024-07-03eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMsClaudiu Beznea-0/+8
2024-06-24mei: bus-fixup: set timeout for MKHI send operationsAlexander Usyskin-3/+5
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula-58/+425
2024-06-17lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland-0/+30
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman-29/+27
2024-06-04misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Yongzhi Liu-2/+4
2024-06-04misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bu...Yongzhi Liu-0/+3
2024-06-04eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-54/+54
2024-06-04misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO()Andy Shevchenko-4/+3
2024-06-04misc: eeprom_93xx46: Use string_choices API instead of ternary operatorAndy Shevchenko-4/+5
2024-06-04misc: eeprom_93xx46: Replace explicit castings with proper specifiersAndy Shevchenko-5/+5
2024-06-04misc: eeprom_93xx46: Convert to use kstrtox()Andy Shevchenko-3/+7
2024-06-04misc: eeprom_93xx46: Use spi_message_init_with_transfers()Andy Shevchenko-21/+13
2024-06-04misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisationAndy Shevchenko-40/+8
2024-06-04misc: eeprom_93xx46: Hide legacy platform data in the driverAndy Shevchenko-6/+29
2024-06-04eeprom: digsy_mtc: Convert to use GPIO descriptorsAndy Shevchenko-26/+20
2024-06-04eeprom: digsy_mtc: Fix 93xx46 driver probe failureAndy Shevchenko-1/+1
2024-06-04misc: eeprom_93xx46: Make use of device propertiesAndy Shevchenko-21/+20
2024-06-04mei: vsc: Fix wrong invocation of ACPI SID methodHans de Goede-1/+1
2024-06-04mei: vsc: Don't stop/restart mei device during system suspend/resumeWentong Wu-24/+15
2024-06-04misc: open-dice: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-04mei: me: release irq in mei_me_pci_resume error pathTomas Winkler-1/+3
2024-06-04mei: demote client disconnect warning on suspend to debugAlexander Usyskin-1/+1
2024-05-31drm: move i915_hdcp_interface.h under include/drm/intelJani Nikula-1/+1
2024-05-31drm: move i915_pxp_tee_interface.h under include/drm/intelJani Nikula-1/+1
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula-3/+3
2024-05-31drm: move i915_gsc_proxy_mei_interface.h under include/drm/intelJani Nikula-1/+1
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+3
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+0
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-3/+3
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-28/+374
2024-05-22Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-13/+35