kernel: refresh patches
The introduction of the new Airoha target has left the tree in an unfresh state. Refresh patches to improve that situation. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
33c11442b2
commit
884e63fa68
5 changed files with 14 additions and 23 deletions
|
@ -1,5 +1,3 @@
|
||||||
diff --git a/drivers/mtd/nand/spi/Makefile b/drivers/mtd/nand/spi/Makefile
|
|
||||||
index 9c64d9fc..5f99ea72 100644
|
|
||||||
--- a/drivers/mtd/nand/spi/Makefile
|
--- a/drivers/mtd/nand/spi/Makefile
|
||||||
+++ b/drivers/mtd/nand/spi/Makefile
|
+++ b/drivers/mtd/nand/spi/Makefile
|
||||||
@@ -1,3 +1,3 @@
|
@@ -1,3 +1,3 @@
|
||||||
|
@ -7,11 +5,9 @@ index 9c64d9fc..5f99ea72 100644
|
||||||
-spinand-objs := core.o esmt.o gigadevice.o macronix.o micron.o paragon.o toshiba.o winbond.o xtx.o
|
-spinand-objs := core.o esmt.o gigadevice.o macronix.o micron.o paragon.o toshiba.o winbond.o xtx.o
|
||||||
+spinand-objs := core.o esmt.o etron.o gigadevice.o macronix.o micron.o paragon.o toshiba.o winbond.o xtx.o
|
+spinand-objs := core.o esmt.o etron.o gigadevice.o macronix.o micron.o paragon.o toshiba.o winbond.o xtx.o
|
||||||
obj-$(CONFIG_MTD_SPI_NAND) += spinand.o
|
obj-$(CONFIG_MTD_SPI_NAND) += spinand.o
|
||||||
diff --git a/drivers/mtd/nand/spi/core.c b/drivers/mtd/nand/spi/core.c
|
|
||||||
index 9839ee44..9ab44217 100644
|
|
||||||
--- a/drivers/mtd/nand/spi/core.c
|
--- a/drivers/mtd/nand/spi/core.c
|
||||||
+++ b/drivers/mtd/nand/spi/core.c
|
+++ b/drivers/mtd/nand/spi/core.c
|
||||||
@@ -898,6 +898,7 @@ static const struct nand_ops spinand_ops = {
|
@@ -898,6 +898,7 @@ static const struct nand_ops spinand_ops
|
||||||
static const struct spinand_manufacturer *spinand_manufacturers[] = {
|
static const struct spinand_manufacturer *spinand_manufacturers[] = {
|
||||||
&esmt_c8_spinand_manufacturer,
|
&esmt_c8_spinand_manufacturer,
|
||||||
&gigadevice_spinand_manufacturer,
|
&gigadevice_spinand_manufacturer,
|
||||||
|
@ -19,9 +15,6 @@ index 9839ee44..9ab44217 100644
|
||||||
¯onix_spinand_manufacturer,
|
¯onix_spinand_manufacturer,
|
||||||
µn_spinand_manufacturer,
|
µn_spinand_manufacturer,
|
||||||
¶gon_spinand_manufacturer,
|
¶gon_spinand_manufacturer,
|
||||||
diff --git a/drivers/mtd/nand/spi/etron.c b/drivers/mtd/nand/spi/etron.c
|
|
||||||
new file mode 100644
|
|
||||||
index 00000000..653092be
|
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/drivers/mtd/nand/spi/etron.c
|
+++ b/drivers/mtd/nand/spi/etron.c
|
||||||
@@ -0,0 +1,98 @@
|
@@ -0,0 +1,98 @@
|
||||||
|
@ -123,8 +116,6 @@ index 00000000..653092be
|
||||||
+ .nchips = ARRAY_SIZE(etron_spinand_table),
|
+ .nchips = ARRAY_SIZE(etron_spinand_table),
|
||||||
+ .ops = &etron_spinand_manuf_ops,
|
+ .ops = &etron_spinand_manuf_ops,
|
||||||
+};
|
+};
|
||||||
diff --git a/include/linux/mtd/spinand.h b/include/linux/mtd/spinand.h
|
|
||||||
index 2066962d..11d38d2f 100644
|
|
||||||
--- a/include/linux/mtd/spinand.h
|
--- a/include/linux/mtd/spinand.h
|
||||||
+++ b/include/linux/mtd/spinand.h
|
+++ b/include/linux/mtd/spinand.h
|
||||||
@@ -261,6 +261,7 @@ struct spinand_manufacturer {
|
@@ -261,6 +261,7 @@ struct spinand_manufacturer {
|
||||||
|
|
|
@ -24,7 +24,7 @@ Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
|
||||||
+ if (bus->sfp_quirk && bus->sfp_quirk->modes)
|
+ if (bus->sfp_quirk && bus->sfp_quirk->modes)
|
||||||
bus->sfp_quirk->modes(id, modes);
|
bus->sfp_quirk->modes(id, modes);
|
||||||
|
|
||||||
bitmap_or(support, support, modes, __ETHTOOL_LINK_MODE_MASK_NBITS);
|
linkmode_or(support, support, modes);
|
||||||
--- a/drivers/net/phy/sfp.c
|
--- a/drivers/net/phy/sfp.c
|
||||||
+++ b/drivers/net/phy/sfp.c
|
+++ b/drivers/net/phy/sfp.c
|
||||||
@@ -320,6 +320,23 @@ static void sfp_fixup_ignore_tx_fault(st
|
@@ -320,6 +320,23 @@ static void sfp_fixup_ignore_tx_fault(st
|
||||||
|
|
|
@ -18,7 +18,7 @@ Link: https://lore.kernel.org/linux-mtd/20220127091808.1043392-8-miquel.raynal@b
|
||||||
|
|
||||||
--- a/drivers/mtd/nand/spi/core.c
|
--- a/drivers/mtd/nand/spi/core.c
|
||||||
+++ b/drivers/mtd/nand/spi/core.c
|
+++ b/drivers/mtd/nand/spi/core.c
|
||||||
@@ -1210,14 +1210,6 @@ static int spinand_init(struct spinand_d
|
@@ -1211,14 +1211,6 @@ static int spinand_init(struct spinand_d
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_free_bufs;
|
goto err_free_bufs;
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Link: https://lore.kernel.org/linux-mtd/20220127091808.1043392-8-miquel.raynal@b
|
||||||
ret = nanddev_init(nand, &spinand_ops, THIS_MODULE);
|
ret = nanddev_init(nand, &spinand_ops, THIS_MODULE);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_manuf_cleanup;
|
goto err_manuf_cleanup;
|
||||||
@@ -1252,6 +1244,14 @@ static int spinand_init(struct spinand_d
|
@@ -1253,6 +1245,14 @@ static int spinand_init(struct spinand_d
|
||||||
mtd->ecc_strength = nanddev_get_ecc_conf(nand)->strength;
|
mtd->ecc_strength = nanddev_get_ecc_conf(nand)->strength;
|
||||||
mtd->ecc_step_size = nanddev_get_ecc_conf(nand)->step_size;
|
mtd->ecc_step_size = nanddev_get_ecc_conf(nand)->step_size;
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ Link: https://lore.kernel.org/linux-mtd/20220127091808.1043392-9-miquel.raynal@b
|
||||||
|
|
||||||
--- a/include/linux/mtd/spinand.h
|
--- a/include/linux/mtd/spinand.h
|
||||||
+++ b/include/linux/mtd/spinand.h
|
+++ b/include/linux/mtd/spinand.h
|
||||||
@@ -391,6 +391,8 @@ struct spinand_info {
|
@@ -392,6 +392,8 @@ struct spinand_info {
|
||||||
struct spinand_dirmap {
|
struct spinand_dirmap {
|
||||||
struct spi_mem_dirmap_desc *wdesc;
|
struct spi_mem_dirmap_desc *wdesc;
|
||||||
struct spi_mem_dirmap_desc *rdesc;
|
struct spi_mem_dirmap_desc *rdesc;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
static int spinand_read_reg_op(struct spinand_device *spinand, u8 reg, u8 *val)
|
static int spinand_read_reg_op(struct spinand_device *spinand, u8 reg, u8 *val)
|
||||||
{
|
{
|
||||||
@@ -1332,6 +1333,7 @@ static int spinand_probe(struct spi_mem
|
@@ -1333,6 +1334,7 @@ static int spinand_probe(struct spi_mem
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
ret = mtd_device_register(mtd, NULL, 0);
|
ret = mtd_device_register(mtd, NULL, 0);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_spinand_cleanup;
|
goto err_spinand_cleanup;
|
||||||
@@ -1339,6 +1341,7 @@ static int spinand_probe(struct spi_mem
|
@@ -1340,6 +1342,7 @@ static int spinand_probe(struct spi_mem
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
err_spinand_cleanup:
|
err_spinand_cleanup:
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
spinand_cleanup(spinand);
|
spinand_cleanup(spinand);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
@@ -1357,6 +1360,7 @@ static int spinand_remove(struct spi_mem
|
@@ -1358,6 +1361,7 @@ static int spinand_remove(struct spi_mem
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue