index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
vsc-tp.c
Age
Commit message (
Expand
)
Author
2025-06-24
mei: vsc: Fix "BUG: Invalid wait context" lockdep error
Hans de Goede
2025-06-24
mei: vsc: Run event callback from a workqueue
Hans de Goede
2025-06-24
mei: vsc: Event notifier fixes
Hans de Goede
2025-06-24
mei: vsc: Destroy mutex after freeing the IRQ
Hans de Goede
2025-06-24
mei: vsc: Use vsc_tp_remove() as shutdown handler
Hans de Goede
2025-06-24
mei: vsc: Don't call vsc_tp_reset() a second time on shutdown
Hans de Goede
2025-06-24
mei: vsc: Drop unused vsc_tp_request_irq() and vsc_tp_free_irq()
Hans de Goede
2025-05-21
mei: vsc: Cast tx_buf to (__be32 *) when passed to cpu_to_be32_array()
Hans de Goede
2025-04-15
mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type
Hans de Goede
2025-04-15
mei: vsc: Fix fortify-panic caused by invalid counted_by() use
Hans de Goede
2025-02-19
mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO
Hans de Goede
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-10
mei: vsc: Do not re-enable interrupt from vsc_tp_reset()
Hans de Goede
2024-07-04
mei: vsc: Enhance SPI transfer of IVSC ROM
Wentong Wu
2024-07-04
mei: vsc: Utilize the appropriate byte order swap function
Wentong Wu
2024-07-04
mei: vsc: Enhance IVSC chipset stability during warm reboot
Wentong Wu
2024-04-11
mei: vsc: Unregister interrupt handler for system suspend
Sakari Ailus
2024-04-11
Revert "mei: vsc: Call wake_up() in the threaded IRQ handler"
Sakari Ailus
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-05
mei: vsc: Assign pinfo fields in variable declaration
Sakari Ailus
2024-03-05
mei: vsc: Don't use sleeping condition in wait_event_timeout()
Sakari Ailus
2024-03-05
mei: vsc: Call wake_up() in the threaded IRQ handler
Sakari Ailus
2024-02-19
mei: Add Meteor Lake support for IVSC device
Wentong Wu
2023-12-07
mei: Add transport driver for IVSC device
Wentong Wu