Re: [PATCH] mfd: ab8500: Drop bm disable parameter

2021-03-10 Thread Lee Jones
On Sun, 07 Mar 2021, Linus Walleij wrote: > Nobody is passing the module parameter to disable the > battery management portions so just drop this parameter. > > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Rebased on v5.12-rc, seems to have been missed for v5.12 > merge window.

[PATCH] mfd: ab8500: Drop bm disable parameter

2021-03-06 Thread Linus Walleij
Nobody is passing the module parameter to disable the battery management portions so just drop this parameter. Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Rebased on v5.12-rc, seems to have been missed for v5.12 merge window. --- drivers/mfd/ab8500-core.c | 20 ++-- 1

[PATCH] mfd: ab8500: Drop bm disable parameter

2020-12-10 Thread Linus Walleij
Nobody is passing the module parameter to disable the battery management portions so just drop this parameter. Signed-off-by: Linus Walleij --- drivers/mfd/ab8500-core.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/drivers/mfd/ab8500-core.c