From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753948AbdDDKrU (ORCPT ); Tue, 4 Apr 2017 06:47:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42684 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753892AbdDDKrR (ORCPT ); Tue, 4 Apr 2017 06:47:17 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 35EAF787F6 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=hdegoede@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 35EAF787F6 Subject: Re: [PATCH 2/2] extcon: Add new extcon_register_notifier_all() to monitor all external connectors To: Chanwoo Choi , linux-kernel@vger.kernel.org References: <1490863178-12782-1-git-send-email-cw00.choi@samsung.com> <1490863178-12782-2-git-send-email-cw00.choi@samsung.com> <5ec5c655-2254-696d-cfca-029d5eb5f17c@redhat.com> <58DCCDED.6040605@samsung.com> <6c9c4abb-2d54-6ec3-93f4-24da903da650@redhat.com> <58E1F8AD.9090409@samsung.com> <655587e2-5463-a5aa-9ddb-b26d6acbe545@redhat.com> Cc: chanwoo@kernel.org, myungjoo.ham@samsung.com From: Hans de Goede Message-ID: <18cb3d7a-6e75-c9a4-e4a8-604d8538cd49@redhat.com> Date: Tue, 4 Apr 2017 12:47:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <655587e2-5463-a5aa-9ddb-b26d6acbe545@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 04 Apr 2017 10:47:17 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 03-04-17 13:14, Hans de Goede wrote: > Hi, > > On 03-04-17 09:24, Chanwoo Choi wrote: >> 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 > > 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 ? Regards, Hans