linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-25 10:01:32 to 2019-02-01 16:18:24 UTC [more...]

don't pass a NULL struct device to DMA API functions
 2019-02-01 16:18 UTC  (34+ messages)
` [PATCH 01/18] MIPS: lantiq: pass "
` [PATCH 02/18] dmaengine: imx-sdma: "
` [PATCH 03/18] net: caif: "
` [PATCH 04/18] au1000_eth: "
` [PATCH 05/18] macb_main: "
` [PATCH 06/18] lantiq_etop: "
` [PATCH 07/18] pxa168_eth: "
` [PATCH 08/18] moxart_ether: "
` [PATCH 09/18] meth: "
` [PATCH 10/18] smc911x: "
` [PATCH 11/18] parport_ip32: "
` [PATCH 12/18] fotg210-udc: remove a bogus dma_sync_single_for_device call
` [PATCH 13/18] fotg210-udc: pass struct device to DMA API functions
` [PATCH 14/18] da8xx-fb: "
` [PATCH 15/18] gbefb: switch to managed version of the DMA allocator
` [PATCH 16/18] pxa3xx-gcu: pass struct device to dma_mmap_coherent
` [PATCH 17/18] ALSA: hal2: pass struct device to DMA API functions
  ` [alsa-devel] "
` [PATCH 18/18] ALSA: "
  ` [alsa-devel] "
` [alsa-devel] don't pass a NULL "

[PATCH net-next v4 11/12] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
 2019-02-01 15:43 UTC  (2+ messages)
` [PATCH net-next v4 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-01 14:48 UTC 

[PATCH 0/7] MIPS: SGI-IP27 rework
 2019-02-01 14:37 UTC  (18+ messages)
` [PATCH 2/7] MIPS: SGI-IP27: clean up bridge access and header files
` [PATCH 5/7] MIPS: SGI-IP27: rework HUB interrupts
` [PATCH 6/7] MIPS: SGI-IP27: use generic PCI driver
` [PATCH 7/7] MIPS: SGI-IP27: abstract chipset irq from bridge

[PATCH 0/3] Enhance loongson-1 clock driver
 2019-02-01  6:35 UTC  (13+ messages)
` [PATCH 1/3] clk: loongson1: add configuration option for loongson1 clks
` [PATCH 2/3] clk: loongson1: add of support
` [PATCH 3/3] dt-bindings: clock: Add loongson-1 clock bindings
  ` [PATCH v2 1/3] clk: loongson1: add configuration option for loongson1 clks
  ` [PATCH v2 2/3] clk: loongson1: add of support
  ` [PATCH v2 3/3] dt-bindings: clock: Add loongson-1 clock bindings
  ` [PATCH v3 0/3] Enhance loongson-1 clock driver
    ` [PATCH v3 1/3] clk: loongson1: add configuration option for loongson1 clks
    ` [PATCH v3 2/3] clk: loongson1: add of support
    ` [PATCH v3 3/3] dt-bindings: clock: Add loongson-1 clock bindings

[PATCH 1/2] irqchip: Add driver for Loongson-1 interrupt controller
 2019-02-01  6:22 UTC  (18+ messages)
` irqchip: Add driver for Loongson-1 intc v3
  ` [PATCH v3 1/2] irqchip: Add driver for Loongson-1 interrupt controller
  ` [PATCH v3 2/2] dt-bindings: interrupt-controller: loongson ls1x intc
  ` [PATCH v4 1/2] irqchip: Add driver for Loongson-1 interrupt controller
  ` [PATCH v4 2/2] dt-bindings: interrupt-controller: loongson ls1x intc
` irqchip: Add driver for Loongson-1 intc v5
  ` [PATCH v5 1/2] irqchip: Add driver for Loongson-1 interrupt controller
  ` [PATCH v5 2/2] dt-bindings: interrupt-controller: loongson ls1x intc
` irqchip: Add driver for Loongson-1 intc v6
  ` [PATCH v6 1/2] irqchip: Add driver for Loongson-1 interrupt controller
  ` [PATCH v6 2/2] dt-bindings: interrupt-controller: loongson ls1x intc

[PATCH v2 00/21] Refine memblock API
 2019-01-31  7:14 UTC  (20+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 19/21] treewide: add checks for the return value of memblock_alloc*()
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants

Add Ingenic X1000 irqchip support
 2019-01-30 19:43 UTC  (15+ messages)
` [PATCH 1/4] Irqchip: Ingenic: Change interrupt handling form cascade to chained_irq
  ` Add Ingenic X1000 irqchip support v2
    ` [PATCH v2 1/4] Irqchip: Ingenic: Change interrupt handling form cascade to chained_irq
    ` [PATCH v2 2/4] Irqchip: Ingenic: Unify the function name prefix to "ingenic_intc_"
    ` [PATCH v2 3/4] Irqchip: Ingenic: Add support for the X1000
    ` [PATCH v2 4/4] "
` [PATCH 2/4] Irqchip: Ingenic: Unify the function name prefix to "ingenic_intc_"
` [PATCH 3/4] Irqchip: Ingenic: Add support for the X1000
` [PATCH 4/4] "

Add Ingenic X1000 serial support
 2019-01-30 18:46 UTC  (15+ messages)
` [PATCH 1/2] Serial: Ingenic: Add support for the X1000
` [PATCH 2/2] "
` Serial: Ingenic: Add X1000 suppor for the UART driver
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] "
  ` [PATCH v3 1/2] Serial: Ingenic: Add support for the X1000
  ` [PATCH v3 2/2] Dt-bindings: Serial: Add X1000 serial bindings

[PATCH] MIPS: Select PINCTRL_RT2880 when RALINK is enabled
 2019-01-30 14:26 UTC  (3+ messages)

MIPS: DTS: CI20 board DT updates
 2019-01-30 13:14 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: MIPS: Add doc about Ingenic CPU node
` [PATCH 2/2] DTS: CI20: Add CPU nodes and L2 cache nodes

Ingenic pinctrl fixes
 2019-01-30  9:31 UTC  (22+ messages)
` [PATCH RESEND 1/4] Pinctrl: Ingenic: Fix bugs caused by differences between JZ4770 and JZ4780
` [PATCH RESEND 2/4] Pinctrl: Ingenic: Add missing parts for "
` [PATCH RESEND 3/4] Pinctrl: Ingenic: Unify the function name prefix to "ingenic_gpio_"
` [PATCH RESEND 4/4] Pinctrl: Ingenic: Fix const declaration
  ` [PATCH v2 1/3] Pinctrl: Ingenic: Fix bugs caused by differences between JZ4770 and JZ4780
  ` [PATCH v2 2/3] Pinctrl: Ingenic: Add missing parts for "
  ` [PATCH v2 3/3] Pinctrl: Ingenic: Unify the function name prefix to "ingenic_gpio_"

[PATCH 1/2] MIPS: OCTEON: delete SMI/MDIO enable
 2019-01-29 19:51 UTC  (3+ messages)
` [PATCH 2/2] MIPS: OCTEON: delete unused cvmx-smix-defs.h

[PATCH] MIPS: VDSO: Use same -m%-float cflag as the kernel proper
 2019-01-29 19:51 UTC  (5+ messages)
` [PATCH] MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds

[PATCH] MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled
 2019-01-29 19:51 UTC  (2+ messages)

[PATCH] MIPS: Remove function size check in get_frame_info()
 2019-01-29  3:56 UTC 

Add Ingenic X1000 RTC support
 2019-01-29  3:53 UTC  (9+ messages)
` [PATCH 1/3] RTC: Ingenic: Add support for the X1000
` [PATCH 2/3] Dt-bindings: RTC: Add X1000 RTC bindings
` [PATCH 3/3] RTC: Ingenic: Replace jz47xx with XBurst

[PATCH AUTOSEL 4.20 024/304] clk: boston: fix possible memory leak in clk_boston_setup()
 2019-01-28 15:43 UTC  (5+ messages)
` [PATCH AUTOSEL 4.20 037/304] MIPS: Boston: Disable EG20T prefetch
` [PATCH AUTOSEL 4.20 143/304] mips: bpf: fix encoding bug for mm_srlv32_op
` [PATCH AUTOSEL 4.20 189/304] mmc: jz4740: Get CD/WP GPIOs from descriptors
` [PATCH AUTOSEL 4.20 268/304] MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8

[PATCH AUTOSEL 4.19 020/258] clk: boston: fix possible memory leak in clk_boston_setup()
 2019-01-28 15:58 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 031/258] MIPS: Boston: Disable EG20T prefetch
` [PATCH AUTOSEL 4.19 120/258] mips: bpf: fix encoding bug for mm_srlv32_op
` [PATCH AUTOSEL 4.19 158/258] mmc: jz4740: Get CD/WP GPIOs from descriptors
` [PATCH AUTOSEL 4.19 225/258] MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8

[PATCH AUTOSEL 4.14 013/170] clk: boston: fix possible memory leak in clk_boston_setup()
 2019-01-28 16:11 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 023/170] MIPS: Boston: Disable EG20T prefetch
` [PATCH AUTOSEL 4.14 077/170] mips: bpf: fix encoding bug for mm_srlv32_op
` [PATCH AUTOSEL 4.14 146/170] MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8

[PATCH AUTOSEL 4.9 045/107] mips: bpf: fix encoding bug for mm_srlv32_op
 2019-01-28 16:19 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 089/107] MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8

[PATCH AUTOSEL 4.4 33/80] mips: bpf: fix encoding bug for mm_srlv32_op
 2019-01-28 16:23 UTC 

[PATCH AUTOSEL 3.18 25/61] mips: bpf: fix encoding bug for mm_srlv32_op
 2019-01-28 16:25 UTC 

[PATCH 1/3] mmc: jz4740: Remove platform data and use standard APIs
 2019-01-28 12:58 UTC  (6+ messages)
` [PATCH 2/3] MIPS: DTS: jz4740: Add node for the MMC driver
` [PATCH 3/3] MIPS: qi_lb60: Move MMC configuration to devicetree

Loongson 2F IDE/ATA broken with lemote2f_defconfig
 2019-01-26 18:43 UTC  (4+ messages)

[PATCH] MIPS: DTS: jz4740: Correct interrupt number of DMA core
 2019-01-25 19:17 UTC  (2+ messages)

[PATCH v8 00/26] Ingenic TCU patchset v8
 2019-01-25 17:04 UTC  (5+ messages)

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-25 16:21 UTC  (9+ messages)
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures
  ` [PATCH v2 25/29] y2038: syscalls: rename y2038 compat syscalls


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).