Re: [RESEND PATCH 01/42] mfd: arizona: use PLATFORM_DEVID_NONE

2021-03-16 Thread Krzysztof Kozlowski
On 28/10/2020 23:29, Krzysztof Kozlowski wrote: > Use PLATFORM_DEVID_NONE define instead of "-1" value because: > - it brings some meaning, > - it might point attention why auto device ID was not used. > > Signed-off-by: Krzysztof Kozlowski > Acked-by: Charles Keepax Hi Lee, I sent this

[RESEND PATCH 01/42] mfd: arizona: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Charles Keepax --- drivers/mfd/arizona-core.c | 5 +++-- 1 file changed, 3 insertions(+), 2

Re: [PATCH 01/42] mfd: arizona: use PLATFORM_DEVID_NONE

2020-09-22 Thread Charles Keepax
On Mon, Sep 21, 2020 at 10:49:35PM +0200, Krzysztof Kozlowski wrote: > Use PLATFORM_DEVID_NONE define instead of "-1" value because: > - it brings some meaning, > - it might point attention why auto device ID was not used. > > Signed-off-by: Krzysztof Kozlowski > --- Acked-by: Charles Keepax

[PATCH 01/42] mfd: arizona: use PLATFORM_DEVID_NONE

2020-09-21 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/arizona-core.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git