Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2015-04-09 03:40:21 to 2015-04-21 16:56:12 UTC [more...]

[PATCH v3 00/37] JZ4780 & CI20 support
 2015-04-21 16:56 UTC  (79+ messages)
` [PATCH v3 01/37] devicetree/bindings: add Ingenic Semiconductor vendor prefix
` [PATCH v3 02/37] devicetree/bindings: add Qi Hardware "
` [PATCH v3 03/37] MIPS: JZ4740: introduce CONFIG_MACH_INGENIC
` [PATCH v3 04/37] MIPS: ingenic: add newer vendor IDs
` [PATCH v3 05/37] MIPS: JZ4740: require & include DT
` [PATCH v3 06/37] MIPS: irq_cpu: declare irqchip table entry
` [PATCH v3 07/37] MIPS: JZ4740: probe CPU interrupt controller via DT
` [PATCH v3 08/37] MIPS: JZ4740: use generic plat_irq_dispatch
` [PATCH v3 09/37] MIPS: JZ4740: move arch_init_irq out of arch/mips/jz4740/irq.c
` [PATCH v3 10/37] devicetree: document Ingenic SoC interrupt controller binding
` [PATCH v3 11/37] MIPS: JZ4740: probe interrupt controller via DT
` [PATCH v3 12/37] MIPS: JZ4740: parse SoC interrupt controller parent IRQ from DT
` [PATCH v3 13/37] MIPS: JZ4740: register an irq_domain for the interrupt controller
` [PATCH v3 14/37] MIPS: JZ4740: drop intc debugfs code
` [PATCH v3 15/37] MIPS: JZ4740: remove jz_intc_base global
` [PATCH v3 16/37] MIPS: JZ4740: support >32 interrupts
` [PATCH v3 17/37] MIPS: JZ4740: define IRQ numbers based on number of intc IRQs
` [PATCH v3 18/37] MIPS: JZ4740: read intc base address from DT
` [PATCH v3 19/37] MIPS: JZ4740: avoid JZ4740-specific naming
` [PATCH v3 20/37] MIPS: JZ4740: support newer SoC interrupt controllers
` [PATCH v3 21/37] irqchip: move Ingenic SoC intc driver to drivers/irqchip
` [PATCH v3 22/37] MIPS: JZ4740: call jz4740_clock_init earlier
` [PATCH v3 23/37] MIPS: JZ4740: replace use of jz4740_clock_bdata
` [PATCH v3 24/37] devicetree: add Ingenic CGU binding documentation
` [PATCH v3 25/37] clk: ingenic: add driver for Ingenic SoC CGU clocks
` [PATCH v3 26/37] MIPS,clk: migrate JZ4740 to common clock framework
` [PATCH v3 27/37] MIPS,clk: move jz4740_clock_set_wait_mode to jz4740-cgu
` [PATCH v3 28/37] MIPS,clk: move jz4740 UDC auto suspend functions "
` [PATCH v3 29/37] MIPS,clk: move jz4740 clock suspend,resume "
` [PATCH v3 30/37] clk: ingenic: add JZ4780 CGU support
` [PATCH v3 31/37] MIPS: JZ4740: remove clock.h
` [PATCH v3 32/37] MIPS: JZ4740: only detect RAM size if not specified in DT
` [PATCH v3 33/37] devicetree: document Ingenic SoC UART binding
` [PATCH v3 34/37] serial: 8250_ingenic: support for Ingenic SoC UARTs
` [PATCH v3 35/37] MIPS: JZ4740: use Ingenic SoC UART driver
` [PATCH v3 36/37] MIPS: ingenic: initial JZ4780 support
` [PATCH v3 37/37] MIPS: ingenic: initial MIPS Creator CI20 support

mips build failures due to commit 8dd928915a73 (mips: fix up obsolete cpu function usage)
 2015-04-21 15:41 UTC  (8+ messages)

[PATH] MIPS: ath79: Add OF support and DTS for TL-WR1043ND
 2015-04-21 14:26 UTC  (25+ messages)
` [PATCH 01/14] devicetree: Add bindings for the SoC of the ATH79 familly
` [PATCH 02/14] MIPS: ath79: Add basic device tree support
` [PATCH 03/14] devicetree: Add bindings for the ATH79 DDR controllers
` [PATCH 04/14] devicetree: Add bindings for the ATH79 interrupt controllers
` [PATCH 05/14] devicetree: Add bindings for the ATH79 MISC "
` [PATCH 06/14] MIPS: ath79: Add OF support to the IRQ controllers
` [PATCH 07/14] devicetree: Add bindings for the ATH79 PLL controllers
` [PATCH 08/14] MIPS: ath79: Use the common clk API
` [PATCH 09/14] MIPS: ath79: Add OF support to the clocks
` [PATCH 10/14] devicetree: Add bindings for the ATH79 GPIO controllers
` [PATCH 11/14] MIPS: ath79: Add OF support to the GPIO driver
` [PATCH 12/14] MIPS: Add a basic dtsi for the AR9132
  ` [PATCH 13/14] of: Add vendor prefix for TP-Link Technologies Co. Ltd
  ` [PATCH 14/14] MIPS: Add basic support for the TL-WR1043ND version 1

[PATCH V2] MIPS: Loongson: Naming style cleanup and rework
 2015-04-21  9:38 UTC  (3+ messages)

[RFC PATCH] MIPS: Loongson: Naming style cleanup and rework
 2015-04-21  1:29 UTC  (3+ messages)

[PATCH RFC v2 68/70] MIPS: kernel: elf: Improve the overall ABI and FPU mode checks
 2015-04-20 11:55 UTC  (5+ messages)
` [PATCH] MIPS: asm: elf: Set O32 default FPU flags

[PATCH] MIPS: asm: spinlock: Adjust arch_spin_lock back-off time
 2015-04-20  9:54 UTC  (2+ messages)

[PATCH]: MIPS: IP32: Fix two build errors in reset code introduced in DS1685 platform hook patch
 2015-04-20  1:45 UTC 

[PATCH 1/2] clk: change clk_ops' ->round_rate() prototype
 2015-04-19 15:30 UTC  (4+ messages)
` [PATCH 2/2] clk: change clk_ops' ->determine_rate() prototype

[PATCH v2 00/12] MIPS: ath79: Add OF support and DTS for TL-WR1043ND
 2015-04-19 15:27 UTC  (16+ messages)
` [PATCH v2 01/12] devicetree: Add bindings for the SoC of the ATH79 familly
` [PATCH v2 02/12] MIPS: ath79: Add basic device tree support
` [PATCH v2 03/12] devicetree: Add bindings for the ATH79 DDR controllers
` [PATCH v2 04/12] devicetree: Add bindings for the ATH79 interrupt controllers
` [PATCH v2 05/12] devicetree: Add bindings for the ATH79 MISC "
` [PATCH v2 06/12] MIPS: ath79: Add OF support to the IRQ controllers
` [PATCH v2 07/12] devicetree: Add bindings for the ATH79 PLL controllers
` [PATCH v2 08/12] MIPS: ath79: Add OF support to the clocks
` [PATCH v2 09/12] devicetree: Add bindings for the ATH79 GPIO controllers
` [PATCH v2 10/12] MIPS: ath79: Add OF support to the GPIO driver
` [PATCH v2 11/12] of: Add vendor prefix for TP-Link Technologies Co. Ltd
` [PATCH v2 12/12] MIPS: Add basic support for the TL-WR1043ND version 1

[PATCH v2 0/5] MIPS: ath79: Various small fix to prepare OF support
 2015-04-19 12:30 UTC  (6+ messages)
` [PATCH v2 1/5] MIPS: ath79: Enable ZBOOT support
` [PATCH v2 2/5] MIPS: ath79: Add a missing new line in log message
` [PATCH v2 3/5] MIPS: ath79: Correctly name the defines for the PLL_FB register
` [PATCH v2 4/5] MIPS: ath79: Improve the DDR controller interface
` [PATCH v2 5/5] MIPS: ath79: Use the common clk API

[PATH] MIPS: ath79: Various small fix to prepare OF support
 2015-04-19 11:20 UTC  (8+ messages)
` [PATCH 1/5] MIPS: ath79: Enable ZBOOT support
` [PATCH 2/5] MIPS: ath79: Add a missing new line in log message
` [PATCH 3/5] MIPS: ath79: Correctly name the defines for the PLL_FB register
` [PATCH 4/5] MIPS: ath79: Fix the PCI memory size and offset of window 7
` [PATCH 5/5] MIPS: ath79: Improve the DDR controller interface

[PATCH v7] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-04-18 12:58 UTC  (2+ messages)

[PATCH 0/2] MIPS: Add Pistachio Fast Debug Channel support
 2015-04-18  7:24 UTC  (9+ messages)
` [PATCH 1/2] MIPS: Malta: Make GIC FDC IRQ workaround Malta specific
` [PATCH 2/2] MIPS: Pistachio: Support CDMM & Fast Debug Channel

[PATCH RFC v3 0/4] MIPS: add vmlinu{x,z}.bin appended dtb support
 2015-04-18  3:09 UTC  (6+ messages)
` [PATCH RFC v3 1/4] MIPS: add support for vmlinux.bin appended dtb
` [PATCH RFC v3 2/4] MIPS: add support for vmlinuz.bin "
` [PATCH RFC v3 3/4] MIPS: BMIPS: build all dtbs if no builtin dtb
` [PATCH RFC v3 4/4] MIPS: BMIPS: accept UHI interface for passing a dtb

[PATCH V3 0/2] pinctrl: Support for IMG Pistachio
 2015-04-17 16:39 UTC  (5+ messages)
` [PATCH V3 2/2] pinctrl: Add Pistachio SoC pin control driver

[PATCH] MIPS: asm: asmmacro: Ensure 64-bit FP registers are used with MSA
 2015-04-16 10:05 UTC  (2+ messages)

[RFC PATCH] bgmac: Fix build error seen if BCM47XX is not configured
 2015-04-15 21:18 UTC  (3+ messages)

[PATCH] MIPS: Fix highmem crash in __update_cache
 2015-04-15 13:10 UTC 

[PATCH] MIPS: Fix HIGHMEM crash in __update_cache()
 2015-04-14  7:30 UTC  (5+ messages)

[PATCH RFC v2] MIPS: add support for vmlinux.bin appended DTB
 2015-04-10 18:17 UTC  (3+ messages)

[PATCH v6] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-04-10 15:45 UTC  (6+ messages)

[PATCH] mips: Fix build if PERF_EVENTS is configured
 2015-04-10 14:05 UTC  (4+ messages)

[PATCH 0/2] New fix for icache coherency race
 2015-04-09 10:54 UTC  (3+ messages)

[PATCH 3.4 016/176] MIPS: Loongson: Make platform serial setup always built-in
 2015-04-09  8:46 UTC  (4+ messages)
` [PATCH 3.4 137/176] MIPS: IRQ: Fix disable_irq on CPU IRQs
` [PATCH 3.4 142/176] MIPS: Fix kernel lockup or crash after CPU offline/online
` [PATCH 3.4 145/176] MIPS: Fix C0_Pagegrain[IEC] support


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