diff options
author | Stijn Segers <foss@volatilesystems.org> | 2018-06-29 22:29:06 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-02 07:06:23 +0200 |
commit | ab7cabd09df542cf3558725573c2ef2cf1c7cdff (patch) | |
tree | 791b3f74b7c5e60f1409836871287337f4cf0e38 /target/linux/mediatek/patches-4.14/0185-ASoC-mediatek-modify-MT2701-AFE-driver-to-adapt-mfd-.patch | |
parent | c96b344466fc80cb5815eeab87c6ca9a29fb9207 (diff) | |
download | upstream-ab7cabd09df542cf3558725573c2ef2cf1c7cdff.tar.gz upstream-ab7cabd09df542cf3558725573c2ef2cf1c7cdff.tar.bz2 upstream-ab7cabd09df542cf3558725573c2ef2cf1c7cdff.zip |
kernel: bump 4.14 to 4.14.52 for 18.06
Compile-tested on: ramips/mt7621, x86/64.
Run-tested on: ramips/mt7621.
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
Diffstat (limited to 'target/linux/mediatek/patches-4.14/0185-ASoC-mediatek-modify-MT2701-AFE-driver-to-adapt-mfd-.patch')
-rw-r--r-- | target/linux/mediatek/patches-4.14/0185-ASoC-mediatek-modify-MT2701-AFE-driver-to-adapt-mfd-.patch | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/target/linux/mediatek/patches-4.14/0185-ASoC-mediatek-modify-MT2701-AFE-driver-to-adapt-mfd-.patch b/target/linux/mediatek/patches-4.14/0185-ASoC-mediatek-modify-MT2701-AFE-driver-to-adapt-mfd-.patch index fe5f9d398e..462cbbc13b 100644 --- a/target/linux/mediatek/patches-4.14/0185-ASoC-mediatek-modify-MT2701-AFE-driver-to-adapt-mfd-.patch +++ b/target/linux/mediatek/patches-4.14/0185-ASoC-mediatek-modify-MT2701-AFE-driver-to-adapt-mfd-.patch @@ -13,8 +13,6 @@ Signed-off-by: Mark Brown <broonie@kernel.org> sound/soc/mediatek/mt2701/mt2701-reg.h | 1 - 2 files changed, 20 insertions(+), 26 deletions(-) -diff --git a/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c b/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c -index 0edadca12a5e..f0cd08fa5c5d 100644 --- a/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c +++ b/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c @@ -17,6 +17,7 @@ @@ -25,7 +23,7 @@ index 0edadca12a5e..f0cd08fa5c5d 100644 #include <linux/of.h> #include <linux/of_address.h> #include <linux/pm_runtime.h> -@@ -1368,14 +1369,6 @@ static const struct mt2701_i2s_data mt2701_i2s_data[MT2701_I2S_NUM][2] = { +@@ -1368,14 +1369,6 @@ static const struct mt2701_i2s_data mt27 }, }; @@ -40,7 +38,7 @@ index 0edadca12a5e..f0cd08fa5c5d 100644 static irqreturn_t mt2701_asys_isr(int irq_id, void *dev) { int id; -@@ -1414,9 +1407,9 @@ static int mt2701_afe_runtime_resume(struct device *dev) +@@ -1414,9 +1407,9 @@ static int mt2701_afe_runtime_resume(str static int mt2701_afe_pcm_dev_probe(struct platform_device *pdev) { @@ -51,7 +49,7 @@ index 0edadca12a5e..f0cd08fa5c5d 100644 struct device *dev; int i, irq_id, ret; -@@ -1446,17 +1439,11 @@ static int mt2701_afe_pcm_dev_probe(struct platform_device *pdev) +@@ -1446,17 +1439,11 @@ static int mt2701_afe_pcm_dev_probe(stru return ret; } @@ -74,7 +72,7 @@ index 0edadca12a5e..f0cd08fa5c5d 100644 mutex_init(&afe->irq_alloc_lock); -@@ -1490,6 +1477,12 @@ static int mt2701_afe_pcm_dev_probe(struct platform_device *pdev) +@@ -1490,6 +1477,12 @@ static int mt2701_afe_pcm_dev_probe(stru = &mt2701_i2s_data[i][I2S_IN]; } @@ -87,7 +85,7 @@ index 0edadca12a5e..f0cd08fa5c5d 100644 afe->mtk_afe_hardware = &mt2701_afe_hardware; afe->memif_fs = mt2701_memif_fs; afe->irq_fs = mt2701_irq_fs; -@@ -1502,7 +1495,7 @@ static int mt2701_afe_pcm_dev_probe(struct platform_device *pdev) +@@ -1502,7 +1495,7 @@ static int mt2701_afe_pcm_dev_probe(stru ret = mt2701_init_clock(afe); if (ret) { dev_err(dev, "init clock error\n"); @@ -96,7 +94,7 @@ index 0edadca12a5e..f0cd08fa5c5d 100644 } platform_set_drvdata(pdev, afe); -@@ -1521,10 +1514,10 @@ static int mt2701_afe_pcm_dev_probe(struct platform_device *pdev) +@@ -1521,10 +1514,10 @@ static int mt2701_afe_pcm_dev_probe(stru goto err_platform; } @@ -111,7 +109,7 @@ index 0edadca12a5e..f0cd08fa5c5d 100644 if (ret) { dev_warn(dev, "err_dai_component\n"); goto err_dai_component; -@@ -1538,6 +1531,8 @@ static int mt2701_afe_pcm_dev_probe(struct platform_device *pdev) +@@ -1538,6 +1531,8 @@ err_platform: pm_runtime_put_sync(dev); err_pm_disable: pm_runtime_disable(dev); @@ -120,8 +118,6 @@ index 0edadca12a5e..f0cd08fa5c5d 100644 return ret; } -diff --git a/sound/soc/mediatek/mt2701/mt2701-reg.h b/sound/soc/mediatek/mt2701/mt2701-reg.h -index f17c76f37b5f..18e676974f22 100644 --- a/sound/soc/mediatek/mt2701/mt2701-reg.h +++ b/sound/soc/mediatek/mt2701/mt2701-reg.h @@ -145,5 +145,4 @@ @@ -130,6 +126,3 @@ index f17c76f37b5f..18e676974f22 100644 -#define AFE_END_ADDR 0x15e0 #endif --- -2.11.0 - |