linux-openrisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-25 06:11:04 to 2019-11-11 10:36:22 UTC [more...]

[OpenRISC] generic ioremap (and lots of cleanups) v3
 2019-11-11 10:36 UTC  (46+ messages)
` [OpenRISC] [PATCH 01/21] arm: remove ioremap_cached
` [OpenRISC] [PATCH 02/21] unicore32: "
` [OpenRISC] [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [OpenRISC] [PATCH 04/21] hexagon: clean up ioremap
` [OpenRISC] [PATCH 05/21] alpha: remove the unused __ioremap wrapper
` [OpenRISC] [PATCH 06/21] nios2: remove __ioremap
` [OpenRISC] [PATCH 07/21] parisc: "
` [OpenRISC] [PATCH 08/21] x86: Clean up ioremap()
` [OpenRISC] [PATCH 09/21] xtensa: clean up ioremap
` [OpenRISC] [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [OpenRISC] [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [OpenRISC] [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [OpenRISC] [PATCH 13/21] m68k: rename __iounmap and mark it static
` [OpenRISC] [PATCH 14/21] hexagon: remove __iounmap
` [OpenRISC] [PATCH 15/21] nios2: "
` [OpenRISC] [PATCH 16/21] sh: "
` [OpenRISC] [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [OpenRISC] [PATCH 18/21] riscv: use the generic ioremap code
` [OpenRISC] [PATCH 19/21] nds32: use generic ioremap
` [OpenRISC] [PATCH 20/21] csky: remove ioremap_cache
` [OpenRISC] [PATCH 21/21] csky: use generic ioremap
` [OpenRISC] generic-iomap tree for linux-next

[OpenRISC] [PATCH 00/50] Add log level to show_stack()
 2019-11-11  9:12 UTC  (15+ messages)
` [OpenRISC] [PATCH 24/50] openrisc: Add show_stack_loglvl()

[OpenRISC] provide in-place uncached remapping for dma-direct
 2019-11-07 17:40 UTC  (3+ messages)
` [OpenRISC] [PATCH 1/2] dma-mapping: support setting memory uncached in place
` [OpenRISC] [PATCH 2/2] openrisc: use the generic in-place uncached DMA allocator

[OpenRISC] [PATCH 20/21] csky: remove ioremap_cache
 2019-11-05  1:26 UTC  (5+ messages)
  ` [OpenRISC] [PATCH 08/21] x86: clean up ioremap
  ` [OpenRISC] [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc

[OpenRISC] [PATCH 0/1] openrisc: LiteX+mor1kx platform
 2019-10-24 21:26 UTC  (3+ messages)
` [OpenRISC] [PATCH 1/1] openrisc: add support for LiteX

[OpenRISC] PCCR and PCRM registers
 2019-10-24  7:18 UTC  (7+ messages)

[OpenRISC] [RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
 2019-10-07  8:26 UTC  (4+ messages)
` [OpenRISC] [RESEND TRIVIAL 2/3] treewide: "
` [OpenRISC] [RESEND TRIVIAL 3/3] treewide: arch: "

[OpenRISC] [PATCH v2 00/21] Refine memblock API
 2019-10-02 11:14 UTC  (13+ messages)

[OpenRISC] [PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
 2019-09-23 16:00 UTC  (3+ messages)
` [OpenRISC] [PATCH trivial 2/3] treewide: "
` [OpenRISC] [PATCH trivial 3/3] treewide: arch: "

[OpenRISC] generic ioremap (and lots of cleanups)
 2019-09-03  8:57 UTC  (54+ messages)
` [OpenRISC] [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [OpenRISC] [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [OpenRISC] [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [OpenRISC] [PATCH 04/26] mips: remove ioremap_cachable
` [OpenRISC] [PATCH 05/26] openrisc: map as uncached in ioremap
` [OpenRISC] [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [OpenRISC] [PATCH 07/26] hexagon: clean up ioremap
` [OpenRISC] [PATCH 08/26] m68k: simplify ioremap_nocache
` [OpenRISC] [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [OpenRISC] [PATCH 10/26] nios2: remove __ioremap
` [OpenRISC] [PATCH 11/26] parisc: "
` [OpenRISC] [PATCH 12/26] x86: clean up ioremap
` [OpenRISC] [PATCH 13/26] xtensa: "
` [OpenRISC] [PATCH 14/26] asm-generic: don't provide __ioremap
` [OpenRISC] [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
` [OpenRISC] [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
` [OpenRISC] [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [OpenRISC] [PATCH 18/26] m68k: rename __iounmap and mark it static
` [OpenRISC] [PATCH 19/26] arm64: remove __iounmap
` [OpenRISC] [PATCH 20/26] hexagon: "
` [OpenRISC] [PATCH 21/26] nios2: "
` [OpenRISC] [PATCH 22/26] sh: "
` [OpenRISC] [PATCH 23/26] lib: provide a simple generic ioremap implementation
` [OpenRISC] [PATCH 24/26] riscv: use the generic ioremap code
` [OpenRISC] [PATCH 25/26] csky: use generic ioremap
` [OpenRISC] [PATCH 26/26] nds32: "

[OpenRISC] [PATCH 1/2] or1k: dts: Fix ethoc network configuration in or1ksim devicetree
 2019-09-02 18:01 UTC  (3+ messages)
` [OpenRISC] [PATCH 2/2] or1k: dts: Add ethoc device to SMP devicetree

[OpenRISC] [PATCH] or1k: Fix issue with set_got clobbering r9
 2019-08-30 21:37 UTC  (4+ messages)

[OpenRISC] [PATCH] or1k: Fix incorrect value in PLT GOT entries, causing infinite loop
 2019-08-23 13:28 UTC  (3+ messages)

[OpenRISC] [PATCH v2 00/26] ReST conversion of text files without .txt extension
 2019-07-26 13:05 UTC  (3+ messages)
` [OpenRISC] [PATCH v2 14/26] docs: openrisc: convert to ReST and add to documentation body

[OpenRISC] [PATCH 00/22] ReST conversion of text files without .txt extension
 2019-07-25 21:08 UTC  (3+ messages)
` [OpenRISC] [PATCH 10/22] docs: openrisc: convert to ReST and add to documentation body

[OpenRISC] [PATCH v3 0/5] OpenRISC updates for 10 (fpu, fixes)
 2019-07-23 20:30 UTC  (8+ messages)
` [OpenRISC] [PATCH v3 1/5] or1k: Fix code quality for volatile memory loads
` [OpenRISC] [PATCH v3 2/5] or1k: Fix issues with msoft-div
` [OpenRISC] [PATCH v3 3/5] or1k: Add mrori option, fix option docs
` [OpenRISC] [PATCH v3 4/5] or1k: Initial support for FPU
` [OpenRISC] [PATCH v3 5/5] or1k: only force reg for immediates

[OpenRISC] [PATCH v2 0/5] OpenRISC updates for 10 (fpu, fixes)
 2019-07-03 22:39 UTC  (15+ messages)
` [OpenRISC] [PATCH v2 1/5] or1k: Fix code quality for volatile memory loads
` [OpenRISC] [PATCH v2 2/5] or1k: Fix issues with msoft-div
` [OpenRISC] [PATCH v2 3/5] or1k: Add mrori option, fix option docs
` [OpenRISC] [PATCH v2 4/5] or1k: Initial support for FPU
` [OpenRISC] [PATCH v2 5/5] or1k: only force reg for immediates

[OpenRISC] [GSoC 2019] Coding Phase 2 : Continuous Integration for Hardware Projects on LibreCores CI (Nancy Chauhan)
 2019-07-03  5:02 UTC  (4+ messages)

[OpenRISC] handle "special" dma allocation in common code
 2019-06-29 15:09 UTC  (10+ messages)
` [OpenRISC] [PATCH 1/7] arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT support
` [OpenRISC] [PATCH 5/7] dma-direct: handle DMA_ATTR_NON_CONSISTENT in common code
` [OpenRISC] [PATCH 6/7] dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING "


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).