Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1491601
| From | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] max77693: USB event listener for charger |
| Date | 2016-09-27 01:40 +0200 |
| Message-ID | <slNF7-1NX-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series adds an USB event listener to the charger driver that enables charging if an USB cable is connected. Before the charger can be enabled, the maximum input current and the fast charge current need to be set. In order to make this possible, the regulator function that sets the current needs to be extended. Wolfgang Wiedmeyer (3): mfd: max77693: Add defines for charger current control regulator: max77693: Also manipulate the fast charge current power_supply: max77693: Listen for cable events and enable charging drivers/power/Kconfig | 2 +- drivers/power/max77693_charger.c | 171 +++++++++++++++++++++++++++++++++ drivers/regulator/max77693-regulator.c | 45 ++++++++- include/linux/mfd/max77693-private.h | 7 ++ 4 files changed, 221 insertions(+), 4 deletions(-) -- 2.8.0.rc3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] max77693: USB event listener for charger Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> - 2016-09-27 01:40 +0200
[PATCH 3/3] power_supply: max77693: Listen for cable events and enable charging Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> - 2016-09-27 01:40 +0200
Re: [PATCH 3/3] power_supply: max77693: Listen for cable events and enable charging Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-27 10:20 +0200
Re: [PATCH 3/3] power_supply: max77693: Listen for cable events and enable charging Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> - 2016-09-27 15:40 +0200
Re: [PATCH 3/3] power_supply: max77693: Listen for cable events and enable charging Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-28 10:00 +0200
[PATCH 2/3] regulator: max77693: Also manipulate the fast charge current Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> - 2016-09-27 01:40 +0200
Re: [PATCH 2/3] regulator: max77693: Also manipulate the fast charge current Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-27 10:10 +0200
Re: [PATCH 2/3] regulator: max77693: Also manipulate the fast charge current Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> - 2016-09-27 16:00 +0200
Re: [PATCH 2/3] regulator: max77693: Also manipulate the fast charge current Mark Brown <broonie@kernel.org> - 2016-09-27 18:20 +0200
Re: [PATCH 2/3] regulator: max77693: Also manipulate the fast charge current Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> - 2016-09-27 20:00 +0200
Re: [PATCH 2/3] regulator: max77693: Also manipulate the fast charge current Krzysztof Kozlowski <krzk@kernel.org> - 2016-09-28 10:10 +0200
csiph-web