aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei
AgeCommit message (Expand)AuthorFilesLines
2025-07-19mei: more prints with client prefixAlexander Usyskin3-37/+34
2025-07-19mei: bus: use cldev in printsAlexander Usyskin2-14/+14
2025-06-24mei: bus: Check for still connected devices in mei_cl_bus_dev_release()Hans de Goede1-0/+6
2025-06-24mei: vsc: Fix "BUG: Invalid wait context" lockdep errorHans de Goede1-1/+1
2025-06-24mei: vsc: Run event callback from a workqueueHans de Goede1-6/+11
2025-06-24mei: vsc: Unset the event callback on remove and probe errorsHans de Goede1-0/+5
2025-06-24mei: vsc: Event notifier fixesHans de Goede1-3/+9
2025-06-24mei: vsc: Destroy mutex after freeing the IRQHans de Goede1-4/+4
2025-06-24mei: vsc: Use vsc_tp_remove() as shutdown handlerHans de Goede1-12/+2
2025-06-24mei: vsc: Don't call vsc_tp_reset() a second time on shutdownHans de Goede1-2/+0
2025-06-24mei: vsc: Don't re-init VSC from mei_vsc_hw_reset() on stopHans de Goede1-0/+3
2025-06-24mei: vsc: Drop unused vsc_tp_request_irq() and vsc_tp_free_irq()Hans de Goede2-34/+0
2025-06-24mei: bus: replace sprintf/scnprintf with sysfs_emit in show functionsMoon Hee Lee1-9/+8
2025-05-21mei: vsc: Cast tx_buf to (__be32 *) when passed to cpu_to_be32_array()Hans de Goede1-2/+2
2025-05-01mei: Cast the cb->ext_hdr allocation typeKees Cook1-1/+1
2025-04-15mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf typeHans de Goede1-7/+7
2025-04-15mei: vsc: Fix fortify-panic caused by invalid counted_by() useHans de Goede1-11/+15
2025-04-15mei: me: add panther lake H DIDAlexander Usyskin2-0/+2
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-123/+0
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar3-1/+5
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman3-1/+5
2025-02-27x86/cpu: Drop configuration options for early 64-bit CPUsArnd Bergmann1-1/+1
2025-02-20mei: Remove unused functionsDr. David Alan Gilbert5-123/+0
2025-02-19mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIOHans de Goede1-1/+1
2025-02-19mei: me: add panther lake P DIDAlexander Usyskin2-0/+4
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra3-11/+11
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-12mei: vsc: Fix typo "maintstepping" -> "mainstepping"Colin Ian King1-1/+1
2024-11-10mei: vsc: Improve error logging in vsc_identify_silicon()Hans de Goede1-10/+16
2024-11-10mei: vsc: Do not re-enable interrupt from vsc_tp_reset()Hans de Goede2-4/+0
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman1-2/+2
2024-10-29mei: use kvmalloc for read bufferAlexander Usyskin1-2/+2
2024-10-13mei: bus: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+5
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-6/+6
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter4-27/+20
2024-07-04mei: vsc: Fix spelling errorWentong Wu1-1/+1
2024-07-04mei: vsc: Enhance SPI transfer of IVSC ROMWentong Wu1-1/+1
2024-07-04mei: vsc: Utilize the appropriate byte order swap functionWentong Wu1-1/+1
2024-07-04mei: vsc: Prevent timeout error with added delay post-firmware downloadWentong Wu1-2/+2
2024-07-04mei: vsc: Enhance IVSC chipset stability during warm rebootWentong Wu1-0/+14
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2024-06-24mei: bus-fixup: set timeout for MKHI send operationsAlexander Usyskin1-3/+5
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula6-8/+13
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-04mei: me: release irq in mei_me_pci_resume error pathTomas Winkler1-1/+3