From cb58c7fe733ee168c9909b208af4c676ce3e0499 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 16 Dec 2020 21:23:55 +0100 Subject: kernel: bump 4.14 to 4.14.212 Refreshed all patches. Removed patches because included in upstream: - 315-v5.10-usbnet-ipeth-fix-connectivity-with-ios-14.patch Compile-tested on: ipq40xx, ath79, x86/64 Runtime-tested on: ipq40xx, ath79 Signed-off-by: Hauke Mehrtens --- .../layerscape/patches-4.14/804-i2c-support-layerscape.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/layerscape/patches-4.14/804-i2c-support-layerscape.patch') diff --git a/target/linux/layerscape/patches-4.14/804-i2c-support-layerscape.patch b/target/linux/layerscape/patches-4.14/804-i2c-support-layerscape.patch index d85f9d1c5f..5028fbee0e 100644 --- a/target/linux/layerscape/patches-4.14/804-i2c-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/804-i2c-support-layerscape.patch @@ -174,7 +174,7 @@ Signed-off-by: Zhang Ying-22455 } static void i2c_imx_dma_callback(void *arg) -@@ -890,6 +954,78 @@ static int i2c_imx_read(struct imx_i2c_s +@@ -910,6 +974,78 @@ static int i2c_imx_read(struct imx_i2c_s return 0; } @@ -253,7 +253,7 @@ Signed-off-by: Zhang Ying-22455 static int i2c_imx_xfer(struct i2c_adapter *adapter, struct i2c_msg *msgs, int num) { -@@ -900,6 +1036,19 @@ static int i2c_imx_xfer(struct i2c_adapt +@@ -920,6 +1056,19 @@ static int i2c_imx_xfer(struct i2c_adapt dev_dbg(&i2c_imx->adapter.dev, "<%s>\n", __func__); @@ -273,7 +273,7 @@ Signed-off-by: Zhang Ying-22455 result = pm_runtime_get_sync(i2c_imx->adapter.dev.parent); if (result < 0) goto out; -@@ -1042,6 +1191,50 @@ static int i2c_imx_init_recovery_info(st +@@ -1062,6 +1211,50 @@ static int i2c_imx_init_recovery_info(st return 0; } @@ -324,7 +324,7 @@ Signed-off-by: Zhang Ying-22455 static u32 i2c_imx_func(struct i2c_adapter *adapter) { return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL -@@ -1097,6 +1290,11 @@ static int i2c_imx_probe(struct platform +@@ -1117,6 +1310,11 @@ static int i2c_imx_probe(struct platform i2c_imx->adapter.dev.of_node = pdev->dev.of_node; i2c_imx->base = base; @@ -336,7 +336,7 @@ Signed-off-by: Zhang Ying-22455 /* Get I2C clock */ i2c_imx->clk = devm_clk_get(&pdev->dev, NULL); if (IS_ERR(i2c_imx->clk)) { -@@ -1166,17 +1364,25 @@ static int i2c_imx_probe(struct platform +@@ -1186,17 +1384,25 @@ static int i2c_imx_probe(struct platform pm_runtime_mark_last_busy(&pdev->dev); pm_runtime_put_autosuspend(&pdev->dev); -- cgit v1.2.3