summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm47xx
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix typosBjorn Helgaas2024-01-081-3/+3
* mips: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-1/+1
* MIPS: BCM47XX: Add support for Huawei B593u-12Rafał Miłecki2023-03-142-0/+9
* MIPS: BCM47XX: Add support for Linksys E2500 V3Rafał Miłecki2023-02-092-0/+10
* MIPS: BCM47XX: Cast memcmp() of function to (void *)Kees Cook2022-09-191-2/+2
* MIPS: Fix comment typoJason Wang2022-07-301-1/+1
* MIPS: BCM47XX: Add support for Netgear WNR3500L v2Florian Fainelli2022-07-154-0/+24
* MIPS: BCM47XX: Add support for Netgear WN2500RP v1 & v2Florian Fainelli2022-01-092-0/+11
* MIPS: BCM47XX: Add support for Netgear R6300 v1Florian Fainelli2022-01-092-0/+9
* MIPS: BCM47XX: Add LEDs and buttons for Asus RTN-10UFlorian Fainelli2022-01-092-0/+20
* MIPS: BCM47XX: Add board entry for Linksys WRT320N v1Florian Fainelli2022-01-093-0/+20
* MIPS: BCM47XX: Define Linksys WRT310N V2 buttonsFlorian Fainelli2022-01-091-0/+9
* MIPS: new Kconfig option ZBOOT_LOAD_ADDRESSYunQiang Su2022-01-021-1/+0
* MIPS: BCM47XX: Replace strlcpy with strscpyJason Wang2021-12-161-1/+1
* MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer2021-01-071-4/+0
* MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMANecip Fazil Yildiran2020-11-121-0/+1
* MIPS: BMC47xx: fix kconfig dependency bug for BCM47XX_SSBNecip Fazil Yildiran2020-11-121-0/+1
* Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-162-2/+3
|\
| * MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-122-2/+3
* | MIPS: BCM47XX: Remove the needless check with the 1074KWei Li2020-09-231-1/+1
|/
* MIPS: Only include the platform file neededThomas Bogendoerfer2020-05-131-1/+0
* MIPS: BCM47XX: Add support for Netgear R6200 V1Edward Matijević2019-07-252-0/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton2019-04-091-0/+1
|\
| * mips: bcm47xx: Enable USB power on Netgear WNDR3400v2Petr Štetiar2019-03-111-0/+1
* | arch: mips: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-03-191-4/+4
* | Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-052-6/+6
|\|
| * MIPS: BCM47XX: Fix/improve Buffalo WHR-G54S supportRafał Miłecki2019-02-112-6/+6
* | net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-041-1/+1
* | MIPS: BCM47XX: Setup struct device for the SoCRafał Miłecki2019-01-091-0/+31
|/
* MIPS: BCM47XX: Enable USB power on Netgear WNDR3400v3Tuomas Tynkkynen2018-08-291-3/+5
* Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2018-07-271-6/+0
* MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami2018-06-181-0/+6
* MIPS: BCM47XX: Use __initdata for the bcm47xx_leds_pdataRafał Miłecki2018-04-231-1/+1
* MIPS: BCM47XX: Add support for Netgear WNR1000 V3Rafał Miłecki2018-04-233-0/+20
* MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750Dan Haab2018-04-071-1/+1
* MIPS: BCM47XX: Add Luxul XAP1500/XWR1750 WiFi LEDsDan Haab2018-03-281-0/+21
* MIPS: bcm47xx: enable ZBOOT supportAaro Koskinen2018-01-241-0/+1
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-151-1/+1
|\
| * MIPS: BCM47XX: Fix LED inversion for WRT54GSv1Mirko Parthey2017-11-071-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
|/
* MIPS: BCM47XX: Fix button inversion for Asus WL-500WMirko Parthey2017-02-171-2/+8
* MIPS: BCM47XX: Add Luxul devices to the databaseDan Haab2017-01-253-0/+162
* MIPS: BCM47xx: Make serial explicitly non-modularPaul Gortmaker2016-10-041-7/+4
* MIPS: BCM47xx: Move SPROM driver to drivers/firmware/Rafał Miłecki2016-05-134-729/+2
* FIRMWARE: Broadcom: Fix grammar of warning messages in bcm47xx_sprom.c.Ralf Baechle2016-04-031-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-241-3/+9
|\
| * MIPS: BCM47xx: Support SPROM prefixes on other platformsRafał Miłecki2016-01-201-3/+9
* | ssb: pick SoC invariants code from MIPS BCM47xx archRafał Miłecki2015-12-161-38/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-152-25/+40
|\