Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2013-04-12 08:30:15 to 2013-04-22 10:57:40 UTC [more...]

[PATCH V2 1/6] DT: add vendor prefixes for Ralink
 2013-04-18 12:50 UTC  (10+ messages)
` [PATCH V2 2/6] DT: add documentation for the Ralink MIPS SoCs
` [PATCH V2 3/6] DT: MIPS: ralink: clean up RT3050 dtsi and dts file
` [PATCH V2 4/6] DT: MIPS: ralink: add RT2880 dts files
` [PATCH V2 5/6] DT: MIPS: ralink: add RT3883 "
` [PATCH V2 6/6] DT: MIPS: ralink: add MT7620A "

[PATCH v7 0/3] of/pci: Provide common support for PCI DT parsing
 2013-04-22 10:57 UTC  (45+ messages)
` [PATCH v7 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC
` [PATCH v7 2/3] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH v7 3/3] of/pci: mips: convert to common of_pci_range_parser

[PATCH v8 0/3] of/pci: Provide common support for PCI DT parsing
 2013-04-22 10:41 UTC  (4+ messages)
` [PATCH v8 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC
` [PATCH v8 2/3] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH v8 3/3] of/pci: mips: convert to common of_pci_range_parser

[RFC] MIPS: ath79: make use of the new memory detection code
 2013-04-19 19:22 UTC  (2+ messages)

[PATCH] MIPS: pci: fix build errors in pci_load_of_ranges
 2013-04-19  7:39 UTC 

[PATCH] mips: Fix invalid interrupt name in cavium-octeon
 2013-04-18 22:50 UTC 

hard lockup problem
 2013-04-18 16:30 UTC  (5+ messages)

[ADMIN] Mailing list archives
 2013-04-17 11:01 UTC  (2+ messages)

[PATCH 03/28] proc: Split kcore bits from linux/procfs.h into linux/kcore.h [RFC]
 2013-04-17  9:13 UTC  (5+ messages)

[PATCH V2] tty: serial: ralink: fix SERIAL_8250_RT288X dependency
 2013-04-16 16:11 UTC  (3+ messages)

[PATCH V4 01/14] MIPS: ralink: add PCI IRQ handling
 2013-04-16  8:28 UTC  (14+ messages)
` [PATCH V4 02/14] MIPS: ralink: add RT3352 register defines
` [PATCH V4 03/14] MIPS: ralink: fix RT305x clock setup
` [PATCH V4 04/14] MIPS: ralink: add missing comment in irq driver
` [PATCH V4 05/14] MIPS: ralink: add RT5350 sdram register defines
` [PATCH V4 06/14] MIPS: ralink: make early_printk work on RT2880
` [PATCH V4 07/14] MIPS: ralink: rename gpio_pinmux to rt_gpio_pinmux
` [PATCH V4 08/14] MIPS: ralink: make the RT305x pinmuxing structure static
` [PATCH V4 09/14] MIPS: ralink: add pci group to struct ralink_pinmux
` [PATCH V4 10/14] MIPS: ralink: add uart mask "
` [PATCH V4 11/14] MIPS: ralink: adds support for RT2880 SoC family
` [PATCH V4 12/14] MIPS: ralink: adds support for RT3883 "
` [PATCH V4 13/14] MIPS: ralink: adds support for MT7620 "
` [PATCH V4 14/14] MIPS: ralink: add cpu-feature-overrides.h

[PATCH V2 1/7] MIPS: add detect_memory_region()
 2013-04-16  8:49 UTC  (7+ messages)
` [PATCH V2 2/7] MIPS: ralink: add memory definition to struct ralink_soc_info
` [PATCH V2 3/7] MIPS: ralink: add memory definition for RT305x
` [PATCH V2 4/7] MIPS: ralink: add memory definition for RT2880
` [PATCH V2 5/7] MIPS: ralink: add memory definition for RT3883
` [PATCH V2 6/7] MIPS: ralink: add memory definition for MT7620
` [PATCH V2 7/7] MIPS: ralink: make use of the new memory detection code

[PATCH V3] MIPS: move mips_{set,get}_machine_name() to a more generic place
 2013-04-16  8:26 UTC 

[PATCH 0/3] tty: serial: make of_serial work on Ralink SoC
 2013-04-16  4:05 UTC  (11+ messages)
` [PATCH 1/3] tty: of_serial: allow rt288x-uart to load from OF
` [PATCH 2/3] tty: serial: add iosize field to struct uart_port
` [PATCH 3/3] tty: of_serial: initialize port.iosize from resource

[PATCH 1/2] tty: serial: ralink: fix SERIAL_8250_RT288X dependency
 2013-04-16  4:08 UTC  (5+ messages)
` [PATCH 2/2] tty: serial: ralink: select SERIAL_8250_RT288X when ralink kernel is built

[PATCH V10 00/13] MIPS: Add Loongson-3 based machines support
 2013-04-15 12:47 UTC  (14+ messages)
` [PATCH V10 01/13] MIPS: Loongson: Add basic Loongson-3 definition
` [PATCH V10 02/13] MIPS: Loongson: Add basic Loongson-3 CPU support
` [PATCH V10 03/13] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature
` [PATCH V10 04/13] MIPS: Loongson 3: Add Lemote-3A machtypes definition
` [PATCH V10 05/13] MIPS: Loongson: Add UEFI-like firmware interface support
` [PATCH V10 06/13] MIPS: Loongson 3: Add HT-linked PCI support
` [PATCH V10 07/13] MIPS: Loongson 3: Add IRQ init and dispatch support
` [PATCH V10 08/13] MIPS: Loongson 3: Add serial port support
` [PATCH V10 09/13] MIPS: Loongson: Add swiotlb to support big memory (>4GB)
` [PATCH V10 10/13] MIPS: Loongson: Add Loongson-3 Kconfig options
` [PATCH V10 11/13] MIPS: Loongson 3: Add Loongson-3 SMP support
` [PATCH V10 12/13] MIPS: Loongson 3: Add CPU hotplug support
` [PATCH V10 13/13] MIPS: Loongson: Add a Loongson-3 default config file

[PATCH 1/7] MIPS: add detect_memory_region()
 2013-04-15 11:29 UTC  (9+ messages)
` [PATCH 2/7] MIPS: ralink: add memory definition to struct ralink_soc_info
` [PATCH 3/7] MIPS: ralink: add memory definition for RT305x
` [PATCH 4/7] MIPS: ralink: add memory definition for RT2880
` [PATCH 5/7] MIPS: ralink: add memory definition for RT3883
` [PATCH 6/7] MIPS: ralink: add memory definition for MT7620
` [PATCH 7/7] MIPS: ralink: make use of the new memory detection code

[PATCH 1/3] MIPS: ralink: use the dwc2 driver for the rt305x USB controller
 2013-04-15 11:23 UTC  (6+ messages)
` [PATCH 2/3] MIPS: ralink: setup dma_mask for the rt305x dwc2 usb controller
` [PATCH 3/3] owrt: MIPS: ralink: add usb platform support

[PATCH V2] Octeon: fix broken plat_mem_setup()
 2013-04-15  7:06 UTC  (4+ messages)

[PATCH] MIPS: OCTEON: Allow kernel memory allocation from cvmx_bootmem named blocks
 2013-04-14 22:09 UTC 

[PATCH 1/6] DT: add vendor prefixes for Ralink
 2013-04-14 11:41 UTC  (13+ messages)
` [PATCH 2/6] DT: add documentation for the Ralink MIPS SoCs
` [PATCH 3/6] DT: MIPS: ralink: extend RT3050 dtsi and dts file
` [PATCH 4/6] DT: MIPS: ralink: add RT2880 dts files
` [PATCH 5/6] DT: MIPS: ralink: add RT3883 "
` [PATCH 6/6] DT: MIPS: ralink: add MT7620 "

[PATCH V3 01/14] MIPS: ralink: add PCI IRQ handling
 2013-04-14  7:42 UTC  (19+ messages)
` [PATCH V3 02/14] MIPS: ralink: add RT3352 register defines
` [PATCH V3 03/14] MIPS: ralink: fix RT305x clock setup
` [PATCH V3 04/14] MIPS: ralink: add missing comment in irq driver
` [PATCH V3 05/14] MIPS: ralink: add RT5350 sdram register defines
` [PATCH V3 06/14] MIPS: ralink: make early_printk work on RT2880
` [PATCH V3 07/14] MIPS: ralink: rename gpio_pinmux to rt_gpio_pinmux
` [PATCH V3 08/14] MIPS: ralink: make the rt305x pinmuxing structure static
` [PATCH V3 09/14] MIPS: ralink: add pci group to struct ralink_pinmux
` [PATCH V3 10/14] MIPS: ralink: add uart mask "
` [PATCH V3 11/14] MIPS: ralink: adds support for RT2880 SoC family
` [PATCH V3 12/14] MIPS: ralink: adds support for RT3883 "
` [PATCH V3 13/14] MIPS: ralink: adds support for MT7620 "
` [PATCH V3 14/14] MIPS: ralink: add cpu-feature-overrides.h

[RFC PATCH v1 07/19] mm/MIPS: prepare for killing free_all_bootmem_node()
 2013-04-13 15:36 UTC 

[PATCH V2] MIPS: move mips_{set,get}_machine_name() to a more generic place
 2013-04-13 12:18 UTC  (2+ messages)

[PATCH V2 2/2] tty: serial: ralink: select SERIAL_8250_RT288X when ralink kernel is built
 2013-04-13 11:42 UTC 

[PATCH] MIPS: move mips_{set,get}_machine_name() to a more generic place
 2013-04-12 17:46 UTC  (3+ messages)

[PATCH V2 01/16] MIPS: ralink: add PCI IRQ handling
 2013-04-12 17:20 UTC  (27+ messages)
` [PATCH V2 02/16] MIPS: ralink: fix RT305x clock setup
` [PATCH V2 03/16] MIPS: ralink: add missing comment in irq driver
` [PATCH V2 04/16] MIPS: ralink: add RT5350 sdram register defines
` [PATCH V2 05/16] MIPS: ralink: add RT3352 usb "
` [PATCH V2 06/16] MIPS: ralink: extend RT3050 dtsi file
` [PATCH V2 07/16] MIPS: ralink: add RT5350 "
` [PATCH V2 08/16] MIPS: ralink: make early_printk work on RT2880
` [PATCH V2 09/16] MIPS: ralink: adds support for RT2880 SoC family
` [PATCH V2 11/16] MIPS: ralink: adds support for RT3883 "
` [PATCH V2 15/16] MIPS: ralink: add support for periodic timer irq
` [PATCH V2 16/16] MIPS: ralink: add cpu-feature-overrides.h


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