Staging: most: add MOST driver's hdm-dim2 module
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 24 Jul 2015 14:11:53 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 20:50:43 +0000 (13:50 -0700)
commitba3d7ddfb5c6a2529155ac24d7964adba8777419
treed78d3298d1f057839f47025c39a37d1779d0848a
parent3d31c0cb6c127b1d943b610065a05decf821998c
Staging: most: add MOST driver's hdm-dim2 module

This patch adds the hdm-dim2 module of the MOST driver to the kernel's
driver staging area. This module is part of the MOST driver and handles
the MediaLB interface of the MOST network interface controller.

This patch is needed in order to use the MediaLB peripheral interface of
the network interface controller.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 files changed:
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/hdm-dim2/Kconfig [new file with mode: 0644]
drivers/staging/most/hdm-dim2/Makefile [new file with mode: 0644]
drivers/staging/most/hdm-dim2/dim2_errors.h [new file with mode: 0644]
drivers/staging/most/hdm-dim2/dim2_hal.c [new file with mode: 0644]
drivers/staging/most/hdm-dim2/dim2_hal.h [new file with mode: 0644]
drivers/staging/most/hdm-dim2/dim2_hdm.c [new file with mode: 0644]
drivers/staging/most/hdm-dim2/dim2_hdm.h [new file with mode: 0644]
drivers/staging/most/hdm-dim2/dim2_reg.h [new file with mode: 0644]
drivers/staging/most/hdm-dim2/dim2_sysfs.c [new file with mode: 0644]
drivers/staging/most/hdm-dim2/dim2_sysfs.h [new file with mode: 0644]