Age | Commit message (Expand) | Author | Files | Lines |
2019-01-05 | Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -80/+4 |
2018-12-31 | MIPS: BCM63XX: drop unused and broken DSP platform device | Jonas Gorski | 3 | -79/+3 |
2018-12-23 | MIPS: BCM63XX: fix switch core reset on BCM6368 | Jonas Gorski | 1 | -1/+1 |
2018-11-23 | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 1 | -7/+7 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 2 | -2/+2 |
2018-07-17 | mips: unify prom_putchar() declarations | Alexander Sverdlin | 1 | -0/+1 |
2018-02-02 | MIPS: BCM63XX: kconfig: Remove blank help text | Ulf Magnusson | 1 | -1/+0 |
2017-12-19 | bcm63xx_enet: use platform data for dma channel numbers | Jonas Gorski | 1 | -0/+8 |
2017-11-15 | Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan... | Linus Torvalds | 1 | -47/+195 |
2017-11-07 | MIPS: BCM63XX: split out swpkt_sar/usb clocks | Jonas Gorski | 1 | -10/+51 |
2017-11-07 | MIPS: BCM63XX: provide enet clocks as "enet" to the ethernet devices | Jonas Gorski | 1 | -0/+8 |
2017-11-07 | MIPS: BCM63XX: move the HSSPI PLL HZ into its own clock | Jonas Gorski | 1 | -2/+8 |
2017-11-07 | MIPS: BCM63XX: provide periph clock as refclk for uart | Jonas Gorski | 1 | -0/+13 |
2017-11-07 | MIPS: BCM63XX: add clkdev lookup support | Jonas Gorski | 1 | -35/+115 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
2017-09-06 | MIPS: BCM63XX: allow NULL clock for clk_get_rate | Jonas Gorski | 1 | -0/+3 |
2017-02-14 | MIPS: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 7 | -7/+10 |
2016-10-04 | MIPS: BCM63xx: Let clk_disable() return immediately if clk is NULL | Masahiro Yamada | 1 | -0/+3 |
2016-03-09 | Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu... | Linus Walleij | 1 | -0/+11 |
2016-02-19 | MIPS: bcm63xx: switch to gpiochip_add_data() | Linus Walleij | 1 | -2/+2 |
2016-01-27 | Revert "MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() func... | Ralf Baechle | 1 | -0/+11 |
2016-01-24 | MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function | Simon Arlott | 1 | -11/+0 |
2016-01-24 | MIPS: bcm63xx: nvram: Use nvram structure definition from header file | Simon Arlott | 1 | -32/+3 |
2015-11-15 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 6 | -20/+20 |
2015-11-11 | MIPS: BCM63XX: Use pr_* instead of printk | Gregory Fong | 6 | -20/+20 |
2015-10-22 | spi/bcm63xx: move register definitions into the driver | Jonas Gorski | 1 | -28/+6 |
2015-10-12 | spi/bcm63xx: move message control word description to register offsets | Jonas Gorski | 1 | -18/+2 |
2015-08-26 | MIPS: bcm63xx: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -2/+2 |
2015-08-26 | MIPS: irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 1 | -1/+1 |
2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2015-03-25 | MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices(). | Nicolas Schichan | 2 | -4/+4 |
2015-03-05 | mips: fix up obsolete cpu function usage. | Rusty Russell | 1 | -2/+2 |
2014-11-24 | MIPS: Remove useless parentheses | Ralf Baechle | 1 | -1/+1 |
2014-08-26 | MIPS: BCM63xx: delete double assignment | Julia Lawall | 1 | -2/+2 |
2014-07-30 | MIPS: BCM63xx: Allow setting affinity for IPIC | Jonas Gorski | 1 | -6/+40 |
2014-07-30 | MIPS: BCM63xx: Use irq_desc as argument for (un)mask | Jonas Gorski | 1 | -8/+10 |
2014-07-30 | MIPS: BCM63xx: Wire up the second cpu's irq line | Jonas Gorski | 1 | -7/+37 |
2014-07-30 | MIPS: BCM63xx: Protect irq register accesses | Jonas Gorski | 1 | -0/+26 |
2014-07-30 | MIPS: BCM63xx: Add cpu argument to dispatch internal | Jonas Gorski | 1 | -8/+10 |
2014-07-30 | MIPS: BCM63xx: Populate irq_{stat,mask}_addr for second cpu | Jonas Gorski | 1 | -0/+18 |
2014-07-30 | MIPS: BCM63xx: Append irq line to irq_{stat,mask}* | Jonas Gorski | 1 | -25/+26 |
2014-07-30 | MIPS: BCM63xx: Replace irq dispatch code with a generic version | Jonas Gorski | 1 | -74/+56 |
2014-07-30 | MIPS: BCM63xx: Move bcm63xx_init_irq down | Jonas Gorski | 1 | -98/+92 |
2014-07-30 | MIPS: BCM63xx: Add width to __dispatch_internal | Jonas Gorski | 1 | -3/+3 |
2014-07-30 | MIPS: BCM63xx: Remove !RUNTIME_DETECT code for bcmcpu_get_id | Jonas Gorski | 1 | -8/+3 |
2014-07-30 | MIPS: BCM63xx: Remove !RUNTIME_DETECT usage from enet code | Jonas Gorski | 1 | -4/+0 |
2014-07-30 | MIPS: BCM63xx: Remove !RUNTIME_DETECT from spi code | Jonas Gorski | 1 | -4/+0 |
2014-07-30 | MIPS: BCM63xx: Remove !RUNTIME_DETECT code from gpio code | Jonas Gorski | 1 | -14/+0 |
2014-07-30 | MIPS: BCM63xx: Remove !RUNTIME_DETECT from reset code | Jonas Gorski | 1 | -60/+0 |
2014-07-30 | MIPS: BCM63xx: Remove !RUNTIME_DETECT from irq setup code | Jonas Gorski | 1 | -109/+0 |