Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2017-06-18 05:38:56 to 2017-06-23 22:15:45 UTC [more...]

[PATCH v5 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-23 22:15 UTC  (20+ messages)
` [PATCH v5 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v5 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v5 03/16] mtd: spi-falcon: "
` [PATCH v5 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v5 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v5 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v5 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v5 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v5 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v5 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v5 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v5 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v5 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v5 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v5 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v5 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry
 2017-06-23 22:08 UTC  (8+ messages)

[PATCH] MIPS: perf: fix build failure
 2017-06-23 21:52 UTC 

clock_gettime() may return timestamps out of order
 2017-06-23 21:33 UTC  (3+ messages)

[PATCH 0/5] Broadcom STB S2/S3/S5 support for ARM and MIPS
 2017-06-23 20:08 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: Update Broadcom STB binding
` [PATCH 4/5] dt-bindings: Document MIPS Broadcom STB power management nodes

[PATCH V7 0/9] MIPS: Loongson: feature and performance improvements
 2017-06-23 17:11 UTC  (15+ messages)
` [PATCH V7 1/9] MIPS: Loongson: Add Loongson-3A R3 basic support
` [PATCH V7 2/9] MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
` [PATCH V7 3/9] MIPS: Loongson: Add NMI handler support
` [PATCH V7 4/9] MIPS: Loongson-3: Support 4 packages in CPU Hwmon driver
` [PATCH V7 5/9] MIPS: Loongson-3: IRQ balancing for PCI devices
` [PATCH V7 6/9] MIPS: Loongson-3: support irq_set_affinity() in i8259 chip
` [PATCH V7 7/9] MIPS: Loogson: Make enum loongson_cpu_type more clear
` [PATCH V7 8/9] MIPS: Add __cpu_full_name[] to make CPU names more human-readable
` [PATCH V7 9/9] MIPS: Loongson: Introduce and use LOONGSON_LLSC_WAR

[RFC] MIPS: OCTEON: Spurious code in 'arch/mips/cavium-octeon/octeon-usb.c'
 2017-06-23 16:13 UTC 

[PATCH 1/1] futex: remove duplicated code and fix UB
 2017-06-23  7:51 UTC  (3+ messages)

[PATCH 13/23] clocksource/drivers: Rename clocksource_probe to timer_probe
 2017-06-23  3:56 UTC  (2+ messages)

[PATCH] kernel/extable.c: mark core_kernel_text notrace
 2017-06-22 22:16 UTC  (7+ messages)

clean up and modularize arch dma_mapping interface V2
 2017-06-22 21:53 UTC  (19+ messages)
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE
` [PATCH 42/44] powerpc/cell: use the dma_supported method for ops switching
` new dma-mapping tree, was Re: clean up and modularize arch dma_mapping interface V2

[PATCH v5 0/4] MIPS Boston support
 2017-06-22 21:36 UTC  (10+ messages)
` [PATCH v5 1/4] dt-bindings: Document img,boston-clock binding
` [PATCH v5 2/4] clk: boston: Add a driver for MIPS Boston board clocks

[PATCH] MIPS: Fix a long-standing mistake in mips_atomic_set()
 2017-06-22 12:50 UTC  (4+ messages)

[PATCH 01/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider
 2017-06-22  7:21 UTC  (21+ messages)
` [PATCH v2 01/17] clk: ingenic: Use const pointer to clk_ops in struct
  ` [PATCH v2 02/17] clk: ingenic: Fix recalc_rate for clocks with fixed divider
  ` [PATCH v2 03/17] clk: ingenic: support PLLs with no bypass bit
  ` [PATCH v2 04/17] clk: ingenic: Add code to enable/disable PLLs
  ` [PATCH v2 05/17] clk: Add Ingenic jz4770 CGU driver
  ` [PATCH v2 06/17] serial: core: Make uart_parse_options take const char* argument
  ` [PATCH v2 07/17] serial: 8250_ingenic: Add support for the JZ4770 SoC
  ` [PATCH v2 08/17] serial: 8250_ingenic: Parse earlycon options
  ` [PATCH v2 09/17] MIPS: Setup boot_command_line before plat_mem_setup
  ` [PATCH v2 10/17] MIPS: ingenic: Use common cmdline handling code
  ` [PATCH v2 11/17] MIPS: platform: add machtype IDs for more Ingenic SoCs
  ` [PATCH v2 12/17] MIPS: ingenic: Add machine info for supported boards
  ` [PATCH v2 13/17] MIPS: ingenic: Initial JZ4770 support
  ` [PATCH v2 14/17] MIPS: JZ4770: Work around config2 misreporting associativity
  ` [PATCH v2 15/17] MIPS: JZ4770: Workaround for corrupted DMA transfers
  ` [PATCH v2 16/17] devicetree/bindings: Add GCW vendor prefix
  ` [PATCH v2 17/17] MIPS: ingenic: Initial GCW Zero support

[PATCH v8 0/9] MIPS: Loongson: Add the Loongson-1A processor support
 2017-06-21 17:49 UTC  (11+ messages)
` [PATCH v8 1/9] MIPS: Loongson: Merge PRID macro for Loongson-1A/1B/1C
` [PATCH v8 2/9] MIPS: Loongson: Expand Loongson-1's register definition
` [PATCH v8 3/9] MIPS: Loongson: Add basic Loongson-1A CPU support
` [PATCH v8 4/9] MIPS: Loongson: Add Loongson-1A Kconfig options
` [PATCH v8 5/9] MIPS: Loongson: Add platform devices for Loongson-1A
` [PATCH v8 6/9] MIPS: Loongson: Add Loongson-1A board support
` [PATCH v8 7/9] clk: Loongson: A descriptive spinlock name for Loongson1's clk driver
` [PATCH v8 8/9] clk: Loongson: Add Loongson-1A clock support
` [PATCH v8 9/9] MIPS: Loongson: Add Loongson-1A default config file

[PATCH] Partially revert "MIPS: Remove old core dump functions"
 2017-06-21  6:52 UTC  (3+ messages)

[PATCH v4 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-20 22:20 UTC  (23+ messages)
` [PATCH v4 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v4 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v4 03/16] mtd: spi-falcon: "
` [PATCH v4 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v4 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v4 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v4 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v4 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v4 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v4 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v4 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v4 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v4 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v4 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v4 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v4 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH v7 0/8] MIPS: Loongson: Add the Loongson-1A processor support
 2017-06-20 20:44 UTC  (5+ messages)
` [PATCH v7 7/8] clk: Loongson: Add Loongson-1A clock support

[PATCH v2] KVM: MIPS: Fix maybe-uninitialized build failure
 2017-06-20 15:07 UTC  (4+ messages)

clean up and modularize arch dma_mapping interface
 2017-06-20 13:17 UTC  (3+ messages)

[PATCH 00/10] MIPS: Add virtual Ranchu board as a generic-based board
 2017-06-20 11:48 UTC  (13+ messages)
` [PATCH 01/10] Documentation: Add device tree binding for Goldfish RTC driver
` [PATCH 02/10] MIPS: ranchu: Add "
` [PATCH 03/10] Documentation: Add device tree binding for Goldfish PIC driver
` [PATCH 04/10] MIPS: ranchu: Add "
` [PATCH 05/10] MIPS: ranchu: Add Ranchu as a new generic-based board
` [PATCH 06/10] Documentation: Add device tree binding for Goldfish FB driver
` [PATCH 07/10] video: goldfishfb: Add driver support for device tree bindings
` [PATCH 08/10] MIPS: Introduce check_legacy_ioport() interface
` [PATCH 09/10] MIPS: i8042: Probe this device only if it exists
` [PATCH 10/10] MIPS: generic: Add optional support for Android kernel

[PATCH 0/8] MIPS: Miscellaneous fixes related to Android Mips emulator
 2017-06-20  8:04 UTC  (11+ messages)
` [PATCH 1/8] MIPS: cmdline: Add support for 'memmap' parameter
` [PATCH 2/8] MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6
` [PATCH 3/8] MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6
` [PATCH 4/8] MIPS: unaligned: Add DSP lwx & lhx missaligned access support
` [PATCH 5/8] MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separately
` [PATCH 6/8] input: goldfish: Fix multitouch event handling
` [PATCH 7/8] tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms
` [PATCH 8/8] tty: goldfish: Implement support for kernel 'earlycon' parameter

Free MIPS hardware....you pay shipping
 2017-06-20  7:07 UTC  (2+ messages)

[PATCH v5 0/4] PCI: xilinx: Fixes, optimisation & MIPS support
 2017-06-20  2:30 UTC  (10+ messages)
` [PATCH v5 1/4] PCI: xilinx: Create legacy IRQ domain with size 5

[PATCH] KVM: MIPS: Fix maybe-uninitialized build failure
 2017-06-19 21:20 UTC  (2+ messages)

[PATCH 3.10 256/268] MIPS: Fix crash registers on non-crashing CPUs
 2017-06-19 18:32 UTC 

[PATCH 0/4] MIPS: Fix several VDSO-related issues
 2017-06-19 15:49 UTC  (5+ messages)
` [PATCH 1/4] MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()
` [PATCH 2/4] MIPS: VDSO: Add implementation of clock_gettime() fallback
` [PATCH 3/4] MIPS: VDSO: Add implementation of gettimeofday() fallback
` [PATCH 4/4] MIPS: VDSO: Fix a mismatch between comment and preprocessor constant

[PATCH 4.4 28/30] MIPS: Fix bnezc/jialc return address calculation
 2017-06-19 15:21 UTC 

[PATCH 4.9 55/60] MIPS: Fix bnezc/jialc return address calculation
 2017-06-19 15:17 UTC  (2+ messages)
` [PATCH 4.9 56/60] MIPS: .its targets depend on vmlinux

[PATCH 4.11 73/78] MIPS: Fix bnezc/jialc return address calculation
 2017-06-19 15:16 UTC  (2+ messages)
` [PATCH 4.11 74/78] MIPS: .its targets depend on vmlinux

[PATCH RFC 2/3] samples/bpf: Add define __EMITTING_BPF__ when building BPF
 2017-06-19 14:37 UTC  (2+ messages)

[PATCH 2/5] soc: bcm: brcmstb: Add Kconfig entry point for power management
 2017-06-18  5:38 UTC  (3+ messages)


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