diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 83fdf3cda..280c1a0ff 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- add AMD PCIe MP2 I2C detection + Version 2.59 - 3 May 2019 by Thierry Vignaud - sync with kernel 5.1 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 71340dfce..100f7fd39 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -166,7 +166,7 @@ our %l = ( i2c => [ qw(i2c_algo_bit i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c_designware_platform i2c-nforce2), qw(i2c-piix4 i2c-prosavage i2c-savage4 i2c-sis5595 i2c-sis630 i2c-sis96x i2c_smbus i2c-via i2c-viapro i2c-voodoo3), - qw(i2c-hydra i2c-ibm_iic i2c-mpc), + qw(i2c-hydra i2c-ibm_iic i2c-mpc i2c-amd-mp2-pci i2c-amd-mp2-plat), ], pcmcia => [ qw(au1x00_ss i82365 i82092 pd6729 tcic vrc4171_card vrc4173_cardu yenta_socket), # cb_enabler diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 579d5baaf..103962c81 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,5 @@ +- add AMD PCIe MP2 I2C detection + 2.38 - sync with kernel 5.1 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 75160e3e8..bb04e5c17 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- add AMD PCIe MP2 I2C detection + Version 18.15 - 3 May 2019 - recognize new kernel 5.1 drivers |