]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
pistachio: 6.12: refresh patches and kernel config
authorZoltan HERPAI <wigyori@uid0.hu>
Thu, 29 May 2025 12:35:12 +0000 (12:35 +0000)
committerZoltan HERPAI <wigyori@uid0.hu>
Fri, 30 May 2025 13:32:12 +0000 (15:32 +0200)
Refresh patches and configs as required.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
target/linux/pistachio/config-6.12
target/linux/pistachio/patches-6.12/401-mtd-nor-support-mtd-name-from-device-tree.patch

index 69c566a1e877f63c9142d7eacbaa04538fb36080..d608211a7f09ea053d8fff6303259405350115f1 100644 (file)
@@ -198,6 +198,7 @@ CONFIG_MMC_DW=y
 # CONFIG_MMC_DW_BLUEFIELD is not set
 # CONFIG_MMC_DW_EXYNOS is not set
 # CONFIG_MMC_DW_HI3798CV200 is not set
+# CONFIG_MMC_DW_HI3798MV200 is not set
 # CONFIG_MMC_DW_K3 is not set
 CONFIG_MMC_DW_PLTFM=y
 CONFIG_MMU_LAZY_TLB_REFCOUNT=y
index 0000c22a89b2222ba4f4e588d0d266c190546382..ff686e03a755cb035e629bc986f74bc6477ede98 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
 
 --- a/drivers/spi/spi-mem.c
 +++ b/drivers/spi/spi-mem.c
-@@ -846,7 +846,9 @@ static int spi_mem_probe(struct spi_devi
+@@ -893,7 +893,9 @@ static int spi_mem_probe(struct spi_devi
  {
        struct spi_mem_driver *memdrv = to_spi_mem_drv(spi->dev.driver);
        struct spi_controller *ctlr = spi->controller;
@@ -20,7 +20,7 @@ Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
  
        mem = devm_kzalloc(&spi->dev, sizeof(*mem), GFP_KERNEL);
        if (!mem)
-@@ -854,10 +856,15 @@ static int spi_mem_probe(struct spi_devi
+@@ -901,10 +903,15 @@ static int spi_mem_probe(struct spi_devi
  
        mem->spi = spi;
  
@@ -41,7 +41,7 @@ Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
                return PTR_ERR_OR_ZERO(mem->name);
 --- a/drivers/mtd/mtdcore.c
 +++ b/drivers/mtd/mtdcore.c
-@@ -870,6 +870,17 @@ out_error:
+@@ -872,6 +872,17 @@ out_error:
   */
  static void mtd_set_dev_defaults(struct mtd_info *mtd)
  {