diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2022-01-07 23:32:59 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-03-27 00:07:34 +0000 |
commit | 7829ae4a2f9d37fa66b683d5824e0e3e93bb6c50 (patch) | |
tree | 550c2171bb6beb79b12a3b3a869df22e4e27c3d6 /target/linux/generic/backport-5.15/756-net-next-net-dsa-qca8k-move-regmap-init-in-probe-and-set-it.patch | |
parent | fc8778981fb4240d87dec182181eff685dc76633 (diff) | |
download | upstream-7829ae4a2f9d37fa66b683d5824e0e3e93bb6c50.tar.gz upstream-7829ae4a2f9d37fa66b683d5824e0e3e93bb6c50.tar.bz2 upstream-7829ae4a2f9d37fa66b683d5824e0e3e93bb6c50.zip |
generic: 5.15: qca8k: refresh backport patches
Refresh qca8k backport patches for 5.15 kernel.
Vlan_prepare is now dropped and there were some changes
to vlan add/remove functions.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/generic/backport-5.15/756-net-next-net-dsa-qca8k-move-regmap-init-in-probe-and-set-it.patch')
-rw-r--r-- | target/linux/generic/backport-5.15/756-net-next-net-dsa-qca8k-move-regmap-init-in-probe-and-set-it.patch | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/generic/backport-5.15/756-net-next-net-dsa-qca8k-move-regmap-init-in-probe-and-set-it.patch b/target/linux/generic/backport-5.15/756-net-next-net-dsa-qca8k-move-regmap-init-in-probe-and-set-it.patch index 9fcc74a7ce..f67abf901b 100644 --- a/target/linux/generic/backport-5.15/756-net-next-net-dsa-qca8k-move-regmap-init-in-probe-and-set-it.patch +++ b/target/linux/generic/backport-5.15/756-net-next-net-dsa-qca8k-move-regmap-init-in-probe-and-set-it.patch @@ -14,6 +14,8 @@ Signed-off-by: David S. Miller <davem@davemloft.net> drivers/net/dsa/qca8k.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) +diff --git a/drivers/net/dsa/qca8k.c b/drivers/net/dsa/qca8k.c +index ae02043a52079..f63a432916360 100644 --- a/drivers/net/dsa/qca8k.c +++ b/drivers/net/dsa/qca8k.c @@ -1086,12 +1086,6 @@ qca8k_setup(struct dsa_switch *ds) @@ -29,7 +31,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> ret = qca8k_setup_mdio_bus(priv); if (ret) return ret; -@@ -2085,6 +2079,14 @@ qca8k_sw_probe(struct mdio_device *mdiod +@@ -2073,6 +2067,14 @@ qca8k_sw_probe(struct mdio_device *mdiodev) gpiod_set_value_cansleep(priv->reset_gpio, 0); } @@ -44,3 +46,6 @@ Signed-off-by: David S. Miller <davem@davemloft.net> /* Check the detected switch id */ ret = qca8k_read_switch_id(priv); if (ret) +-- +cgit 1.2.3-1.el7 + |