mbox series

[0/2] some changes based on faux bus

Message ID cover.1746662386.git.zhouzongmin@kylinos.cn
Headers show
Series some changes based on faux bus | expand

Message

Zongmin Zhou May 8, 2025, 9:11 a.m. UTC
From: Zongmin Zhou <zhouzongmin@kylinos.cn>

This patch series include 2 changes:
1. modify faux to support setting some specific data to 
device's platform_data for drivers who convert to use faux bus.
2. convert to use faux_device for vhci-hcd.

Zongmin Zhou (2):
  driver core:add device's platform_data set for faux device
  usbip: convert to use faux_device

 drivers/base/faux.c                  |  9 ++-
 drivers/char/tlclk.c                 |  2 +-
 drivers/misc/lis3lv02d/lis3lv02d.c   |  2 +-
 drivers/usb/usbip/vhci.h             |  4 +-
 drivers/usb/usbip/vhci_hcd.c         | 82 +++++++++++-----------------
 drivers/usb/usbip/vhci_sysfs.c       | 68 +++++++++++------------
 include/linux/device/faux.h          |  3 +-
 tools/usb/usbip/libsrc/vhci_driver.h |  2 +-
 8 files changed, 80 insertions(+), 92 deletions(-)