Re: [PATCH 1/1] mtd: cfi_flash: use __raw_writeq(), __raw_readq()

2020-06-08 Thread Stefan Roese
On 08.06.20 09:12, Heinrich Schuchardt wrote: On 6/8/20 9:07 AM, Stefan Roese wrote: On 07.06.20 20:42, Heinrich Schuchardt wrote: On 6/6/20 11:13 PM, Heinrich Schuchardt wrote: Functions __raw_writeq(), __raw_readq() are available for all architectures. So let's use them. The major architec

Re: [PATCH 1/1] mtd: cfi_flash: use __raw_writeq(), __raw_readq()

2020-06-08 Thread Heinrich Schuchardt
On 6/8/20 9:07 AM, Stefan Roese wrote: > On 07.06.20 20:42, Heinrich Schuchardt wrote: >> On 6/6/20 11:13 PM, Heinrich Schuchardt wrote: >>> Functions __raw_writeq(), __raw_readq() are available for all >>> architectures. So let's use them. >> >> The major architectures have these but not m68k, mic

Re: [PATCH 1/1] mtd: cfi_flash: use __raw_writeq(), __raw_readq()

2020-06-08 Thread Stefan Roese
On 07.06.20 20:42, Heinrich Schuchardt wrote: On 6/6/20 11:13 PM, Heinrich Schuchardt wrote: Functions __raw_writeq(), __raw_readq() are available for all architectures. So let's use them. The major architectures have these but not m68k, microblaze, nd32, nios2, powerpc, sh, xtenza. Just che

Re: [PATCH 1/1] mtd: cfi_flash: use __raw_writeq(), __raw_readq()

2020-06-07 Thread Heinrich Schuchardt
On 6/6/20 11:13 PM, Heinrich Schuchardt wrote: > Functions __raw_writeq(), __raw_readq() are available for all > architectures. So let's use them. The major architectures have these but not m68k, microblaze, nd32, nios2, powerpc, sh, xtenza. > > Signed-off-by: Heinrich Schuchardt > --- > driver

[PATCH 1/1] mtd: cfi_flash: use __raw_writeq(), __raw_readq()

2020-06-06 Thread Heinrich Schuchardt
Functions __raw_writeq(), __raw_readq() are available for all architectures. So let's use them. Signed-off-by: Heinrich Schuchardt --- drivers/mtd/cfi_flash.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index b7289ba