This series contains updates to e1000e only. Jarod Wilson fixes an issue where the workaround for 82574 & 82583 is needed for i218 as well, so set the appropriate flags.
Sasha adds support for the upcoming new i219 devices for the client platform (CannonLake), which includes the support for 38.4MHz frequency to support PTP on CannonLake. The following are changes since commit c08bac03d2894113bdb114e66e6ada009defb120: Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE Jarod Wilson (1): e1000e: fix PTP on e1000_pch_lpt variants Sasha Neftin (3): e1000e: Initial Support for CannonLake e1000e: Add Support for CannonLake e1000e: Add Support for 38.4MHZ frequency drivers/net/ethernet/intel/e1000e/e1000.h | 28 +++++--- drivers/net/ethernet/intel/e1000e/ethtool.c | 10 +-- drivers/net/ethernet/intel/e1000e/hw.h | 5 ++ drivers/net/ethernet/intel/e1000e/ich8lan.c | 105 +++++++++++++++++----------- drivers/net/ethernet/intel/e1000e/netdev.c | 83 +++++++++++++--------- drivers/net/ethernet/intel/e1000e/ptp.c | 4 +- 6 files changed, 144 insertions(+), 91 deletions(-) -- 2.12.2