[PATCH 0/2] some changes based on faux bus

Zongmin Zhou posted 2 patches 9 months ago
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(-)
[PATCH 0/2] some changes based on faux bus
Posted by Zongmin Zhou 9 months ago
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(-)

-- 
2.25.1