aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/vsc-tp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21mei: vsc: Cast tx_buf to (__be32 *) when passed to cpu_to_be32_array()Hans de Goede1-2/+2
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-02-19mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIOHans de Goede1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-9/+9
2024-11-10mei: vsc: Do not re-enable interrupt from vsc_tp_reset()Hans de Goede1-2/+0
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: Enhance IVSC chipset stability during warm rebootWentong Wu1-0/+14
2024-04-11mei: vsc: Unregister interrupt handler for system suspendSakari Ailus1-25/+59
2024-04-11Revert "mei: vsc: Call wake_up() in the threaded IRQ handler"Sakari Ailus1-2/+2
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-15/+18
2024-03-05mei: vsc: Assign pinfo fields in variable declarationSakari Ailus1-8/+8
2024-03-05mei: vsc: Don't use sleeping condition in wait_event_timeout()Sakari Ailus1-5/+8
2024-03-05mei: vsc: Call wake_up() in the threaded IRQ handlerSakari Ailus1-2/+2
2024-02-19mei: Add Meteor Lake support for IVSC deviceWentong Wu1-0/+1
2023-12-07mei: Add transport driver for IVSC deviceWentong Wu1-0/+555