staging: most: move core files out of the staging area
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 10 Mar 2020 13:02:40 +0000 (14:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Mar 2020 12:42:44 +0000 (13:42 +0100)
commitb276527539188f1f61c082ebef27803db93e536d
treeadf3bad2a3b1e2b92536be813393b13238fb9651
parent22dd4acc80495ea0fa3a54b36e49ef9dd5bad6c6
staging: most: move core files out of the staging area

This patch moves the core module to the /drivers/most directory
and makes all necessary changes in order to not break the build.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1583845362-26707-2-git-send-email-christian.gromm@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 files changed:
drivers/Kconfig
drivers/Makefile
drivers/most/Kconfig [new file with mode: 0644]
drivers/most/Makefile [new file with mode: 0644]
drivers/most/configfs.c [new file with mode: 0644]
drivers/most/core.c [new file with mode: 0644]
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/cdev/cdev.c
drivers/staging/most/configfs.c [deleted file]
drivers/staging/most/core.c [deleted file]
drivers/staging/most/dim2/dim2.c
drivers/staging/most/i2c/i2c.c
drivers/staging/most/most.h [deleted file]
drivers/staging/most/net/net.c
drivers/staging/most/sound/sound.c
drivers/staging/most/usb/usb.c
drivers/staging/most/video/video.c
include/linux/most.h [new file with mode: 0644]