linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arm: mediatek: DT fixes for v4.20
@ 2018-11-26 10:34 Matthias Brugger
  2018-12-02 19:56 ` Matthias Brugger
  2018-12-03 20:38 ` Olof Johansson
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Brugger @ 2018-11-26 10:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,
Hi Arnd,

There two issues with the mt7622 based boards in the current v4.20-rc cycle.
Could you please pull the following fixes for the issues.

Thanks,
Matthias
----

The following changes since commit 9ff01193a20d391e8dbce4403dd5ef87c7eaaca6:

  Linux 4.20-rc3 (2018-11-18 13:33:44 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v4.19-next-fixes

for you to fetch changes up to ce68cc6fad893eb33b69ef7ec186233a51696236:

  arm64: dts: mt7622: Drop the general purpose timer node (2018-11-26 11:19:19
+0100)

----------------------------------------------------------------
DT mt7622:
- kernelci awaits a working stdout-path.
  Fix the path for reference board and bananapi-r64
- general propouse timer has issues with clocks that didn't
  get probed early. Delete the DT node as the timer isn't
  need, a ARM arch timer exists on the system.

----------------------------------------------------------------
Ryder Lee (3):
      arm64: dts: mt7622: fix no more console output on rfb1
      arm64: dts: mt7622: fix no more console output on BPI-R64 board
      arm64: dts: mt7622: Drop the general purpose timer node

 arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts |  7 ++++++-
 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts             |  7 ++++++-
 arch/arm64/boot/dts/mediatek/mt7622.dtsi                 | 10 ----------
 3 files changed, 12 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] arm: mediatek: DT fixes for v4.20
  2018-11-26 10:34 [GIT PULL] arm: mediatek: DT fixes for v4.20 Matthias Brugger
@ 2018-12-02 19:56 ` Matthias Brugger
  2018-12-02 20:01   ` Olof Johansson
  2018-12-03 20:38 ` Olof Johansson
  1 sibling, 1 reply; 5+ messages in thread
From: Matthias Brugger @ 2018-12-02 19:56 UTC (permalink / raw)
  To: arm-soc
  Cc: Ryder Lee, moderated list:ARM/Mediatek SoC support, linux-arm-kernel

Hi all,

On 26/11/2018 11:34, Matthias Brugger wrote:
> Hi Olof,
> Hi Arnd,
> 
> There two issues with the mt7622 based boards in the current v4.20-rc cycle.
> Could you please pull the following fixes for the issues.
> 
> Thanks,
> Matthias

I just saw, that this is not part of armsoc-fixes [1]
Does it fall through the cracks or are there any comments?

Regards,
Matthias


[1]
https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/log/?h=armsoc-fixes


> ----
> 
> The following changes since commit 9ff01193a20d391e8dbce4403dd5ef87c7eaaca6:
> 
>   Linux 4.20-rc3 (2018-11-18 13:33:44 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v4.19-next-fixes
> 
> for you to fetch changes up to ce68cc6fad893eb33b69ef7ec186233a51696236:
> 
>   arm64: dts: mt7622: Drop the general purpose timer node (2018-11-26 11:19:19
> +0100)
> 
> ----------------------------------------------------------------
> DT mt7622:
> - kernelci awaits a working stdout-path.
>   Fix the path for reference board and bananapi-r64
> - general propouse timer has issues with clocks that didn't
>   get probed early. Delete the DT node as the timer isn't
>   need, a ARM arch timer exists on the system.
> 
> ----------------------------------------------------------------
> Ryder Lee (3):
>       arm64: dts: mt7622: fix no more console output on rfb1
>       arm64: dts: mt7622: fix no more console output on BPI-R64 board
>       arm64: dts: mt7622: Drop the general purpose timer node
> 
>  arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts |  7 ++++++-
>  arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts             |  7 ++++++-
>  arch/arm64/boot/dts/mediatek/mt7622.dtsi                 | 10 ----------
>  3 files changed, 12 insertions(+), 12 deletions(-)
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] arm: mediatek: DT fixes for v4.20
  2018-12-02 19:56 ` Matthias Brugger
@ 2018-12-02 20:01   ` Olof Johansson
  2018-12-03  0:41     ` Matthias Brugger
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2018-12-02 20:01 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: ARM-SoC Maintainers, moderated list:ARM/Mediatek SoC...,
	Ryder Lee, Linux ARM Mailing List

On Sun, Dec 2, 2018 at 11:57 AM Matthias Brugger <matthias.bgg@gmail.com> wrote:
>
> Hi all,
>
> On 26/11/2018 11:34, Matthias Brugger wrote:
> > Hi Olof,
> > Hi Arnd,
> >
> > There two issues with the mt7622 based boards in the current v4.20-rc cycle.
> > Could you please pull the following fixes for the issues.
> >
> > Thanks,
> > Matthias
>
> I just saw, that this is not part of armsoc-fixes [1]
> Does it fall through the cracks or are there any comments?

Hi,

I pinged you on IRC, which I'm guessing you didn't see.

Your branch was based on -rc3 when the rest of fixes were on -rc1 for
this cycle. I asked if I could cherry-pick, but in the end I decided
to send what we have and just merge it once Linus picks it up (since
the new branch would be based on -rc4 or 5). So, it's on the list and
I'll merge it later today or tomorrow.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] arm: mediatek: DT fixes for v4.20
  2018-12-02 20:01   ` Olof Johansson
@ 2018-12-03  0:41     ` Matthias Brugger
  0 siblings, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2018-12-03  0:41 UTC (permalink / raw)
  To: Olof Johansson
  Cc: ARM-SoC Maintainers, moderated list:ARM/Mediatek SoC...,
	Ryder Lee, Linux ARM Mailing List



On 02/12/2018 21:01, Olof Johansson wrote:
> On Sun, Dec 2, 2018 at 11:57 AM Matthias Brugger <matthias.bgg@gmail.com> wrote:
>>
>> Hi all,
>>
>> On 26/11/2018 11:34, Matthias Brugger wrote:
>>> Hi Olof,
>>> Hi Arnd,
>>>
>>> There two issues with the mt7622 based boards in the current v4.20-rc cycle.
>>> Could you please pull the following fixes for the issues.
>>>
>>> Thanks,
>>> Matthias
>>
>> I just saw, that this is not part of armsoc-fixes [1]
>> Does it fall through the cracks or are there any comments?
> 
> Hi,
> 
> I pinged you on IRC, which I'm guessing you didn't see.

Sorry, I just realized.

> 
> Your branch was based on -rc3 when the rest of fixes were on -rc1 for
> this cycle. I asked if I could cherry-pick, but in the end I decided
> to send what we have and just merge it once Linus picks it up (since
> the new branch would be based on -rc4 or 5). So, it's on the list and
> I'll merge it later today or tomorrow.
> 

Ok, great. If you want me to prepare a branch based on a different rc, just let
me know.

Thanks,
Matthias

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] arm: mediatek: DT fixes for v4.20
  2018-11-26 10:34 [GIT PULL] arm: mediatek: DT fixes for v4.20 Matthias Brugger
  2018-12-02 19:56 ` Matthias Brugger
@ 2018-12-03 20:38 ` Olof Johansson
  1 sibling, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2018-12-03 20:38 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: arm-soc, moderated list:ARM/Mediatek SoC support, Ryder Lee,
	linux-arm-kernel

On Mon, Nov 26, 2018 at 11:34:38AM +0100, Matthias Brugger wrote:
> Hi Olof,
> Hi Arnd,
> 
> There two issues with the mt7622 based boards in the current v4.20-rc cycle.
> Could you please pull the following fixes for the issues.
> 
> Thanks,
> Matthias
> ----
> 
> The following changes since commit 9ff01193a20d391e8dbce4403dd5ef87c7eaaca6:
> 
>   Linux 4.20-rc3 (2018-11-18 13:33:44 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v4.19-next-fixes
> 
> for you to fetch changes up to ce68cc6fad893eb33b69ef7ec186233a51696236:
> 
>   arm64: dts: mt7622: Drop the general purpose timer node (2018-11-26 11:19:19
> +0100)
> 
> ----------------------------------------------------------------
> DT mt7622:
> - kernelci awaits a working stdout-path.
>   Fix the path for reference board and bananapi-r64
> - general propouse timer has issues with clocks that didn't
>   get probed early. Delete the DT node as the timer isn't
>   need, a ARM arch timer exists on the system.

Merged to fixes now, thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-03 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26 10:34 [GIT PULL] arm: mediatek: DT fixes for v4.20 Matthias Brugger
2018-12-02 19:56 ` Matthias Brugger
2018-12-02 20:01   ` Olof Johansson
2018-12-03  0:41     ` Matthias Brugger
2018-12-03 20:38 ` Olof Johansson

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).