[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1384856285-19593-1-git-send-email-pali.rohar@gmail.com>
Date: Tue, 19 Nov 2013 11:18:02 +0100
From: Pali Rohár <pali.rohar@...il.com>
To: Anton Vorontsov <anton@...msg.org>,
David Woodhouse <dwmw2@...radead.org>,
Tony Lindgren <tony@...mide.com>,
Russell King <linux@....linux.org.uk>
Cc: linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org,
freemangordon@....bg, aaro.koskinen@....fi, pavel@....cz,
Pali Rohár <pali.rohar@...il.com>
Subject: [PATCH v2 0/3] Add support for charging battery in Nokia RX-51
This patch series finally bringing support for charging battery on
Nokia N900 (RX-51) without any proprietary Nokia bits in userspace.
I removed hook function from bq2415x_charger driver and replaced it
by Jenny TC power_supply notifier code. This simplify usage of
bq2415x driver and also allow adding DT support in future because
driver does not need board specific function anymore (only static data).
I tested this series with linux 3.12-rc5 on Nokia N900.
Pali Rohár (3):
power_supply: Add power_supply notifier
bq2415x_charger: Use power_supply notifier for automode
RX-51: Add platform data for bq24150a charger
arch/arm/mach-omap2/board-rx51-peripherals.c | 17 +++++-
drivers/power/bq2415x_charger.c | 77 ++++++++++++++++++++------
drivers/power/power_supply_core.c | 17 ++++++
include/linux/power/bq2415x_charger.h | 48 ++--------------
include/linux/power_supply.h | 10 ++++
5 files changed, 108 insertions(+), 61 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists