Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614644
| From | Andi Shyti <andi.shyti@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] Add support for USB accessories in the max77843 extcon |
| Date | 2017-04-02 07:40 +0200 |
| Message-ID | <trGp3-4Fr-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Andi Shyti <andi@smida.it> Hi, this patchset add handling of external USB accessories that are connected to the extcon max77843 device. The first patch is preparatory, that mainly aims to improve the readability of the second patch. It makes some code refactoring reducing the duplicated code, the result is exactly the same. It has been tested on TM2 with mainline kernel 4.11-rc4. Andi Changelog v1 -> v2 ------------------ Added a comment to explain better the meaning of the MAX77843_MUIC_ADC_RESERVED_ACC_* devices as recommended by Krzysztof. Andi Shyti (2): extcon: max77843: improve the code and minimize duplicated lines extcon: max77843: support USB accessories as external USB hosts drivers/extcon/extcon-max77843.c | 57 +++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 30 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] Add support for USB accessories in the max77843 extcon Andi Shyti <andi.shyti@gmail.com> - 2017-04-02 07:40 +0200
[PATCH v2 1/2] extcon: max77843: improve the code and minimize duplicated lines Andi Shyti <andi.shyti@gmail.com> - 2017-04-02 07:40 +0200
Re: [PATCH v2 1/2] extcon: max77843: improve the code and minimize duplicated lines Chanwoo Choi <cw00.choi@samsung.com> - 2017-04-03 10:00 +0200
csiph-web