diff options
author | John Audia <graysky@archlinux.us> | 2022-02-23 06:58:46 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-01 21:38:36 +0100 |
commit | 0989b7ad3a38345bc09a535782884d78ec195c9d (patch) | |
tree | e973e013e2f06be560dd49098415a8c4b465589a /target/linux/bcm4908/patches-5.10/086-v5.12-0002-phy-phy-brcm-usb-specify-init-function-format-at-str.patch | |
parent | a2d4b5711aa73d14ffbc4f90a7944473b80baecb (diff) | |
download | upstream-0989b7ad3a38345bc09a535782884d78ec195c9d.tar.gz upstream-0989b7ad3a38345bc09a535782884d78ec195c9d.tar.bz2 upstream-0989b7ad3a38345bc09a535782884d78ec195c9d.zip |
kernel: bump 5.10 to 5.10.102
Removed upstreamed:
bcm4908/patches-5.10/180-i2c-brcmstb-fix-support-for-DSL-and-CM-variants.patch[1]
All other patches automatically rebased.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.102&id=f333c1916fd6b55900029bf8f918cc00009e2111
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/bcm4908/patches-5.10/086-v5.12-0002-phy-phy-brcm-usb-specify-init-function-format-at-str.patch')
-rw-r--r-- | target/linux/bcm4908/patches-5.10/086-v5.12-0002-phy-phy-brcm-usb-specify-init-function-format-at-str.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/bcm4908/patches-5.10/086-v5.12-0002-phy-phy-brcm-usb-specify-init-function-format-at-str.patch b/target/linux/bcm4908/patches-5.10/086-v5.12-0002-phy-phy-brcm-usb-specify-init-function-format-at-str.patch index bdc932732c..ffb064f95f 100644 --- a/target/linux/bcm4908/patches-5.10/086-v5.12-0002-phy-phy-brcm-usb-specify-init-function-format-at-str.patch +++ b/target/linux/bcm4908/patches-5.10/086-v5.12-0002-phy-phy-brcm-usb-specify-init-function-format-at-str.patch @@ -20,7 +20,7 @@ Signed-off-by: Vinod Koul <vkoul@kernel.org> --- a/drivers/phy/broadcom/phy-brcm-usb.c +++ b/drivers/phy/broadcom/phy-brcm-usb.c -@@ -35,7 +35,7 @@ struct value_to_name_map { +@@ -36,7 +36,7 @@ struct value_to_name_map { }; struct match_chip_info { @@ -29,7 +29,7 @@ Signed-off-by: Vinod Koul <vkoul@kernel.org> u8 required_regs[BRCM_REGS_MAX + 1]; u8 optional_reg; }; -@@ -428,7 +428,6 @@ static int brcm_usb_phy_probe(struct pla +@@ -458,7 +458,6 @@ static int brcm_usb_phy_probe(struct pla struct device_node *dn = pdev->dev.of_node; int err; const char *mode; @@ -37,7 +37,7 @@ Signed-off-by: Vinod Koul <vkoul@kernel.org> const struct match_chip_info *info; struct regmap *rmap; int x; -@@ -444,8 +443,8 @@ static int brcm_usb_phy_probe(struct pla +@@ -474,8 +473,8 @@ static int brcm_usb_phy_probe(struct pla info = of_device_get_match_data(&pdev->dev); if (!info) return -ENOENT; |