Staging: most: add MOST driver's aim-cdev module
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 24 Jul 2015 14:11:49 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 20:49:17 +0000 (13:49 -0700)
commit9bc79bbcd0c526e3ec7b98e08c5d34648bb3c158
tree8e5bb4aa962683d4609b85e59d61dc5813446474
parent57562a72414ca35b2e614cfe0a1b1a7b7e7813dd
Staging: most: add MOST driver's aim-cdev module

This patch adds the aim-cdev module of the MOST driver to the kernel's
driver staging area. This module is part of the MOST driver and handles
user space interaction by means of character devices.

This patch is needed in order to have access to MOST data through
character devices.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/aim-cdev/Kconfig [new file with mode: 0644]
drivers/staging/most/aim-cdev/Makefile [new file with mode: 0644]
drivers/staging/most/aim-cdev/cdev.c [new file with mode: 0644]