Skip to content
Snippets Groups Projects
Select Git revision
  • 1e66cd905773a6271c11f712ae9fd8cf7ce38e9b
  • v2018.2.x default
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
42 results

v2018.2.4.rst

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0057-ar71xx-Add-support-for-ath79_gpio_function_-on-QCA95.patch 1.27 KiB
    From: Sven Eckelmann <sven.eckelmann@open-mesh.com>
    Date: Wed, 23 Mar 2016 12:52:27 +0000
    Subject: ar71xx: Add support for ath79_gpio_function_* on QCA955X
    
    Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
    
    Backport of r49074
    
    Forwarded: https://patchwork.ozlabs.org/patch/624183/
    
    diff --git a/target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch b/target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch
    index e71b6e2..0e87357 100644
    --- a/target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch
    +++ b/target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch
    @@ -1,6 +1,16 @@
     --- a/arch/mips/ath79/gpio.c
     +++ b/arch/mips/ath79/gpio.c
    -@@ -187,15 +187,30 @@ void __init ath79_gpio_output_select(uns
    +@@ -146,7 +146,8 @@ static void __iomem *ath79_gpio_get_func
    + 	if (soc_is_ar71xx() ||
    + 	    soc_is_ar724x() ||
    + 	    soc_is_ar913x() ||
    +-	    soc_is_ar933x())
    ++	    soc_is_ar933x() ||
    ++	    soc_is_qca955x())
    + 		reg = AR71XX_GPIO_REG_FUNC;
    + 	else if (soc_is_ar934x() ||
    + 		 soc_is_qca953x() ||
    +@@ -187,15 +188,30 @@ void __init ath79_gpio_output_select(uns
      {
      	void __iomem *base = ath79_gpio_base;
      	unsigned long flags;