Re: [PATCH v2] mtd: slram: use memremap() instead of ioremap()

2017-11-06 Thread Richard Weinberger
Am Montag, 6. November 2017, 23:29:02 CET schrieb Roy Franz: > ping - is this suitable for 4.15? Yes, state is "Accepted" in patchwork. :) Thanks, //richard

Re: [PATCH v2] mtd: slram: use memremap() instead of ioremap()

2017-11-06 Thread Richard Weinberger
Am Montag, 6. November 2017, 23:29:02 CET schrieb Roy Franz: > ping - is this suitable for 4.15? Yes, state is "Accepted" in patchwork. :) Thanks, //richard

Re: [PATCH v2] mtd: slram: use memremap() instead of ioremap()

2017-11-06 Thread Roy Franz
ping - is this suitable for 4.15? Thanks, Roy On Thu, Oct 19, 2017 at 3:55 PM, Roy Franz wrote: > Convert slram to use memremap() to map the memory it uses to back an MTD > device, as this is the proper interface for mapping memory. This change > enables normal memory to be

Re: [PATCH v2] mtd: slram: use memremap() instead of ioremap()

2017-11-06 Thread Roy Franz
ping - is this suitable for 4.15? Thanks, Roy On Thu, Oct 19, 2017 at 3:55 PM, Roy Franz wrote: > Convert slram to use memremap() to map the memory it uses to back an MTD > device, as this is the proper interface for mapping memory. This change > enables normal memory to be used to back an MTD

[PATCH v2] mtd: slram: use memremap() instead of ioremap()

2017-10-19 Thread Roy Franz
Convert slram to use memremap() to map the memory it uses to back an MTD device, as this is the proper interface for mapping memory. This change enables normal memory to be used to back an MTD device on arm64, as arm64 prevents ioremap() being used on normal memory. Signed-off-by: Roy Franz

[PATCH v2] mtd: slram: use memremap() instead of ioremap()

2017-10-19 Thread Roy Franz
Convert slram to use memremap() to map the memory it uses to back an MTD device, as this is the proper interface for mapping memory. This change enables normal memory to be used to back an MTD device on arm64, as arm64 prevents ioremap() being used on normal memory. Signed-off-by: Roy Franz