Re: [PATCH] memory: jz4780_nemc: Only request IO memory the driver will use

2020-07-28 Thread Paul Cercueil
Le mar. 28 juil. 2020 à 11:21, Krzysztof Kozlowski a écrit : On Mon, Jul 27, 2020 at 06:20:34PM +0200, Paul Cercueil wrote: The driver only uses the registers up to offset 0x54. Since the EFUSE registers are in the middle of the NEMC registers, we only request the registers we will use

Re: [PATCH] memory: jz4780_nemc: Only request IO memory the driver will use

2020-07-28 Thread Krzysztof Kozlowski
On Mon, Jul 27, 2020 at 06:20:34PM +0200, Paul Cercueil wrote: > The driver only uses the registers up to offset 0x54. Since the EFUSE > registers are in the middle of the NEMC registers, we only request > the registers we will use for now - that way the EFUSE driver can > probe too. > >

[PATCH] memory: jz4780_nemc: Only request IO memory the driver will use

2020-07-27 Thread Paul Cercueil
The driver only uses the registers up to offset 0x54. Since the EFUSE registers are in the middle of the NEMC registers, we only request the registers we will use for now - that way the EFUSE driver can probe too. Tested-by: H. Nikolaus Schaller Signed-off-by: Paul Cercueil ---