diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2013-12-21 06:13:16 +0000 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2013-12-31 16:27:49 -0800 |
commit | 105bf2fe6b320a10ab1a21a569ef6e8dd22525f3 (patch) | |
tree | 77ba249edf297c8011ea7e38f69c8e312cd95238 /MAINTAINERS | |
parent | d358aa9a7a2d5f91b1d33d5d4e27c2e46638d123 (diff) | |
download | linux-stable-105bf2fe6b320a10ab1a21a569ef6e8dd22525f3.tar.gz linux-stable-105bf2fe6b320a10ab1a21a569ef6e8dd22525f3.tar.bz2 linux-stable-105bf2fe6b320a10ab1a21a569ef6e8dd22525f3.zip |
i40evf: add driver to kernel build system
Modify the existing Kconfig, Makefile, and MAINTAINERS to add the driver
to the kernel. Add a Makefile and a documentation
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9bae7901162d..2b701437dced 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4451,7 +4451,7 @@ M: Deepak Saxena <dsaxena@plexity.net> S: Maintained F: drivers/char/hw_random/ixp4xx-rng.c -INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e) +INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> M: Jesse Brandeburg <jesse.brandeburg@intel.com> M: Bruce Allan <bruce.w.allan@intel.com> @@ -4460,6 +4460,7 @@ M: Don Skidmore <donald.c.skidmore@intel.com> M: Greg Rose <gregory.v.rose@intel.com> M: Alex Duyck <alexander.h.duyck@intel.com> M: John Ronciak <john.ronciak@intel.com> +M: Mitch Williams <mitch.a.williams@intel.com> L: e1000-devel@lists.sourceforge.net W: http://www.intel.com/support/feedback.htm W: http://e1000.sourceforge.net/ @@ -4475,6 +4476,7 @@ F: Documentation/networking/ixgb.txt F: Documentation/networking/ixgbe.txt F: Documentation/networking/ixgbevf.txt F: Documentation/networking/i40e.txt +F: Documentation/networking/i40evf.txt F: drivers/net/ethernet/intel/ INTEL-MID GPIO DRIVER |