]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Staging: most: add MOST driver's aim-network module
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 24 Jul 2015 14:11:50 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 20:49:17 +0000 (13:49 -0700)
commitd4a8ce7f57fc6333e4e5a23980f5265e00ed44ef
tree4ab68e43f3d0b2beaa757de5ce960356c42d2689
parent9bc79bbcd0c526e3ec7b98e08c5d34648bb3c158
Staging: most: add MOST driver's aim-network module

This patch adds the aim-network 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 network devices.

This patch is needed in order to have access to MOST Ethernet Packets (MEP)
through a networking device.

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-network/Kconfig [new file with mode: 0644]
drivers/staging/most/aim-network/Makefile [new file with mode: 0644]
drivers/staging/most/aim-network/networking.c [new file with mode: 0644]
drivers/staging/most/aim-network/networking.h [new file with mode: 0644]