linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-05 16:04:35 to 2018-09-10 06:06:02 UTC [more...]

merge dma_direct_ops and dma_noncoherent_ops v2
 2018-09-10  6:05 UTC  (2+ messages)
` [PATCH 1/5] MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT

[PATCH v2 0/9] Devicetree build consolidation
 2018-09-09 23:27 UTC  (12+ messages)
` [PATCH v2 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-09 21:12 UTC  (8+ messages)

[PATCH v3 net-next 5/6] dt-bindings: net: dsa: Add lantiq,xrx200-gswip DT bindings
 2018-09-09 20:20 UTC  (2+ messages)
` [PATCH v3 net-next 6/6] net: dsa: Add Lantiq / Intel DSA driver for vrx200

[PATCH v3 net-next 0/6] Add support for Lantiq / Intel vrx200 network
 2018-09-09 20:16 UTC  (5+ messages)
` [PATCH v3 net-next 1/6] MIPS: lantiq: Do not enable IRQs in dma open
` [PATCH v3 net-next 2/6] net: dsa: Add Lantiq / Intel GSWIP tag support
` [PATCH v3 net-next 3/6] dt-bindings: net: Add lantiq,xrx200-net DT bindings
` [PATCH v3 net-next 4/6] net: lantiq: Add Lantiq / Intel VRX200 Ethernet driver

[PATCH v2 net] MIPS: lantiq: dma: add dev pointer
 2018-09-09 19:26 UTC 

[PATCH v2 1/2] rtc: mips: default to rtc-cmos on mips
 2018-09-08  8:17 UTC  (2+ messages)

[PATCH v4 0/6] MIPS: kexec/kdump: Fix smp reboot and other issues
 2018-09-07 23:31 UTC  (14+ messages)

[PATCH 1/2] of/fdt: Allow architectures to override CONFIG_CMDLINE logic
 2018-09-07 22:07 UTC  (5+ messages)
` [PATCH 2/2] MIPS: Fix CONFIG_CMDLINE handling

[PATCH] mips: bug: add unlikely() to BUG_ON()
 2018-09-07 22:02 UTC  (2+ messages)

[PATCH 0/8] Devicetree build consolidation
 2018-09-07 17:07 UTC  (6+ messages)
` [PATCH 6/8] kbuild: consolidate Devicetree dtb build rules

[RFC PATCH 00/29] mm: remove bootmem allocator
 2018-09-07  9:19 UTC  (71+ messages)
` [RFC PATCH 04/29] mm: remove bootmem allocator implementation
` [RFC PATCH 06/29] memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
` [RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address
` [RFC PATCH 08/29] memblock: replace alloc_bootmem_align with memblock_alloc
` [RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [RFC PATCH 11/29] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [RFC PATCH 12/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 13/29] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [RFC PATCH 14/29] memblock: add align parameter to memblock_alloc_node()
` [RFC PATCH 15/29] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [RFC PATCH 16/29] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [RFC PATCH 17/29] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [RFC PATCH 18/29] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [RFC PATCH 19/29] memblock: replace alloc_bootmem_pages with memblock_alloc
` [RFC PATCH 20/29] memblock: replace __alloc_bootmem with memblock_alloc_from
` [RFC PATCH 21/29] memblock: replace alloc_bootmem with memblock_alloc
` [RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs
` [RFC PATCH 23/29] memblock: replace free_bootmem{_node} with memblock_free
` [RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late
` [RFC PATCH 25/29] memblock: rename free_all_bootmem to memblock_free_all
` [RFC PATCH 26/29] memblock: rename __free_pages_bootmem to memblock_free_pages
` [RFC PATCH 27/29] mm: remove nobootmem
` [RFC PATCH 28/29] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [RFC PATCH 29/29] mm: remove include/linux/bootmem.h

[PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)
 2018-09-07  9:13 UTC  (22+ messages)
` [PATCH 01/19] mtd: rawnand: Leave chip->IO_ADDR_{R,W} to NULL when unused
` [PATCH 02/19] mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R,W} there
` [PATCH 03/19] mtd: rawnand: Deprecate ->{read,write}_{byte,buf}() hooks
` [PATCH 04/19] mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
` [PATCH 05/19] mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
` [PATCH 06/19] mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
` [PATCH 07/19] mtd: rawnand: Deprecate ->erase()
` [PATCH 08/19] mtd: rawnand: Deprecate ->{set,get}_features() hooks
` [PATCH 09/19] mtd: rawnand: Deprecate ->chip_delay
` [PATCH 10/19] mtd: rawnand: Move function prototypes after struct declarations
` [PATCH 11/19] mtd: rawnand: Get rid of nand_flash_dev forward declation
` [PATCH 12/19] mtd: rawnand: Get rid of the duplicate nand_chip forward declaration
` [PATCH 13/19] mtd: rawnand: Get rid of a few unused definitions
` [PATCH 14/19] mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h
` [PATCH 15/19] mtd: rawnand: Inline onfi_get_async_timing_mode()
` [PATCH 16/19] mtd: rawnand: Keep all internal stuff private
` [PATCH 17/19] mtd: rawnand: Move legacy code to nand_legacy.c
` [PATCH 18/19] mtd: rawnand: Move ONFI code to nand_onfi.c
` [PATCH 19/19] mtd: rawnand: Move JEDEC code to nand_jedec.c

[mips-linux:test-kexec 13/18] machine_kexec.c:undefined reference to `play_dead'
 2018-09-07  3:46 UTC 

[PATCH AUTOSEL 3.18 05/19] MIPS: ath79: fix system restart
 2018-09-07  0:39 UTC 

[PATCH AUTOSEL 4.4 10/30] MIPS: ath79: fix system restart
 2018-09-07  0:39 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 23/30] MIPS: jz4740: Bump zload address

[PATCH AUTOSEL 4.9 12/43] MIPS: ath79: fix system restart
 2018-09-07  0:38 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 28/43] MIPS: jz4740: Bump zload address

[PATCH AUTOSEL 4.14 18/67] MIPS: ath79: fix system restart
 2018-09-07  0:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 46/67] MIPS: jz4740: Bump zload address

[PATCH AUTOSEL 4.18 26/88] MIPS: ath79: fix system restart
 2018-09-07  0:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.18 60/88] MIPS: jz4740: Bump zload address

[GIT PULL] MIPS fix for v4.19-rc3
 2018-09-06 22:02 UTC 

[PATCH v5 00/12] PCI: brcmstb: Add Broadcom Settopbox PCIe support
 2018-09-06 21:49 UTC  (16+ messages)
` [PATCH v5 01/12] soc: bcm: brcmstb: add memory API
` [PATCH v5 02/12] dt-bindings: pci: add DT docs for Brcmstb PCIe device
` [PATCH v5 03/12] PCI: brcmstb: add Broadcom STB PCIe host controller driver
` [PATCH v5 04/12] PCI: brcmstb: add dma-range mapping for inbound traffic
` [PATCH v5 05/12] PCI: brcmstb: add MSI capability
` [PATCH v5 06/12] MIPS: BMIPS: add dma remap for BrcmSTB PCIe
` [PATCH v5 07/12] PCI/MSI: enable PCI_MSI_IRQ_DOMAIN support for MIPS
` [PATCH v5 08/12] MIPS: BMIPS: add PCI bindings for 7425, 7435
` [PATCH v5 09/12] MIPS: BMIPS: enable PCI
` [PATCH v5 10/12] ARM64: declare __phys_to_dma on ARCH_HAS_PHYS_TO_DMA
` [PATCH v5 11/12] ARM64: add dma remap for BrcmSTB PCIe
` [PATCH v5 12/12] ARM: "

[PATCH v2 net-next 0/7] Add support for Lantiq / Intel vrx200 network
 2018-09-06 21:36 UTC  (5+ messages)
` [PATCH v2 net-next 7/7] net: dsa: Add Lantiq / Intel DSA driver for vrx200

[PATCH] ip22-gio.c: fix missing return value check of kzalloc()
 2018-09-06 21:32 UTC  (2+ messages)

[PATCH] MIPS: pci-rt2880: set pci controller of_node
 2018-09-06 21:18 UTC  (2+ messages)

[PATCH] mips: txx9: fix iounmap related issue
 2018-09-06 21:16 UTC  (3+ messages)

[PATCH v2 00/23] mtd: rawnand: Stop passing mtd_info to drivers
 2018-09-06 20:15 UTC  (26+ messages)
` [PATCH v2 01/23] mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks
` [PATCH v2 02/23] mtd: rawnand: Pass a nand_chip object to nand_scan()
` [PATCH v2 03/23] mtd: rawnand: Pass a nand_chip object to nand_release()
` [PATCH v2 04/23] mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
` [PATCH v2 05/23] mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
` [PATCH v2 06/23] mtd: rawnand: Pass a nand_chip object to ecc->calculate()
` [PATCH v2 07/23] mtd: rawnand: Pass a nand_chip object to ecc->correct()
` [PATCH v2 08/23] mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
` [PATCH v2 09/23] mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
` [PATCH v2 10/23] mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
` [PATCH v2 11/23] mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
` [PATCH v2 12/23] mtd: rawnand: Pass a nand_chip object to chip->select_chip()
` [PATCH v2 13/23] mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
` [PATCH v2 14/23] mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
` [PATCH v2 15/23] mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
` [PATCH v2 16/23] mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
` [PATCH v2 17/23] mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
` [PATCH v2 18/23] mtd: rawnand: Pass a nand_chip object to chip->erase()
` [PATCH v2 19/23] mtd: rawnand: Pass a nand_chip object to chip->{get,set}_features()
` [PATCH v2 20/23] mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
` [PATCH v2 21/23] mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
` [PATCH v2 22/23] mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
` [PATCH v2 23/23] mtd: rawnand: Pass a nand_chip object nand_erase_nand()

[PATCH RESEND] mips: switch to NO_BOOTMEM
 2018-09-06  5:30 UTC  (6+ messages)

[PATCH V2] mips: txx9: fix resource leak after register fail
 2018-09-06  2:17 UTC  (2+ messages)

[PATCH V4 00/10] MIPS: Loongson: new features and improvements
 2018-09-06  1:33 UTC  (4+ messages)
` [PATCH V4 01/10] MIPS: Loongson-3: Enable Store Fill Buffer at runtime

[PATCH v5 0/7] Add support for MSCC Ocelot i2c
 2018-09-05 23:09 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;
as well as URLs for NNTP newsgroup(s).