mbox series

[0/3] watchdog: jz4740: Driver update

Message ID 20190809115930.6050-1-paul@crapouillou.net (mailing list archive)
Headers show
Series watchdog: jz4740: Driver update | expand

Message

Paul Cercueil Aug. 9, 2019, 11:59 a.m. UTC
Hi,

This patchset comes from a bigger patchset that was cut in smaller
pieces for easier integration to mainline.
(The patchset was https://lkml.org/lkml/2019/3/27/1837)

The reviews were kept since the code mostly didn't change. The exception
is the use of device_node_to_regmap() in patch 2/3. This function was
added in a prior patch, now merged in the MIPS tree.

For that reason this patchset is based on the ingenic-tcu-v5.4 branch of
the MIPS tree
(git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git).

Thanks,
-Paul

Comments

Guenter Roeck Aug. 9, 2019, 4:52 p.m. UTC | #1
On Fri, Aug 09, 2019 at 01:59:27PM +0200, Paul Cercueil wrote:
> Hi,
> 
> This patchset comes from a bigger patchset that was cut in smaller
> pieces for easier integration to mainline.
> (The patchset was https://lkml.org/lkml/2019/3/27/1837)
> 
> The reviews were kept since the code mostly didn't change. The exception
> is the use of device_node_to_regmap() in patch 2/3. This function was
> added in a prior patch, now merged in the MIPS tree.
> 
> For that reason this patchset is based on the ingenic-tcu-v5.4 branch of
> the MIPS tree
> (git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git).
> 

What is the expectation here ? Should the series be sent upstream
through the watchdog tree, or through some other tree ?

Thanks,
Guenter
Paul Cercueil Aug. 9, 2019, 4:55 p.m. UTC | #2
Hi Guenter,


Le ven. 9 août 2019 à 18:52, Guenter Roeck <linux@roeck-us.net> a 
écrit :
> On Fri, Aug 09, 2019 at 01:59:27PM +0200, Paul Cercueil wrote:
>>  Hi,
>> 
>>  This patchset comes from a bigger patchset that was cut in smaller
>>  pieces for easier integration to mainline.
>>  (The patchset was https://lkml.org/lkml/2019/3/27/1837)
>> 
>>  The reviews were kept since the code mostly didn't change. The 
>> exception
>>  is the use of device_node_to_regmap() in patch 2/3. This function 
>> was
>>  added in a prior patch, now merged in the MIPS tree.
>> 
>>  For that reason this patchset is based on the ingenic-tcu-v5.4 
>> branch of
>>  the MIPS tree
>>  (git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git).
>> 
> 
> What is the expectation here ? Should the series be sent upstream
> through the watchdog tree, or through some other tree ?

You can get it through the watchdog tree if you merge the 
ingenic-tcu-v5.4
branch from the MIPS tree. If you'd rather not do that, I can get it 
merged
through the MIPS tree.

Thanks,
-Paul
Guenter Roeck Aug. 9, 2019, 5:29 p.m. UTC | #3
On Fri, Aug 09, 2019 at 06:55:26PM +0200, Paul Cercueil wrote:
> Hi Guenter,
> 
> 
> Le ven. 9 août 2019 à 18:52, Guenter Roeck <linux@roeck-us.net> a écrit :
> >On Fri, Aug 09, 2019 at 01:59:27PM +0200, Paul Cercueil wrote:
> >> Hi,
> >>
> >> This patchset comes from a bigger patchset that was cut in smaller
> >> pieces for easier integration to mainline.
> >> (The patchset was https://lkml.org/lkml/2019/3/27/1837)
> >>
> >> The reviews were kept since the code mostly didn't change. The
> >>exception
> >> is the use of device_node_to_regmap() in patch 2/3. This function was
> >> added in a prior patch, now merged in the MIPS tree.
> >>
> >> For that reason this patchset is based on the ingenic-tcu-v5.4 branch
> >>of
> >> the MIPS tree
> >> (git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git).
> >>
> >
> >What is the expectation here ? Should the series be sent upstream
> >through the watchdog tree, or through some other tree ?
> 
> You can get it through the watchdog tree if you merge the ingenic-tcu-v5.4
> branch from the MIPS tree. If you'd rather not do that, I can get it merged
> through the MIPS tree.
> 
I would prefer a merge through the mips tree.

Guenter
Paul Cercueil Aug. 9, 2019, 5:34 p.m. UTC | #4
Le ven. 9 août 2019 à 19:29, Guenter Roeck <linux@roeck-us.net> a 
écrit :
> On Fri, Aug 09, 2019 at 06:55:26PM +0200, Paul Cercueil wrote:
>>  Hi Guenter,
>> 
>> 
>>  Le ven. 9 août 2019 à 18:52, Guenter Roeck <linux@roeck-us.net> a 
>> écrit :
>>  >On Fri, Aug 09, 2019 at 01:59:27PM +0200, Paul Cercueil wrote:
>>  >> Hi,
>>  >>
>>  >> This patchset comes from a bigger patchset that was cut in 
>> smaller
>>  >> pieces for easier integration to mainline.
>>  >> (The patchset was https://lkml.org/lkml/2019/3/27/1837)
>>  >>
>>  >> The reviews were kept since the code mostly didn't change. The
>>  >>exception
>>  >> is the use of device_node_to_regmap() in patch 2/3. This 
>> function was
>>  >> added in a prior patch, now merged in the MIPS tree.
>>  >>
>>  >> For that reason this patchset is based on the ingenic-tcu-v5.4 
>> branch
>>  >>of
>>  >> the MIPS tree
>>  >> (git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git).
>>  >>
>>  >
>>  >What is the expectation here ? Should the series be sent upstream
>>  >through the watchdog tree, or through some other tree ?
>> 
>>  You can get it through the watchdog tree if you merge the 
>> ingenic-tcu-v5.4
>>  branch from the MIPS tree. If you'd rather not do that, I can get 
>> it merged
>>  through the MIPS tree.
>> 
> I would prefer a merge through the mips tree.
> 
> Guenter

Ok; Can I get some signatures then? ;)

Thanks,
-Paul
Guenter Roeck Aug. 9, 2019, 5:57 p.m. UTC | #5
On Fri, Aug 09, 2019 at 07:34:49PM +0200, Paul Cercueil wrote:
> 
> 
> Le ven. 9 août 2019 à 19:29, Guenter Roeck <linux@roeck-us.net> a écrit :
> >On Fri, Aug 09, 2019 at 06:55:26PM +0200, Paul Cercueil wrote:
> >> Hi Guenter,
> >>
> >>
> >> Le ven. 9 août 2019 à 18:52, Guenter Roeck <linux@roeck-us.net> a écrit
> >>:
> >> >On Fri, Aug 09, 2019 at 01:59:27PM +0200, Paul Cercueil wrote:
> >> >> Hi,
> >> >>
> >> >> This patchset comes from a bigger patchset that was cut in smaller
> >> >> pieces for easier integration to mainline.
> >> >> (The patchset was https://lkml.org/lkml/2019/3/27/1837)
> >> >>
> >> >> The reviews were kept since the code mostly didn't change. The
> >> >>exception
> >> >> is the use of device_node_to_regmap() in patch 2/3. This function
> >>was
> >> >> added in a prior patch, now merged in the MIPS tree.
> >> >>
> >> >> For that reason this patchset is based on the ingenic-tcu-v5.4
> >>branch
> >> >>of
> >> >> the MIPS tree
> >> >> (git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git).
> >> >>
> >> >
> >> >What is the expectation here ? Should the series be sent upstream
> >> >through the watchdog tree, or through some other tree ?
> >>
> >> You can get it through the watchdog tree if you merge the
> >>ingenic-tcu-v5.4
> >> branch from the MIPS tree. If you'd rather not do that, I can get it
> >>merged
> >> through the MIPS tree.
> >>
> >I would prefer a merge through the mips tree.
> >
> >Guenter
> 
> Ok; Can I get some signatures then? ;)
> 

They are already tagged with my Reviewed-by:. Do you want an Acked-by:
as well ? Sure, no problem.

Guenter