summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx
Commit message (Expand)AuthorAgeFilesLines
* MIPS: BCM63XX: Fix missing prototypesFlorian Fainelli2024-01-267-6/+7
* MIPS: Fix typosBjorn Helgaas2024-01-081-2/+2
* MIPS: BCM63xx: Add check for NULL for clk in clk_enableAnastasia Belova2022-12-091-0/+2
* Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2022-01-171-0/+8
|\
| * MIPS: BCM63XX: Provide platform data to watchdog deviceFlorian Fainelli2021-12-281-0/+8
* | mips: bcm63xx: add support for clk_set_parent()Randy Dunlap2022-01-021-0/+6
|/
* mips: bcm63xx: add support for clk_get_parent()Randy Dunlap2021-11-161-0/+6
* MIPS: BCM63XX: Use BUG_ON instead of condition followed by BUG.zhouchuangao2021-04-261-6/+3
* MIPS: BCM63xx: Spello fix in the file clk.cBhaskar Chowdhury2021-03-101-1/+1
* MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer2021-01-071-4/+0
* MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-121-1/+1
* MIPS: BCM63xx: switch to SPDX license identifierÁlvaro Fernández Rojas2020-08-171-4/+1
* MIPS: BCM63xx: refactor board declarationsÁlvaro Fernández Rojas2020-08-171-310/+305
* MIPS: BCM63xx: enable EHCI for DWV-S0 boardÁlvaro Fernández Rojas2020-08-171-0/+1
* MIPS: BCM63xx: remove EHCI from BCM6348 boardsÁlvaro Fernández Rojas2020-08-171-3/+0
* MIPS: BCM63xx: remove duplicated new linesÁlvaro Fernández Rojas2020-08-171-3/+0
* MIPS: BCM63xx: improve CFE version detectionÁlvaro Fernández Rojas2020-07-241-4/+18
* MIPS: BCM63xx: add endif commentsÁlvaro Fernández Rojas2020-06-151-18/+15
* MIPS: Only include the platform file neededThomas Bogendoerfer2020-05-131-1/+0
* MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-072-2/+2
* MIPS: Replace setup_irq() by request_irq()afzal mohammed2020-03-051-25/+16
* MIPS: bmips: mark exception vectors as char arraysJonas Gorski2019-10-231-1/+1
* MIPS: fix some more fall through errors in arch/mipsStephen Rothwell2019-07-161-0/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* arch: mips: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-03-191-1/+1
* MIPS: BCM63XX: provide DMA masks for ethernet devicesJonas Gorski2019-02-251-0/+8
* Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-054-80/+4
|\
| * MIPS: BCM63XX: drop unused and broken DSP platform deviceJonas Gorski2018-12-313-79/+3
| * MIPS: BCM63XX: fix switch core reset on BCM6368Jonas Gorski2018-12-231-1/+1
* | PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-7/+7
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+2
* mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-171-0/+1
* MIPS: BCM63XX: kconfig: Remove blank help textUlf Magnusson2018-02-021-1/+0
* bcm63xx_enet: use platform data for dma channel numbersJonas Gorski2017-12-191-0/+8
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-151-47/+195
|\
| * MIPS: BCM63XX: split out swpkt_sar/usb clocksJonas Gorski2017-11-071-10/+51
| * MIPS: BCM63XX: provide enet clocks as "enet" to the ethernet devicesJonas Gorski2017-11-071-0/+8
| * MIPS: BCM63XX: move the HSSPI PLL HZ into its own clockJonas Gorski2017-11-071-2/+8
| * MIPS: BCM63XX: provide periph clock as refclk for uartJonas Gorski2017-11-071-0/+13
| * MIPS: BCM63XX: add clkdev lookup supportJonas Gorski2017-11-071-35/+115
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* MIPS: BCM63XX: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
* MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-147-7/+10
* MIPS: BCM63xx: Let clk_disable() return immediately if clk is NULLMasahiro Yamada2016-10-041-0/+3
* Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu...Linus Walleij2016-03-091-0/+11
|\
| * Revert "MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() func...Ralf Baechle2016-01-271-0/+11
* | MIPS: bcm63xx: switch to gpiochip_add_data()Linus Walleij2016-02-191-2/+2
|/
* MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() functionSimon Arlott2016-01-241-11/+0
* MIPS: bcm63xx: nvram: Use nvram structure definition from header fileSimon Arlott2016-01-241-32/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-156-20/+20
|\