linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: Hans de Goede <hdegoede@redhat.com>,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/4] extcon: axp288: Remove unused platform data
Date: Wed, 03 Jan 2018 18:53:17 +0900	[thread overview]
Message-ID: <5A4CA80D.8060406@samsung.com> (raw)
In-Reply-To: <20180103093720.fwbxgqkrrbszbdtn@dell>

On 2018년 01월 03일 18:37, Lee Jones wrote:
> On Wed, 03 Jan 2018, Chanwoo Choi wrote:
> 
>> Dear Lee,
>>
>> On 2018년 01월 02일 18:16, Lee Jones wrote:
>>> On Tue, 02 Jan 2018, Chanwoo Choi wrote:
>>>
>>>> + MFD Maintainer (Lee Jones <lee.jones@linaro.org>)
>>>>
>>>> Hi Hans,
>>>>
>>>> You better to use the scripts/get_maintainer.pl for the mailing list.
>>>> I added the MFD maintainer.
>>>>
>>>> This patch looks good to me.
>>>> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
>>>>
>>>>
>>>> Best Regards,
>>>> Chanwoo Choi
>>>>
>>>> On 2017년 12월 22일 21:36, Hans de Goede wrote:
>>>>> This is not used / set anywhere in the tree.
>>>>>
>>>>> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
>>>>> ---
>>>>>  drivers/extcon/extcon-axp288.c | 35 +----------------------------------
>>>>>  include/linux/mfd/axp20x.h     |  5 -----
>>>
>>> Acked-by: Lee Jones <lee.jones@linaro.org>
>>>
>>
>> I already made the immutable branch[1] for both mfd and extcon.
>> [1] https://lkml.org/lkml/2017/12/15/133
>>
>> I added the additional patch for 'include/linux/mfd/axp20x.h'
>> If you want to need to apply it on mfd tree, please apply them of immutable branch.
>>
>>
>> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>>
>>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git ib-extcon-mfd-4.16
> 
> How is this possible?  ib-extcon-mfd-4.16 is already immutable.
> 
> I believe you should have created a new tag:
> 
>   ib-extcon-mfd-4.16-1
> 
> ... based on ib-extcon-mfd-4.16.

You're right.
I make the new immutable branch (ib-extcon-mfd-4.16-1) as following:


The following changes since commit c7eb47f9e45226571be31212f6efd4b307d3b59d:

  extcon: usbc-cros-ec: add support to notify USB type cables. (2017-12-15 17:21:49 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/ib-extcon-mfd-4.16-1

for you to fetch changes up to 9bf317e900a19a857eb9921c9441a92e89f40415:

  extcon: axp288: Remove unused platform data (2018-01-03 10:11:02 +0900)

----------------------------------------------------------------
Immutable branch for both MFD and EXTCON tree.

----------------------------------------------------------------
Arvind Yadav (1):
      extcon: axp288:: Handle return value of platform_get_irq

Hans de Goede (2):
      extcon: axp288: Remove unused extcon_nb struct member
      extcon: axp288: Remove unused platform data

 drivers/extcon/extcon-axp288.c | 39 ++++-----------------------------------
 include/linux/mfd/axp20x.h     |  5 -----
 2 files changed, 4 insertions(+), 40 deletions(-)


> 
>> for you to fetch changes up to 9bf317e900a19a857eb9921c9441a92e89f40415:
>>
>>   extcon: axp288: Remove unused platform data (2018-01-03 10:11:02 +0900)
>>
>> ----------------------------------------------------------------
>> Arvind Yadav (1):
>>       extcon: axp288:: Handle return value of platform_get_irq
>>
>> Benson Leung (1):
>>       extcon: usbc-cros-ec: add support to notify USB type cables.
>>
>> Hans de Goede (2):
>>       extcon: axp288: Remove unused extcon_nb struct member
>>       extcon: axp288: Remove unused platform data
>>
>>  drivers/extcon/extcon-axp288.c       |  39 +---------
>>  drivers/extcon/extcon-usbc-cros-ec.c | 142 ++++++++++++++++++++++++++++++++++-
>>  include/linux/mfd/axp20x.h           |   5 --
>>  include/linux/mfd/cros_ec_commands.h |  17 +++++
>>  4 files changed, 159 insertions(+), 44 deletions(-)
>>
> 


-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

  reply	other threads:[~2018-01-03  9:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20171222123627epcas1p25953168cb2b1432d2065c0068a71397f@epcas1p2.samsung.com>
2017-12-22 12:36 ` [PATCH 1/4] extcon: axp288: Remove unused extcon_nb struct member Hans de Goede
2017-12-22 12:36   ` [PATCH 2/4] extcon: axp288: Remove unused platform data Hans de Goede
2018-01-02  0:35     ` Chanwoo Choi
2018-01-02  9:16       ` Lee Jones
2018-01-03  1:34         ` Chanwoo Choi
2018-01-03  9:37           ` Lee Jones
2018-01-03  9:53             ` Chanwoo Choi [this message]
2018-01-05 10:44               ` Lee Jones
2017-12-22 12:36   ` [PATCH 3/4] extcon: axp288: Redo charger type dection a couple of seconds after probe() Hans de Goede
2018-01-02  0:54     ` Chanwoo Choi
2018-01-02 22:44       ` Hans de Goede
2018-01-03  0:58         ` Chanwoo Choi
2018-01-03  1:04           ` Chanwoo Choi
2017-12-22 12:36   ` [PATCH 4/4] extcon: axp288: Handle reserved charger-type values better Hans de Goede
2018-01-02  0:55     ` Chanwoo Choi
2018-01-02  0:36   ` [PATCH 1/4] extcon: axp288: Remove unused extcon_nb struct member Chanwoo Choi
2018-01-03  1:17   ` Chanwoo Choi
2018-01-03  8:08     ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5A4CA80D.8060406@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=hdegoede@redhat.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).