messages from 2013-04-06 11:19:26 to 2013-04-16 08:33:51 UTC [more...]
[PATCH V4 01/14] MIPS: ralink: add PCI IRQ handling
2013-04-16 8:28 UTC (6+ 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 V3] MIPS: move mips_{set,get}_machine_name() to a more generic place
2013-04-16 8:26 UTC
[PATCH V2] tty: serial: ralink: fix SERIAL_8250_RT288X dependency
2013-04-16 6:18 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
[ADMIN] Mailing list archives
2013-04-15 14:05 UTC
[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
[RFC] MIPS: ath79: make use of the new memory detection code
2013-04-15 10:45 UTC
[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 (4+ messages)
[PATCH V2 01/16] MIPS: ralink: add PCI IRQ handling
2013-04-12 17:20 UTC (32+ 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 10/16] MIPS: ralink: add rt2880 dts files
` [PATCH V2 11/16] MIPS: ralink: adds support for RT3883 SoC family
` [PATCH V2 12/16] MIPS: ralink: add rt3883 dts files
` [PATCH V2 13/16] MIPS: ralink: adds support for MT7620 SoC family
` [PATCH V2 14/16] MIPS: ralink: add MT7620 dts files
` [PATCH V2 15/16] MIPS: ralink: add support for periodic timer irq
` [PATCH V2 16/16] MIPS: ralink: add cpu-feature-overrides.h
[PATCH V9 00/13] MIPS: Add Loongson-3 based machines support
2013-04-12 7:19 UTC (4+ messages)
` [PATCH V9 03/13] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature
[PATCH] mips: Fix typo in cavium-octeon
2013-04-12 4:49 UTC
[PATCH 1/2] pci/of: remove weak annotation of pcibios_get_phb_of_node
2013-04-11 17:39 UTC (8+ messages)
` [PATCH 2/2] MIPS: implement pcibios_get_phb_of_node
[PATCH 1/2] MIPS: ralink: use the dwc2 driver for the rt305x USB controller
2013-04-11 17:24 UTC (2+ messages)
` [PATCH 2/2] MIPS: ralink: setup dma_mask for the rt305x dwc2 usb controller
[PATCH 21/26] mips: Don't use create_proc_read_entry() [RFC]
2013-04-11 13:30 UTC
[PATCH] MIPS: Makefile: workaround printk recursion bug
2013-04-11 7:46 UTC (3+ messages)
[ 06/64] MIPS: Fix logic errors in bitops.c
2013-04-10 22:46 UTC (2+ messages)
` [ 27/64] MIPS: Unbreak function tracer for 64-bit kernel
[PATCH] octeon-irq: Fix GPIO number in IRQ chip private data
2013-04-10 16:03 UTC (2+ messages)
[PATCH V2] GPIO: MIPS: ralink: adds ralink gpio support
2013-04-10 15:10 UTC
[PATCH 00/18] MIPS: ralink: add several new Ralink SoC
2013-04-10 13:56 UTC (26+ messages)
` [PATCH 01/18] MIPS: ralink: add PCI IRQ handling
` [PATCH 02/18] MIPS: ralink: fix RT305x clock setup
` [PATCH 03/18] MIPS: ralink: add missing comment in irq driver
` [PATCH 04/18] MIPS: ralink: add RT5350 sdram register defines
` [PATCH 05/18] MIPS: ralink: add RT3352 usb "
` [PATCH 06/18] MIPS: ralink: add pinmux driver
` [PATCH 07/18] MIPS: ralink: extend RT3050 dtsi file
` [PATCH 08/18] MIPS: ralink: add RT5350 "
` [PATCH 09/18] MIPS: ralink: make early_printk work on RT2880
` [PATCH 10/18] MIPS: ralink: adds support for RT2880 SoC family
` [PATCH 11/18] MIPS: ralink: add rt2880 dts files
` [PATCH 12/18] MIPS: ralink: adds support for RT3883 SoC family
` [PATCH 13/18] MIPS: ralink: add rt3883 dts files
` [PATCH 14/18] MIPS: ralink: adds support for MT7620 SoC family
` [PATCH 15/18] MIPS: ralink: add MT7620 dts files
` [PATCH 16/18] MIPS: ralink: add support for periodic timer irq
` [PATCH 17/18] MIPS: ralink: add cpu-feature-overrides.h
` [PATCH 18/18] MIPS: ralink: add support for runtime memory detection
[PATCH] GPIO: MIPS: ralink: adds ralink gpio support
2013-04-10 13:09 UTC
[PATCH] MIPS: Kconfig: remove "config MIPS_DISABLE_OBSOLETE_IDE"
2013-04-08 18:51 UTC
[PATCH] MIPS: Kconfig: remove "config MIPS_BOARDS_GEN"
2013-04-08 18:06 UTC
[PATCH v4 0/5] MIPS: enable APRP (APSP) and add features - v4
2013-04-08 16:58 UTC (14+ messages)
` [PATCH v4 1/5] MIPS: APRP (APSP): fix/enrich functionality
` [PATCH v4 2/5] MIPS: APRP (APSP): split vpe-loader and rtlx into cmp/mt flavors
` [PATCH v4 3/5] MIPS: APRP (APSP): remove kspd.h
` [PATCH v4 4/5] MIPS: let amon_cpu_start() report results
` [PATCH v4 5/5] MIPS: APRP (APSP): malta board support
[PATCH] spi/bcm63xx: remove unused speed_hz variable
2013-04-08 12:42 UTC (2+ messages)
[PATCH] MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.c
2013-04-06 15:20 UTC (2+ messages)
[PATCH v4, part3 27/41] mm/MIPS: prepare for removing num_physpages and simplify mem_init()
2013-04-06 14:32 UTC
[PATCH v4, part3 06/15] mm, powertv: use free_reserved_area() to simplify code
2013-04-06 13:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox