From 91f495bb69a8bd8f5f6619bd433bf73537ac447d Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 19 Nov 2008 17:09:53 +0000 Subject: From 5718bde77ed1a75e0fd2cdf5e099e66121d10c0a Mon Sep 17 00:00:00 2001 Subject: [PATCH] [battery] Make the bq27000 send an uevent when the charging state possible changed Remove the todo entries from the pcf50633, make the mach-gta02 call the bq27000 driver from the pmu callback. --- drivers/power/bq27000_battery.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'drivers/power/bq27000_battery.c') diff --git a/drivers/power/bq27000_battery.c b/drivers/power/bq27000_battery.c index 652a9fa9708..5598568933d 100644 --- a/drivers/power/bq27000_battery.c +++ b/drivers/power/bq27000_battery.c @@ -329,6 +329,17 @@ static int bq27000_battery_remove(struct platform_device *pdev) return 0; } +void bq27000_charging_state_change(struct platform_device *pdev) +{ + struct bq27000_device_info *di = platform_get_drvdata(pdev); + + if (!di) + return; + + power_supply_changed(&di->bat); +} +EXPORT_SYMBOL_GPL(bq27000_charging_state_change); + #ifdef CONFIG_PM static int bq27000_battery_suspend(struct platform_device *pdev, -- cgit v1.2.3