alistair23-linux/drivers/firmware/google
Stephen Boyd ae21f41e1f firmware: vpd: Drop __iomem usage for memremap() memory
memremap() doesn't return an iomem pointer, so we can just use memcpy()
and drop the __iomem annotation here. This silences a sparse warning.

Cc: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Anton Vasilyev <vasilyev@ispras.ru>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-03-28 02:21:29 +09:00
..
coreboot_table.c firmware: coreboot: Only populate devices in coreboot_table_init() 2018-09-14 15:37:23 +02:00
coreboot_table.h firmware: coreboot: Collapse platform drivers into bus core 2018-09-14 15:37:23 +02:00
framebuffer-coreboot.c firmware: coreboot: Add coreboot framebuffer driver 2018-04-23 13:37:19 +02:00
gsmi.c gsmi: Add GSMI commands to log S0ix info 2018-10-15 20:32:26 +02:00
Kconfig gsmi: Remove autoselected dependency on EFI and EFI_VARS 2018-10-15 20:32:26 +02:00
Makefile firmware: coreboot: Collapse platform drivers into bus core 2018-09-14 15:37:23 +02:00
memconsole-coreboot.c firmware: memconsole: Probe via coreboot bus 2018-04-23 13:37:19 +02:00
memconsole-x86-legacy.c
memconsole.c
memconsole.h
vpd.c firmware: vpd: Drop __iomem usage for memremap() memory 2019-03-28 02:21:29 +09:00
vpd_decode.c
vpd_decode.h