mbox series

[U-Boot,PULL] u-boot-mips

Message ID 20190705152943.26624-1-daniel.schwierzeck@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-mips | expand

Pull-request

git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-2019.07

Message

Daniel Schwierzeck July 5, 2019, 3:29 p.m. UTC
Hi Tom,

please pull a fix for network instability on MT7688 Gardena Smart Gateway.
This should go into 2019.07, thanks.


The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:

  board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-2019.07

for you to fetch changes up to 9814fb272f59fc07c0856a6e034e34b361cade18:

  mips: mt76xx: Implement new d-cache fix in last_stage_init() (2019-07-05 17:12:27 +0200)

----------------------------------------------------------------
- mtmips: network stability fixes for gardena-smart-gateway

----------------------------------------------------------------
Stefan Roese (1):
      mips: mt76xx: Implement new d-cache fix in last_stage_init()

 arch/mips/Kconfig           |  2 +-
 arch/mips/mach-mtmips/cpu.c | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletion(-)

Comments

Stefan Roese July 8, 2019, 8:37 a.m. UTC | #1
Hi Tom,

On 05.07.19 17:29, Daniel Schwierzeck wrote:
> Hi Tom,
> 
> please pull a fix for network instability on MT7688 Gardena Smart Gateway.
> This should go into 2019.07, thanks.

Could you please pull this patch into the upcoming release via
the pull request from Daniel?

Thanks,
Stefan

> 
> The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:
> 
>    board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52 -0400)
> 
> are available in the Git repository at:
> 
>    git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-2019.07
> 
> for you to fetch changes up to 9814fb272f59fc07c0856a6e034e34b361cade18:
> 
>    mips: mt76xx: Implement new d-cache fix in last_stage_init() (2019-07-05 17:12:27 +0200)
> 
> ----------------------------------------------------------------
> - mtmips: network stability fixes for gardena-smart-gateway
> 
> ----------------------------------------------------------------
> Stefan Roese (1):
>        mips: mt76xx: Implement new d-cache fix in last_stage_init()
> 
>   arch/mips/Kconfig           |  2 +-
>   arch/mips/mach-mtmips/cpu.c | 26 ++++++++++++++++++++++++++
>   2 files changed, 27 insertions(+), 1 deletion(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>
Tom Rini July 8, 2019, 7:24 p.m. UTC | #2
On Fri, Jul 05, 2019 at 05:29:43PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull a fix for network instability on MT7688 Gardena Smart Gateway.
> This should go into 2019.07, thanks.
> 
> 
> The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:
> 
>   board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-2019.07
> 
> for you to fetch changes up to 9814fb272f59fc07c0856a6e034e34b361cade18:
> 
>   mips: mt76xx: Implement new d-cache fix in last_stage_init() (2019-07-05 17:12:27 +0200)
> 

Applied to u-boot/master, thanks!