summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2024-07-03misc: fastrpc: Copy the complete capability structure to userEkansh Gupta1-1/+1
2024-07-03misc: fastrpc: Fix DSP capabilities requestEkansh Gupta1-3/+8
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2-5/+5
2024-07-03eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMsClaudiu Beznea1-0/+8
2024-06-24mei: bus-fixup: set timeout for MKHI send operationsAlexander Usyskin1-3/+5
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula23-58/+425
2024-06-17lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland1-0/+30
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman5-29/+27
2024-06-04misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Yongzhi Liu1-2/+4
2024-06-04misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bu...Yongzhi Liu1-0/+3
2024-06-04eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König3-54/+54
2024-06-04misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO()Andy Shevchenko1-4/+3
2024-06-04misc: eeprom_93xx46: Use string_choices API instead of ternary operatorAndy Shevchenko1-4/+5
2024-06-04misc: eeprom_93xx46: Replace explicit castings with proper specifiersAndy Shevchenko1-5/+5
2024-06-04misc: eeprom_93xx46: Convert to use kstrtox()Andy Shevchenko1-3/+7
2024-06-04misc: eeprom_93xx46: Use spi_message_init_with_transfers()Andy Shevchenko1-21/+13
2024-06-04misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisationAndy Shevchenko1-40/+8
2024-06-04misc: eeprom_93xx46: Hide legacy platform data in the driverAndy Shevchenko1-6/+29
2024-06-04eeprom: digsy_mtc: Convert to use GPIO descriptorsAndy Shevchenko1-26/+20
2024-06-04eeprom: digsy_mtc: Fix 93xx46 driver probe failureAndy Shevchenko1-1/+1
2024-06-04misc: eeprom_93xx46: Make use of device propertiesAndy Shevchenko1-21/+20
2024-06-04mei: vsc: Fix wrong invocation of ACPI SID methodHans de Goede1-1/+1
2024-06-04mei: vsc: Don't stop/restart mei device during system suspend/resumeWentong Wu1-24/+15
2024-06-04misc: open-dice: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-04mei: me: release irq in mei_me_pci_resume error pathTomas Winkler1-1/+3
2024-06-04mei: demote client disconnect warning on suspend to debugAlexander Usyskin1-1/+1
2024-05-31drm: move i915_hdcp_interface.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm: move i915_pxp_tee_interface.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula3-3/+3
2024-05-31drm: move i915_gsc_proxy_mei_interface.h under include/drm/intelJani Nikula1-1/+1
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-3/+3
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-28/+374
2024-05-22Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-13/+35
2024-05-22misc: nsm: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+0
2024-05-15misc: ntsync: mark driver as "broken" to prevent from buildingGreg Kroah-Hartman1-0/+1
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-4/+0
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman5-14/+19
2024-05-05Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-5/+10
2024-05-04misc: rtsx: do clear express reg every SD_INTRicky Wu1-5/+7
2024-05-04tifm: constify the struct tifm_bus_type usageKunwu Chan1-1/+1
2024-05-03misc: tps6594-pfsm: Add TI TPS65224 PMIC PFSMBhargav Raviprakash1-13/+35
2024-05-03vmci: prevent speculation leaks by sanitizing event in event_deliver()Hagar Gamal Halim Hemdan1-1/+5
2024-05-03VMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET1-2/+8
2024-05-01lkdtm: Disable CFI checking for perms functionsKees Cook2-2/+2
2024-04-29misc/pvpanic-pci: register attributes via pci_driverThomas Weißschuh1-3/+1