| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-24 | mei: vsc: Fix "BUG: Invalid wait context" lockdep error | Hans de Goede | 1 | -1/+1 |
| 2025-06-24 | mei: vsc: Run event callback from a workqueue | Hans de Goede | 1 | -6/+11 |
| 2025-06-24 | mei: vsc: Event notifier fixes | Hans de Goede | 1 | -3/+9 |
| 2025-06-24 | mei: vsc: Destroy mutex after freeing the IRQ | Hans de Goede | 1 | -4/+4 |
| 2025-06-24 | mei: vsc: Use vsc_tp_remove() as shutdown handler | Hans de Goede | 1 | -12/+2 |
| 2025-06-24 | mei: vsc: Don't call vsc_tp_reset() a second time on shutdown | Hans de Goede | 1 | -2/+0 |
| 2025-06-24 | mei: vsc: Drop unused vsc_tp_request_irq() and vsc_tp_free_irq() | Hans de Goede | 1 | -31/+0 |
| 2025-05-21 | mei: vsc: Cast tx_buf to (__be32 *) when passed to cpu_to_be32_array() | Hans de Goede | 1 | -2/+2 |
| 2025-04-15 | mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type | Hans de Goede | 1 | -7/+7 |
| 2025-04-15 | mei: vsc: Fix fortify-panic caused by invalid counted_by() use | Hans de Goede | 1 | -11/+15 |
| 2025-02-19 | mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO | Hans de Goede | 1 | -1/+1 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -9/+9 |
| 2024-11-10 | mei: vsc: Do not re-enable interrupt from vsc_tp_reset() | Hans de Goede | 1 | -2/+0 |
| 2024-07-04 | mei: vsc: Enhance SPI transfer of IVSC ROM | Wentong Wu | 1 | -1/+1 |
| 2024-07-04 | mei: vsc: Utilize the appropriate byte order swap function | Wentong Wu | 1 | -1/+1 |
| 2024-07-04 | mei: vsc: Enhance IVSC chipset stability during warm reboot | Wentong Wu | 1 | -0/+14 |
| 2024-04-11 | mei: vsc: Unregister interrupt handler for system suspend | Sakari Ailus | 1 | -25/+59 |
| 2024-04-11 | Revert "mei: vsc: Call wake_up() in the threaded IRQ handler" | Sakari Ailus | 1 | -2/+2 |
| 2024-03-21 | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -15/+18 |
| 2024-03-05 | mei: vsc: Assign pinfo fields in variable declaration | Sakari Ailus | 1 | -8/+8 |
| 2024-03-05 | mei: vsc: Don't use sleeping condition in wait_event_timeout() | Sakari Ailus | 1 | -5/+8 |
| 2024-03-05 | mei: vsc: Call wake_up() in the threaded IRQ handler | Sakari Ailus | 1 | -2/+2 |
| 2024-02-19 | mei: Add Meteor Lake support for IVSC device | Wentong Wu | 1 | -0/+1 |
| 2023-12-07 | mei: Add transport driver for IVSC device | Wentong Wu | 1 | -0/+555 |