diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-07-31 22:40:30 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-11 00:12:50 +0200 |
commit | 148d59c67edd550cf130f96844f63637707b99d5 (patch) | |
tree | 1f8582fed5b9f009c9b7c45991b89b1b2511b556 /target/linux/layerscape/patches-4.14/818-qspi-support-layerscape.patch | |
parent | 7db09853a83b2feaf2604e4fcc074100be377280 (diff) | |
download | upstream-148d59c67edd550cf130f96844f63637707b99d5.tar.gz upstream-148d59c67edd550cf130f96844f63637707b99d5.tar.bz2 upstream-148d59c67edd550cf130f96844f63637707b99d5.zip |
kernel: update kernel 4.14 to version 4.14.193
Compile and runtime tested on lantiq/xrx200 and ipq40xx.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/layerscape/patches-4.14/818-qspi-support-layerscape.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.14/818-qspi-support-layerscape.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/layerscape/patches-4.14/818-qspi-support-layerscape.patch b/target/linux/layerscape/patches-4.14/818-qspi-support-layerscape.patch index 1546e4b6a7..3e482465b4 100644 --- a/target/linux/layerscape/patches-4.14/818-qspi-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/818-qspi-support-layerscape.patch @@ -730,16 +730,3 @@ Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur@nxp.com> { "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) }, { "w25q20cl", INFO(0xef4012, 0, 64 * 1024, 4, SECT_4K) }, { "w25q20bw", INFO(0xef5012, 0, 64 * 1024, 4, SECT_4K) }, ---- a/drivers/spi/spi-fsl-dspi.c -+++ b/drivers/spi/spi-fsl-dspi.c -@@ -1024,8 +1024,8 @@ static int dspi_probe(struct platform_de - goto out_clk_put; - } - -- ret = devm_request_irq(&pdev->dev, dspi->irq, dspi_interrupt, 0, -- pdev->name, dspi); -+ ret = devm_request_irq(&pdev->dev, dspi->irq, dspi_interrupt, -+ IRQF_SHARED, pdev->name, dspi); - if (ret < 0) { - dev_err(&pdev->dev, "Unable to attach DSPI interrupt\n"); - goto out_clk_put; |