Home
last modified time | relevance | path

Searched hist:"44612 d7e0c379001460b37a29721128715bdcb02" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firmware/efi/
H A Dapple-properties.cdiff 44612d7e0c379001460b37a29721128715bdcb02 Thu Mar 08 09:00:19 CET 2018 Andy Shevchenko <andriy.shevchenko@linux.intel.com> efi/apple-properties: Use memremap() instead of ioremap()

The memory we are accessing through virtual address has no IO side
effects. Moreover, for IO memory we have to use special accessors,
which we don't use.

Due to above, convert the driver to use memremap() instead of ioremap().

Tested-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Link: http://lkml.kernel.org/r/20180308080020.22828-12-ard.biesheuvel@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>