summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * MIPS: BCM63XX: Use pr_* instead of printkGregory Fong2015-11-116-20/+20
* | spi/bcm63xx: move register definitions into the driverJonas Gorski2015-10-231-28/+6
* | spi/bcm63xx: move message control word description to register offsetsJonas Gorski2015-10-121-18/+2
|/
* MIPS: bcm63xx: Use irq_set_handler_locked()Thomas Gleixner2015-08-261-2/+2
* MIPS: irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-08-261-1/+1
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
|\
| * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
* | MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices().Nicolas Schichan2015-03-252-4/+4
|/
* MIPS: Remove useless parenthesesRalf Baechle2014-11-241-1/+1
* MIPS: BCM63xx: delete double assignmentJulia Lawall2014-08-261-2/+2
* MIPS: BCM63xx: Allow setting affinity for IPICJonas Gorski2014-07-301-6/+40
* MIPS: BCM63xx: Use irq_desc as argument for (un)maskJonas Gorski2014-07-301-8/+10
* MIPS: BCM63xx: Wire up the second cpu's irq lineJonas Gorski2014-07-301-7/+37
* MIPS: BCM63xx: Protect irq register accessesJonas Gorski2014-07-301-0/+26
* MIPS: BCM63xx: Add cpu argument to dispatch internalJonas Gorski2014-07-301-8/+10
* MIPS: BCM63xx: Populate irq_{stat,mask}_addr for second cpuJonas Gorski2014-07-301-0/+18
* MIPS: BCM63xx: Append irq line to irq_{stat,mask}*Jonas Gorski2014-07-301-25/+26
* MIPS: BCM63xx: Replace irq dispatch code with a generic versionJonas Gorski2014-07-301-74/+56
* MIPS: BCM63xx: Move bcm63xx_init_irq downJonas Gorski2014-07-301-98/+92
* MIPS: BCM63xx: Add width to __dispatch_internalJonas Gorski2014-07-301-3/+3
* MIPS: BCM63xx: Remove !RUNTIME_DETECT code for bcmcpu_get_idJonas Gorski2014-07-301-8/+3
* MIPS: BCM63xx: Remove !RUNTIME_DETECT usage from enet codeJonas Gorski2014-07-301-4/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from spi codeJonas Gorski2014-07-301-4/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT code from gpio codeJonas Gorski2014-07-301-14/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from reset codeJonas Gorski2014-07-301-60/+0
* MIPS: BCM63xx: Remove !RUNTIME_DETECT from irq setup codeJonas Gorski2014-07-301-109/+0
* MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin2014-03-311-2/+1
* mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* MIPS: bcm63xx: cpu: Replace BUG() with panic()Markos Chandras2014-01-241-2/+4
* MIPS: BCM63XX: use linux/serial_bcm63xx.hFlorian Fainelli2014-01-231-1/+1
* MIPS: BCM63XX: let the individual SoCs select the appropriate CPUsJonas Gorski2014-01-221-0/+8
* MIPS: BCM63XX: always register bmips smp opsJonas Gorski2014-01-221-4/+2
OpenPOWER on IntegriCloud