Re: [PATCH] power_supply: change the way how wm97xx-bat driver is registered

From: Dmitry
Date: Sun Nov 02 2008 - 15:37:18 EST


2008/10/29 Dmitry Baryshkov <dbaryshkov@xxxxxxxxx>:
> Do register the driver from wm97xx_bat_set_pdata instead of module init.
> This has several positive outcome points:
> 1) This driver for wm97xx-battery is now registered on demand, thus allowing
> other driver (e.g. tosa-battery) to claim the battery.
> 2) After dropping __init from wm97xx_bat_set_pdata(), the wm97xx_bat driver
> can be correctly built as a module. Then one can request it and set the
> battery data.
>
> Signed-off-by: Dmitry Baryshkov <dbaryshkov@xxxxxxxxx>
> Cc: Marek Vasut <marek.vasut@xxxxxxxxx>
> ---
> drivers/power/Kconfig | 4 ++--
> drivers/power/wm97xx_battery.c | 12 +++++-------
> include/linux/wm97xx_batt.h | 7 +++++--
> 3 files changed, 12 insertions(+), 11 deletions(-)

What about this patch?


--
With best wishes
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/