Re: [PATCH] power: supply: max77650: add MODULE_ALIAS()

2019-09-02 Thread Sebastian Reichel
Hi, On Wed, Jul 03, 2019 at 10:48:10AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Define a MODULE_ALIAS() in the charger sub-driver for max77650 so that > the appropriate module gets loaded together with the core mfd driver. > > Signed-off-by: Bartosz Golaszewski > ---

Re: [PATCH] power: supply: max77650: add MODULE_ALIAS()

2019-08-05 Thread Bartosz Golaszewski
śr., 3 lip 2019 o 10:48 Bartosz Golaszewski napisał(a): > > From: Bartosz Golaszewski > > Define a MODULE_ALIAS() in the charger sub-driver for max77650 so that > the appropriate module gets loaded together with the core mfd driver. > > Signed-off-by: Bartosz Golaszewski > --- > drivers/power/s

[PATCH] power: supply: max77650: add MODULE_ALIAS()

2019-07-03 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Define a MODULE_ALIAS() in the charger sub-driver for max77650 so that the appropriate module gets loaded together with the core mfd driver. Signed-off-by: Bartosz Golaszewski --- drivers/power/supply/max77650-charger.c | 1 + 1 file changed, 1 insertion(+) diff --gi