aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/bcm63xx
AgeCommit message (Expand)AuthorFilesLines
2019-07-16MIPS: fix some more fall through errors in arch/mipsGravatar Stephen Rothwell 1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-03-19arch: mips: Kconfig: pedantic formattingGravatar Enrico Weigelt, metux IT consult 1-1/+1
2019-02-25MIPS: BCM63XX: provide DMA masks for ethernet devicesGravatar Jonas Gorski 1-0/+8
2019-01-05Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-80/+4
2018-12-31MIPS: BCM63XX: drop unused and broken DSP platform deviceGravatar Jonas Gorski 3-79/+3
2018-12-23MIPS: BCM63XX: fix switch core reset on BCM6368Gravatar Jonas Gorski 1-1/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-7/+7
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+2
2018-07-17mips: unify prom_putchar() declarationsGravatar Alexander Sverdlin 1-0/+1
2018-02-02MIPS: BCM63XX: kconfig: Remove blank help textGravatar Ulf Magnusson 1-1/+0
2017-12-19bcm63xx_enet: use platform data for dma channel numbersGravatar Jonas Gorski 1-0/+8
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Gravatar Linus Torvalds 1-47/+195
2017-11-07MIPS: BCM63XX: split out swpkt_sar/usb clocksGravatar Jonas Gorski 1-10/+51
2017-11-07MIPS: BCM63XX: provide enet clocks as "enet" to the ethernet devicesGravatar Jonas Gorski 1-0/+8
2017-11-07MIPS: BCM63XX: move the HSSPI PLL HZ into its own clockGravatar Jonas Gorski 1-2/+8
2017-11-07MIPS: BCM63XX: provide periph clock as refclk for uartGravatar Jonas Gorski 1-0/+13
2017-11-07MIPS: BCM63XX: add clkdev lookup supportGravatar Jonas Gorski 1-35/+115
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-09-06MIPS: BCM63XX: allow NULL clock for clk_get_rateGravatar Jonas Gorski 1-0/+3
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 7-7/+10
2016-10-04MIPS: BCM63xx: Let clk_disable() return immediately if clk is NULLGravatar Masahiro Yamada 1-0/+3
2016-03-09Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Walleij 1-0/+11
2016-02-19MIPS: bcm63xx: switch to gpiochip_add_data()Gravatar Linus Walleij 1-2/+2
2016-01-27Revert "MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() func...Gravatar Ralf Baechle 1-0/+11
2016-01-24MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() functionGravatar Simon Arlott 1-11/+0
2016-01-24MIPS: bcm63xx: nvram: Use nvram structure definition from header fileGravatar Simon Arlott 1-32/+3
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 6-20/+20
2015-11-11MIPS: BCM63XX: Use pr_* instead of printkGravatar Gregory Fong 6-20/+20
2015-10-23spi/bcm63xx: move register definitions into the driverGravatar Jonas Gorski 1-28/+6
2015-10-12spi/bcm63xx: move message control word description to register offsetsGravatar Jonas Gorski 1-18/+2
2015-08-26MIPS: bcm63xx: Use irq_set_handler_locked()Gravatar Thomas Gleixner 1-2/+2
2015-08-26MIPS: irq: Use access helper irq_data_get_affinity_mask()Gravatar Jiang Liu 1-1/+1
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-03-25MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices().Gravatar Nicolas Schichan 2-4/+4
2015-03-05mips: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-2/+2
2014-11-24MIPS: Remove useless parenthesesGravatar Ralf Baechle 1-1/+1
2014-08-26MIPS: BCM63xx: delete double assignmentGravatar Julia Lawall 1-2/+2
2014-07-30MIPS: BCM63xx: Allow setting affinity for IPICGravatar Jonas Gorski 1-6/+40
2014-07-30MIPS: BCM63xx: Use irq_desc as argument for (un)maskGravatar Jonas Gorski 1-8/+10
2014-07-30MIPS: BCM63xx: Wire up the second cpu's irq lineGravatar Jonas Gorski 1-7/+37
2014-07-30MIPS: BCM63xx: Protect irq register accessesGravatar Jonas Gorski 1-0/+26
2014-07-30MIPS: BCM63xx: Add cpu argument to dispatch internalGravatar Jonas Gorski 1-8/+10
2014-07-30MIPS: BCM63xx: Populate irq_{stat,mask}_addr for second cpuGravatar Jonas Gorski 1-0/+18
2014-07-30MIPS: BCM63xx: Append irq line to irq_{stat,mask}*Gravatar Jonas Gorski 1-25/+26
2014-07-30MIPS: BCM63xx: Replace irq dispatch code with a generic versionGravatar Jonas Gorski 1-74/+56
2014-07-30MIPS: BCM63xx: Move bcm63xx_init_irq downGravatar Jonas Gorski 1-98/+92
2014-07-30MIPS: BCM63xx: Add width to __dispatch_internalGravatar Jonas Gorski 1-3/+3
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT code for bcmcpu_get_idGravatar Jonas Gorski 1-8/+3
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT usage from enet codeGravatar Jonas Gorski 1-4/+0