mbox series

[PULL] u-boot-mips fixes for v2020.10

Message ID 20200922234009.437658-1-daniel.schwierzeck@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-mips fixes for v2020.10 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git tags/mips-fixes-for-2020.10

Message

Daniel Schwierzeck Sept. 22, 2020, 11:40 p.m. UTC
Hi Tom,

this contains some small fixes isolated to two MIPS boards which are
currently broken.

Gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/4758


The following changes since commit 5949f36f083515e2bb55f1a9c9110b287fbab587:

  Merge branch '2020-09-22-assorted-bugfixes' (2020-09-22 16:47:48 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git tags/mips-fixes-for-2020.10

for you to fetch changes up to 7d1538cc9bb87d12dcd8c9f9b07c17bb510042ef:

  mips: vocore2: fix various issues (2020-09-23 00:14:56 +0200)

----------------------------------------------------------------
- mips: vocore2: fix SPL image generation
- mips: vocore2: fix LZMA decompression errors
- mips: vocore2: fix console output
- mips: pic32mzda: fix DTC warnings and GPIO nodes
- mips: pic32mzda: make GPIO and MMC working again

----------------------------------------------------------------
John Robertson (7):
      mmc: pic32: Refresh PIC32 MMC driver
      pinmux: pic32: add SDHCI pin config
      mips: pic32mzdask: disable SDHCI SDCD signal workaround
      mips: pic32mzdask: enable CONFIG_BLK
      mips: dts: Fix device tree warnings for PIC32MZDA
      mips: dts: Fix PIC32MZDA GPIO register definitions
      mips: dts: Fix PIC32MZDA GPIO register definitions

Mauro Condarelli (1):
      mips: vocore2: fix various issues

 arch/mips/dts/pic32mzda.dtsi     | 56 +++++++++++++++-----------
 arch/mips/dts/pic32mzda_sk.dts   |  1 +
 arch/mips/dts/vocore_vocore2.dts |  2 +-
 configs/pic32mzdask_defconfig    |  1 -
 configs/vocore2_defconfig        |  2 +-
 drivers/mmc/pic32_sdhci.c        | 86 +++++++++++++++++++++++-----------------
 drivers/pinctrl/pinctrl_pic32.c  | 28 +++++++++++++
 include/configs/vocore2.h        |  4 +-
 8 files changed, 117 insertions(+), 63 deletions(-)

Comments

Tom Rini Sept. 23, 2020, 1:12 p.m. UTC | #1
On Wed, Sep 23, 2020 at 01:40:09AM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> this contains some small fixes isolated to two MIPS boards which are
> currently broken.
> 
> Gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/4758
> 
> 
> The following changes since commit 5949f36f083515e2bb55f1a9c9110b287fbab587:
> 
>   Merge branch '2020-09-22-assorted-bugfixes' (2020-09-22 16:47:48 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git tags/mips-fixes-for-2020.10
> 
> for you to fetch changes up to 7d1538cc9bb87d12dcd8c9f9b07c17bb510042ef:
> 
>   mips: vocore2: fix various issues (2020-09-23 00:14:56 +0200)
> 

Applied to u-boot/master, thanks!