Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2015-11-22 15:50:13 to 2015-11-30 16:24:02 UTC [more...]

[PATCH 00/28] MIPS Boston board support
 2015-11-30 16:21 UTC  (16+ messages)
` [PATCH 01/28] serial: earlycon: allow MEM32 I/O for DT earlycon
` [PATCH 02/28] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs
` [PATCH 03/28] auxdisplay: driver for simple memory mapped ASCII LCD displays
` [PATCH 04/28] MIPS: PCI: compatibility with ARM-like PCI host drivers
` [PATCH 05/28] PCI: xilinx: keep references to both IRQ domains
` [PATCH 06/28] PCI: xilinx: unify INTx & MSI interrupt FIFO decode
` [PATCH 07/28] PCI: xilinx: always clear interrupt decode register

[PATCH 0/9] i2c: brcmstb: add support for BMIPS_GENERIC
 2015-11-30 15:41 UTC  (8+ messages)
` [PATCH 3/9] i2c: brcmstb: add missing parenthesis
` [PATCH 4/9] i2c: brcmstb: enable ACK condition
` [PATCH 5/9] i2c: brcmstb: fix start and stop conditions

[PATCH] MIPS: Cleanup the unused __arch_local_irq_restore() function
 2015-11-30 15:22 UTC  (2+ messages)

[PATCH v2 0/5] Cleaning printk stuff in NMI context
 2015-11-30 14:25 UTC  (13+ messages)
` [PATCH v2 1/5] printk/nmi: Generic solution for safe printk in NMI
` [PATCH v2 2/5] printk/nmi: Use IRQ work only when ready
` [PATCH v2 3/5] printk/nmi: Try hard to print Oops message in NMI context
` [PATCH v2 4/5] printk/nmi: Warn when some message has been lost "
` [PATCH v2 5/5] printk/nmi: Increase the size of the temporary buffer

[PATCH v2 00/19] Implement generic IPI support mechanism
 2015-11-30 13:57 UTC  (55+ messages)
` [PATCH v2 01/19] genirq: Add new IRQ_DOMAIN_FLAGS_IPI
` [PATCH v2 02/19] genirq: Add DOMAIN_BUS_IPI
` [PATCH v2 03/19] genirq: Add GENERIC_IRQ_IPI Kconfig symbol
` [PATCH v2 04/19] genirq: Add new struct ipi_mask and helper functions
` [PATCH v2 05/19] genirq: Add struct ipi_mask to irq_data
` [PATCH v2 06/19] genirq: Add struct ipi_mapping and its helper functions
` [PATCH v2 07/19] genirq: Make irq_domain_alloc_descs() non static
` [PATCH v2 08/19] genirq: Add a new generic IPI reservation code to irq core
` [PATCH v2 09/19] genirq: Add a new function to get IPI reverse mapping
` [PATCH v2 10/19] genirq: Add a new irq_send_ipi() to irq_chip
` [PATCH v2 11/19] genirq: Implement ipi_send_{mask, single}()
` [PATCH v2 12/19] irqchip/mips-gic: Add a IPI hierarchy domain
` [PATCH v2 13/19] irqchip/mips-gic: Add device "
` [PATCH v2 14/19] irqchip/mips-gic: Use gic_vpes instead of NR_CPUS
` [PATCH v2 15/19] irqchip/mips-gic: Clear percpu_masks correctly when mapping
` [PATCH v2 16/19] MIPS: Add generic SMP IPI support
` [PATCH v2 17/19] MIPS: Make smp CMP, CPS and MT use the new generic IPI functions
` [PATCH v2 18/19] MIPS: Delete smp-gic.c
` [PATCH v2 19/19] irqchip/mips-gic: Add new DT property to reserve IPIs

[PATCH 00/14] Initial Microchip PIC32MZDA Support
 2015-11-30 13:41 UTC  (43+ messages)
` [PATCH 01/14] DEVICETREE: Add bindings for PIC32 interrupt controller
` [PATCH 02/14] irqchip: irq-pic32-evic: Add support "
` [PATCH 03/14] DEVICETREE: Add PIC32 clock binding documentation
` [PATCH 05/14] DEVICETREE: Add bindings for PIC32/MZDA platforms
` [PATCH 06/14] MIPS: Add support for PIC32MZDA platform
` [PATCH 07/14] DEVICETREE: Add bindings for PIC32 pin control and GPIO
` [PATCH 08/14] pinctrl: Add PIC32 pin control driver
` [PATCH 09/14] DEVICETREE: Add bindings for PIC32 usart driver
` [PATCH 11/14] mmc: sdhci-pic32: Add PIC32 SDHC host controller driver
` [PATCH 12/14] DEVICETREE: Add bindings for PIC32 SDHC host controller

[PATCH v3 1/5] pinctrl/lantiq: updating devicetree binding description
 2015-11-30 12:21 UTC  (15+ messages)
` [PATCH v3 2/5] pinctrl/lantiq: introduce new dedicated devicetree bindings
` [PATCH v3 3/5] pinctrl/lantiq: update devicetree binding in dts file
` [PATCH v3 4/5] pinctrl/lantiq: Fix GPIO Setup of GPIO Port3
` [PATCH v3 5/5] pinctrl/lantiq: Implement gpio_chip.to_irq

[PATCH 1/4] clocksource: Add brcm,bcm6345-timer device tree binding
 2015-11-28 12:26 UTC  (49+ messages)
` [PATCH 3/4] watchdog: Add brcm,bcm6345-wdt "
` [PATCH 4/4] MIPS: bmips: Convert bcm63xx_wdt to use WATCHDOG_CORE
        ` [PATCH 4/10] (Was: [PATCH 4/4]) "
          ` [PATCH 4/10] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer
            ` [PATCH (v2) "
          ` [PATCH 5/10] watchdog: bcm63xx_wdt: Use WATCHDOG_CORE
              ` [PATCH (v3) 5/11] "
          ` [PATCH 6/10] watchdog: bcm63xx_wdt: Obtain watchdog clock HZ from "periph" clk
            ` [PATCH (v2) "
                ` [PATCH (v3) 6/11] "
          ` [PATCH 7/10] watchdog: bcm63xx_wdt: Add get_timeleft function
            ` [PATCH (v2) "
                  ` [PATCH (v3) 7/11] "
                    ` [PATCH (v4) "
                      ` [PATCH (v4) 8/11] watchdog: bcm63xx_wdt: Warn if the watchdog is currently running
          ` [PATCH 9/10] watchdog: bcm63xx_wdt: Use bcm63xx_timer interrupt directly
            ` [PATCH (v2) 10/11] "
          ` [PATCH 10/10] watchdog: bcm63xx_wdt: Use brcm,bcm6345-wdt device tree binding
            ` [PATCH (v2) 11/11] "
  ` [PATCH (v2) 1/10] clocksource: Add brcm,bcm6345-timer "
    ` [PATCH (v2) 2/10] MIPS: bmips: Add bcm6345-l2-timer interrupt controller
      ` [PATCH (v3) "
          ` [PATCH (v4) 2/11] "
              ` [PATCH (v5) 3/11] "

[RFC] MIPS ABI Extension for IEEE Std 754 Non-Compliant Interlinking
 2015-11-27 18:03 UTC  (8+ messages)

[linux-review:Petr-Mladek/Cleaning-printk-stuff-in-NMI-context/20151127-191620] bafdcb831ce105cb7ff2b9e11acfcf3764da11b9 BUILD DONE
 2015-11-27 12:33 UTC  (2+ messages)

no-op delay loops
 2015-11-27 11:20 UTC  (5+ messages)

[PATCH v2 1/4] pinctrl/lantiq: updating devicetree binding description
 2015-11-26  7:47 UTC  (15+ messages)
` [PATCH v2 2/4] pinctrl/lantiq: introduce new dedicated devicetree bindings
` [PATCH v2 3/4] pinctrl/lantiq: update devicetree binding in dts file
` [PATCH v2 4/4] pinctrl/lantiq: fix up pinmux

[PATCH 0/(8+2)] MIPS: IEEE Std 754-2008 features
 2015-11-25 17:43 UTC  (4+ messages)
` [PATCH 6/8] MIPS: ELF: Interpret the NAN2008 file header flag

[PATCH v4] mmc: OCTEON: Add host driver for OCTEON MMC controller
 2015-11-24 18:13 UTC  (6+ messages)

[PATCH 00/14] Implement generic IPI support mechanism
 2015-11-23 16:55 UTC  (9+ messages)
` [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domain
          ` [PATCH 10/14] irqchip/mips-gic: Add a IPI hierarchy domaind

[PATCH 1/4] pinctrl/lantiq: update devicetree bindings Documentation
 2015-11-23 11:00 UTC  (6+ messages)
` [PATCH 2/4] pinctrl/lantiq: introduce new dedicated devicetree bindings

MIPS: Pull request
 2015-11-22 15:50 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox