]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: most: add USB adapter driver
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 31 Jul 2020 12:20:58 +0000 (14:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2020 12:38:12 +0000 (14:38 +0200)
commit49d985dc438d844a4a3a6e9f080257e8b4abeac5
treecfda78fcb39ac1846b0d1a944dbd250eee0d81ed
parentdfd3aadf9de3462b9e8c93c29df047da6190c8b9
drivers: most: add USB adapter driver

This patch adds the USB driver source file most_usb.c and
modifies the Makefile and Kconfig accordingly.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1596198058-26541-1-git-send-email-christian.gromm@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/most/Kconfig
drivers/most/Makefile
drivers/most/most_usb.c [new file with mode: 0644]
drivers/staging/most/Kconfig
drivers/staging/most/usb/Kconfig [deleted file]
drivers/staging/most/usb/Makefile [deleted file]
drivers/staging/most/usb/usb.c [deleted file]