Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615905
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors |
| Date | 2017-04-04 13:00 +0200 |
| Message-ID | <tsulQ-3L5-29@gated-at.bofh.it> (permalink) |
| References | (4 earlier) <tqEz0-4dN-27@gated-at.bofh.it> <tqJIl-7Se-1@gated-at.bofh.it> <ts4B5-3Mv-35@gated-at.bofh.it> <ts8bE-66S-17@gated-at.bofh.it> <tsuca-3HC-15@gated-at.bofh.it> |
| Organization | Samsung Electronics |
Hi, On 2017년 04월 04일 19:47, Hans de Goede wrote: > Hi, > > On 03-04-17 13:14, Hans de Goede wrote: >> Hi, >> >> On 03-04-17 09:24, Chanwoo Choi wrote: > > <snip> > >>> As I already said, I think that extcon focus on sending the notification >>> to all of extcon consumers. >> >> Ok, then lets keep your patches as they are, I've added the patches >> from your extcon-test branch to my local repository, modified the drivers >> which I've pending upstream which need this to use the new functionality >> and tested things. >> >> Everything looks and works good with these patches, so please add my: >> >> Acked-and-Tested-by: Hans de Goede <hdegoede@redhat.com> >> >> to them. >> >> It would be great if you can push these patches to extcon-next and >> then create a stable branch with these patches which other subsys >> maintainers can merge, so that I can start submitting patches which >> need this upstream (and also do a cleanup patch for the current axp288 >> charger code). > > I see that you've created a "ib-extcon-4.12" branch now, can I > refer other maintainers to that when submitting patches using > the new extcon_register_notifier_all(), or should I wait a bit ? You need to wait for a few days before applying this patch on the extcon-next branch. After applying this patch on extcon-next, I'll send the pull request patch to both you and linux-kernel mailing list. And then you better to give the pull request mail to other subsystem maintainer. > > Regards, > > Hans > > > -- Best Regards, Chanwoo Choi Samsung Electronics
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] extcon: Use BIT() macro for the left-shift operation Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-30 10:40 +0200
[PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-30 10:50 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-30 11:10 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-30 11:30 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-30 12:50 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-30 13:00 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-30 13:10 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Hans de Goede <hdegoede@redhat.com> - 2017-03-30 11:20 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-30 11:30 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Hans de Goede <hdegoede@redhat.com> - 2017-03-30 17:00 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Chanwoo Choi <cw00.choi@samsung.com> - 2017-04-03 09:30 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Hans de Goede <hdegoede@redhat.com> - 2017-04-03 13:20 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Chanwoo Choi <cw00.choi@samsung.com> - 2017-04-04 07:00 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Hans de Goede <hdegoede@redhat.com> - 2017-04-04 12:50 +0200
Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors Chanwoo Choi <cw00.choi@samsung.com> - 2017-04-04 13:00 +0200
Re: [PATCH 1/2] extcon: Use BIT() macro for the left-shift operation Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-30 11:10 +0200
Re: [PATCH 1/2] extcon: Use BIT() macro for the left-shift operation Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-30 11:20 +0200
Re: [PATCH 1/2] extcon: Use BIT() macro for the left-shift operation Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-30 12:40 +0200
Re: [PATCH 1/2] extcon: Use BIT() macro for the left-shift operation Chanwoo Choi <cw00.choi@samsung.com> - 2017-03-30 13:00 +0200
Re: [PATCH 1/2] extcon: Use BIT() macro for the left-shift operation Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-03-30 13:20 +0200
csiph-web