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

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

This patch is needed in order to use the I2C 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>
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/hdm-i2c/Kconfig [new file with mode: 0644]
drivers/staging/most/hdm-i2c/Makefile [new file with mode: 0644]
drivers/staging/most/hdm-i2c/hdm_i2c.c [new file with mode: 0644]