2014-04-01 22:06:59

by Andrew Morton

[permalink] [raw]
Subject: Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

On Tue, 1 Apr 2014 11:20:32 +0800 Roger <[email protected]> wrote:

> On 03/25/2014 06:44 PM, [email protected] wrote:
> > From: Roger Tseng <[email protected]>
> >
> > Realtek USB memstick host driver provides memstick host support based on the
> > Realtek USB card reader MFD driver.
> >
> > Signed-off-by: Roger Tseng <[email protected]>
> > ---
> > drivers/memstick/host/Kconfig | 10 +
> > drivers/memstick/host/Makefile | 1 +
> > drivers/memstick/host/rtsx_usb_ms.c | 839 ++++++++++++++++++++++++++++++++++++
> > 3 files changed, 850 insertions(+)
> > create mode 100644 drivers/memstick/host/rtsx_usb_ms.c
> Hi Andrew,
>
> Since I'll have to send next revision(v6, to modify patch 1/3) and
> you've commented v4, would you also comment or Ack the 3/3 of this one?
> This should save one revision for me to make any necessary change.

It looks OK to my inexpert eye. It would be better if Maxim and/or Alex
could review the code. If that doesn't happen then I guess the best we
can do is to go ahead and merge it. Have you worked out via which tree
the patches will be merged?


2014-04-02 15:17:13

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

On Tue, 01 Apr 2014, Andrew Morton wrote:

> On Tue, 1 Apr 2014 11:20:32 +0800 Roger <[email protected]> wrote:
>
> > On 03/25/2014 06:44 PM, [email protected] wrote:
> > > From: Roger Tseng <[email protected]>
> > >
> > > Realtek USB memstick host driver provides memstick host support based on the
> > > Realtek USB card reader MFD driver.
> > >
> > > Signed-off-by: Roger Tseng <[email protected]>
> > > ---
> > > drivers/memstick/host/Kconfig | 10 +
> > > drivers/memstick/host/Makefile | 1 +
> > > drivers/memstick/host/rtsx_usb_ms.c | 839 ++++++++++++++++++++++++++++++++++++
> > > 3 files changed, 850 insertions(+)
> > > create mode 100644 drivers/memstick/host/rtsx_usb_ms.c
> > Hi Andrew,
> >
> > Since I'll have to send next revision(v6, to modify patch 1/3) and
> > you've commented v4, would you also comment or Ack the 3/3 of this one?
> > This should save one revision for me to make any necessary change.
>
> It looks OK to my inexpert eye. It would be better if Maxim and/or Alex
> could review the code. If that doesn't happen then I guess the best we
> can do is to go ahead and merge it. Have you worked out via which tree
> the patches will be merged?

I'll be happy to take the set if one of the subsystem experts would be
kind enough to cast an eye over it.

Maxim, Alex?

--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

2014-04-08 08:07:23

by Roger Tseng

[permalink] [raw]
Subject: Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver


On 04/02/2014 11:16 PM, Lee Jones wrote:
> On Tue, 01 Apr 2014, Andrew Morton wrote:
>
>> On Tue, 1 Apr 2014 11:20:32 +0800 Roger <[email protected]> wrote:
>>
>>> On 03/25/2014 06:44 PM, [email protected] wrote:
>>>> From: Roger Tseng <[email protected]>
>>>>
>>>> Realtek USB memstick host driver provides memstick host support based on the
>>>> Realtek USB card reader MFD driver.
>>>>
>>>> Signed-off-by: Roger Tseng <[email protected]>
>>>> ---
>>>> drivers/memstick/host/Kconfig | 10 +
>>>> drivers/memstick/host/Makefile | 1 +
>>>> drivers/memstick/host/rtsx_usb_ms.c | 839 ++++++++++++++++++++++++++++++++++++
>>>> 3 files changed, 850 insertions(+)
>>>> create mode 100644 drivers/memstick/host/rtsx_usb_ms.c
>>> Hi Andrew,
>>>
>>> Since I'll have to send next revision(v6, to modify patch 1/3) and
>>> you've commented v4, would you also comment or Ack the 3/3 of this one?
>>> This should save one revision for me to make any necessary change.
>>
>> It looks OK to my inexpert eye. It would be better if Maxim and/or Alex
>> could review the code. If that doesn't happen then I guess the best we
>> can do is to go ahead and merge it. Have you worked out via which tree
>> the patches will be merged?
>
> I'll be happy to take the set if one of the subsystem experts would be
> kind enough to cast an eye over it.
>
> Maxim, Alex?
>
Lee,

When I prepare my next submission, I found a previous version of this
patch set(and only the 1/3 'mfd' part) seems to be merged in the
following commit:

commit e5744abb2fa3629aa5a94e21ca1eae32ff2fe00b
Merge: c29aa15 2d28ca7
Author: Linus Torvalds <[email protected]>
Date: Mon Apr 7 10:24:18 2014 -0700

Merge tag 'mfd-for-linus-3.15' of
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Is there any chance to revert it? Or what can I do to help current
situation?

note: the merged commit:
commit 730876be256603b4ee7225a125467d97a7ce9060
Author: Roger Tseng <[email protected]>
Date: Wed Feb 12 18:00:36 2014 +0800

mfd: Add realtek USB card reader driver


Best regards,
Roger Tseng

2014-04-08 11:38:00

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

> >>>>From: Roger Tseng <[email protected]>
> >>>>
> >>>>Realtek USB memstick host driver provides memstick host support based on the
> >>>>Realtek USB card reader MFD driver.
> >>>>
> >>>>Signed-off-by: Roger Tseng <[email protected]>
> >>>>---
> >>>> drivers/memstick/host/Kconfig | 10 +
> >>>> drivers/memstick/host/Makefile | 1 +
> >>>> drivers/memstick/host/rtsx_usb_ms.c | 839 ++++++++++++++++++++++++++++++++++++
> >>>> 3 files changed, 850 insertions(+)
> >>>> create mode 100644 drivers/memstick/host/rtsx_usb_ms.c
> >>>Hi Andrew,
> >>>
> >>>Since I'll have to send next revision(v6, to modify patch 1/3) and
> >>>you've commented v4, would you also comment or Ack the 3/3 of this one?
> >>>This should save one revision for me to make any necessary change.
> >>
> >>It looks OK to my inexpert eye. It would be better if Maxim and/or Alex
> >>could review the code. If that doesn't happen then I guess the best we
> >>can do is to go ahead and merge it. Have you worked out via which tree
> >>the patches will be merged?
> >
> >I'll be happy to take the set if one of the subsystem experts would be
> >kind enough to cast an eye over it.
> >
> >Maxim, Alex?
> >
> Lee,
>
> When I prepare my next submission, I found a previous version of
> this patch set(and only the 1/3 'mfd' part) seems to be merged in
> the following commit:
>
> commit e5744abb2fa3629aa5a94e21ca1eae32ff2fe00b
> Merge: c29aa15 2d28ca7
> Author: Linus Torvalds <[email protected]>
> Date: Mon Apr 7 10:24:18 2014 -0700
>
> Merge tag 'mfd-for-linus-3.15' of
> git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
>
> Is there any chance to revert it? Or what can I do to help current
> situation?

What will happen if we don't revert it? Does it depend on something
else?

> note: the merged commit:
> commit 730876be256603b4ee7225a125467d97a7ce9060
> Author: Roger Tseng <[email protected]>
> Date: Wed Feb 12 18:00:36 2014 +0800
>
> mfd: Add realtek USB card reader driver
>
>
> Best regards,
> Roger Tseng

--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

2014-04-08 13:11:27

by Roger Tseng

[permalink] [raw]
Subject: Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

On 04/08/2014 07:37 PM, Lee Jones wrote:
>>>
>> Lee,
>>
>> When I prepare my next submission, I found a previous version of
>> this patch set(and only the 1/3 'mfd' part) seems to be merged in
>> the following commit:
>>
>> commit e5744abb2fa3629aa5a94e21ca1eae32ff2fe00b
>> Merge: c29aa15 2d28ca7
>> Author: Linus Torvalds <[email protected]>
>> Date: Mon Apr 7 10:24:18 2014 -0700
>>
>> Merge tag 'mfd-for-linus-3.15' of
>> git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
>>
>> Is there any chance to revert it? Or what can I do to help current
>> situation?
>
> What will happen if we don't revert it? Does it depend on something
> else?
>
No, it has no dependency error but only provides an unused mfd device
and exports nothing functional to user.

I think it would be good to submit the diff between the merged 1/3 patch
and the v6, along with full 2/3 and 3/3.

>> note: the merged commit:
>> commit 730876be256603b4ee7225a125467d97a7ce9060
>> Author: Roger Tseng <[email protected]>
>> Date: Wed Feb 12 18:00:36 2014 +0800
>>
>> mfd: Add realtek USB card reader driver
>>
>>
>> Best regards,
>> Roger Tseng
>

2014-04-08 13:26:12

by Dan Carpenter

[permalink] [raw]
Subject: Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

On Tue, Apr 08, 2014 at 09:10:13PM +0800, Roger wrote:
> On 04/08/2014 07:37 PM, Lee Jones wrote:
> >>>
> >>Lee,
> >>
> >>When I prepare my next submission, I found a previous version of
> >>this patch set(and only the 1/3 'mfd' part) seems to be merged in
> >>the following commit:
> >>
> >>commit e5744abb2fa3629aa5a94e21ca1eae32ff2fe00b
> >>Merge: c29aa15 2d28ca7
> >>Author: Linus Torvalds <[email protected]>
> >>Date: Mon Apr 7 10:24:18 2014 -0700
> >>
> >> Merge tag 'mfd-for-linus-3.15' of
> >>git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
> >>
> >>Is there any chance to revert it? Or what can I do to help current
> >>situation?
> >
> >What will happen if we don't revert it? Does it depend on something
> >else?
> >
> No, it has no dependency error but only provides an unused mfd
> device and exports nothing functional to user.
>
> I think it would be good to submit the diff between the merged 1/3
> patch and the v6, along with full 2/3 and 3/3.

Yes. That sounds best.

regards,
dan carpenter