summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2024-07-03misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-07-03misc: ti-st: st_kim: use 'time_left' variable with wait_for_completion_interr...Wolfram Sang
2024-07-03misc: tifm: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2024-07-03misc: bh1770glc: use 'time_left' variable with wait_event_interruptible_timeo...Wolfram Sang
2024-07-03misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout()Wolfram Sang
2024-07-03misc: microchip: pci1xxxx: Fix return value of nvmem callbacksJoy Chakraborty
2024-07-03misc: fastrpc: Restrict untrusted app to attach to privileged PDEkansh Gupta
2024-07-03misc: fastrpc: Fix ownership reassignment of remote heapEkansh Gupta
2024-07-03misc: fastrpc: Fix memory leak in audio daemon attach operationEkansh Gupta
2024-07-03misc: fastrpc: Avoid updating PD type for capability requestEkansh Gupta
2024-07-03misc: fastrpc: Copy the complete capability structure to userEkansh Gupta
2024-07-03misc: fastrpc: Fix DSP capabilities requestEkansh Gupta
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-07-03eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMsClaudiu Beznea
2024-06-24mei: bus-fixup: set timeout for MKHI send operationsAlexander Usyskin
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula
2024-06-17lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman
2024-06-04misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Yongzhi Liu
2024-06-04misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bu...Yongzhi Liu
2024-06-04eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-06-04misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO()Andy Shevchenko
2024-06-04misc: eeprom_93xx46: Use string_choices API instead of ternary operatorAndy Shevchenko
2024-06-04misc: eeprom_93xx46: Replace explicit castings with proper specifiersAndy Shevchenko
2024-06-04misc: eeprom_93xx46: Convert to use kstrtox()Andy Shevchenko
2024-06-04misc: eeprom_93xx46: Use spi_message_init_with_transfers()Andy Shevchenko
2024-06-04misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisationAndy Shevchenko
2024-06-04misc: eeprom_93xx46: Hide legacy platform data in the driverAndy Shevchenko
2024-06-04eeprom: digsy_mtc: Convert to use GPIO descriptorsAndy Shevchenko
2024-06-04eeprom: digsy_mtc: Fix 93xx46 driver probe failureAndy Shevchenko
2024-06-04misc: eeprom_93xx46: Make use of device propertiesAndy Shevchenko
2024-06-04mei: vsc: Fix wrong invocation of ACPI SID methodHans de Goede
2024-06-04mei: vsc: Don't stop/restart mei device during system suspend/resumeWentong Wu
2024-06-04misc: open-dice: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-04mei: me: release irq in mei_me_pci_resume error pathTomas Winkler
2024-06-04mei: demote client disconnect warning on suspend to debugAlexander Usyskin
2024-05-31drm: move i915_hdcp_interface.h under include/drm/intelJani Nikula
2024-05-31drm: move i915_pxp_tee_interface.h under include/drm/intelJani Nikula
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula
2024-05-31drm: move i915_gsc_proxy_mei_interface.h under include/drm/intelJani Nikula
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-22Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2024-05-22misc: nsm: drop owner assignmentKrzysztof Kozlowski
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-15misc: ntsync: mark driver as "broken" to prevent from buildingGreg Kroah-Hartman
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada