Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1318372 > unrolled thread

Re: [PATCH 12/17] memremap: Change region_intersects() to take @flags and @desc

Started byDan Williams <dan.j.williams@intel.com>
First post2016-01-26 22:10 +0100
Last post2016-01-26 22:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 12/17] memremap: Change region_intersects() to take @flags  and @desc Dan Williams <dan.j.williams@intel.com> - 2016-01-26 22:10 +0100

#1318372 — Re: [PATCH 12/17] memremap: Change region_intersects() to take @flags and @desc

FromDan Williams <dan.j.williams@intel.com>
Date2016-01-26 22:10 +0100
SubjectRe: [PATCH 12/17] memremap: Change region_intersects() to take @flags and @desc
Message-ID<qVj2a-1Dd-11@gated-at.bofh.it>
On Tue, Jan 26, 2016 at 12:57 PM, Borislav Petkov <bp@alien8.de> wrote:
> From: Toshi Kani <toshi.kani@hpe.com>
>
> Change region_intersects() to identify a target with @flags and @desc,
> instead of @name with strcmp().
>
> Change the callers of region_intersects(), memremap() and
> devm_memremap(), to set IORESOURCE_SYSTEM_RAM in @flags and
> IORES_DESC_NONE in @desc when searching System RAM.
>
> Also, export region_intersects() so that the ACPI EINJ error injection
> driver can call this function in a later patch.
>
> Signed-off-by: Toshi Kani <toshi.kani@hpe.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Dan Williams <dan.j.williams@intel.com>

Acked-by: Dan Williams <dan.j.williams@intel.com>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web