From d2288e411271f69e9e281d04b5812cb7461fb8b7 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Mon, 16 Nov 2020 04:09:47 -0800 Subject: [PATCH 1/2] add internal patch marker all internal patches will be add below the marker. This eases internal patch management when public patches change Signed-off-by: Guohan Lu --- patch/series | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/patch/series b/patch/series index ac59f5342..90811c0a4 100755 --- a/patch/series +++ b/patch/series @@ -75,3 +75,9 @@ driver-ixgbe-external-phy.patch 0019-mlxsw-i2c-Allow-flexible-setting-of-I2C-transactions.patch 0020-mlxsw-core-Set-different-thermal-polling-time-based.patch 0021-platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch +############################################################ +# +# Internal patches below (placeholder) +# Do not add any public patch below this marker +# +############################################################ From 528e064ebcd62152741eb6a4b66deded66969448 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Sun, 22 Nov 2020 04:58:29 -0800 Subject: [PATCH 2/2] address comments Signed-off-by: Guohan Lu --- patch/series | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/series b/patch/series index 90811c0a4..ef690f970 100755 --- a/patch/series +++ b/patch/series @@ -77,7 +77,7 @@ driver-ixgbe-external-phy.patch 0021-platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch ############################################################ # -# Internal patches below (placeholder) +# Internal patches will be added below (placeholder) # Do not add any public patch below this marker # ############################################################