drivers: most: add character device interface driver
authorChristian Gromm <christian.gromm@microchip.com>
Thu, 20 Aug 2020 11:23:15 +0000 (13:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Sep 2020 13:16:26 +0000 (15:16 +0200)
commitceea93444808c7d1fd07a01927937d20237d849e
treed760a8d638849bbbfd02a6ff5902f009fba7eca8
parent28c4fb2fc8d0974ef5e2ffe93b4167116052a589
drivers: most: add character device interface driver

This patch adds the character device (cdev) driver source file
most_cdev.c and modifies the Makefiles and Kconfigs accordingly.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1597922595-27493-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_cdev.c [moved from drivers/staging/most/cdev/cdev.c with 100% similarity]
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/cdev/Kconfig [deleted file]
drivers/staging/most/cdev/Makefile [deleted file]