ARM Sunxi Platform Development
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>,
	Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Chris Morgan <macromorgan@hotmail.com>,
	Daniel Wagenknecht <dwagenk@mailbox.org>,
	Icenowy Zheng <icenowy@aosc.io>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	u-boot@lists.denx.de, linux-sunxi@lists.linux.dev
Subject: Pull request: u-boot-sunxi/master for 2022.04
Date: Sun, 30 Jan 2022 22:10:56 +0000	[thread overview]
Message-ID: <20220130221056.6659-1-andre.przywara@arm.com> (raw)

Hi Tom,

a bit delayed, the first batch of the sunxi pull request for this cycle.
This is mostly collecting some patches that were lying around for a while,
plus some recent fixes. Nothing too exciting at this point, but of course
they should be merged nevertheless.
There is the much bigger F1C100s SoC support coming up, which I hope to be
able to send in the next few days, along with the removal of sunxi's
lowlevel_init usage.

Compile tested for all 159 sunxi boards, plus briefly tested on BananaPi M1,
OrangePi Zero, Pine64 and Pine-H64.

Thanks,
Andre

========================
The following changes since commit 98a90b2730696c1ba773359b7944f6685ae13344:

  Merge branch '2022-01-28-assorted-fixes' (2022-01-29 13:42:58 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master

for you to fetch changes up to 50d5c6428fc280c095b0edd1a612b3661b5db77d:

  mkimage: sunxi_egon: Allow overriding the padding size (2022-01-30 01:25:00 +0000)

----------------------------------------------------------------
Andre Przywara (2):
      sunxi: gpio: Fix up pointer arithmetic
      pmic: axp: define ALDO_IN startup bit

Chris Morgan (2):
      i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c
      sunxi: Add option to prevent booting on power plug-in

Daniel Wagenknecht (1):
      sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs

Giulio Benetti (1):
      sunxi: dram_sun4i/5i: use DRAM_MEMORY_TYPE_DDR3 instead of magic number 3

Icenowy Zheng (1):
      sunxi: call fdt_fixup_ethernet again to set macaddr for more aliases

Jernej Skrabec (2):
      sunxi: fix H616 DRAM ODT support
      sunxi: Fix H616 DRAM read calibration for dual rank

Samuel Holland (5):
      sunxi: gpio: Return void from setter functions
      sunxi: gpio: Add per-bank drive and pull setters
      gpio: sunxi: Implement .set_flags
      mmc: sunxi: Use DM_GPIO flags to set pull-up
      mkimage: sunxi_egon: Allow overriding the padding size

 arch/arm/include/asm/arch-sunxi/gpio.h |  6 ++--
 arch/arm/mach-sunxi/Kconfig            | 10 ++++++
 arch/arm/mach-sunxi/dram_sun50i_h616.c |  4 +--
 arch/arm/mach-sunxi/pinmux.c           | 32 +++++++++++-------
 board/sunxi/board.c                    | 17 ++++++++--
 board/sunxi/dram_sun4i_auto.c          |  2 +-
 board/sunxi/dram_sun5i_auto.c          |  2 +-
 drivers/gpio/sunxi_gpio.c              | 62 +++++++++++++++-------------------
 drivers/i2c/mvtwsi.c                   |  1 +
 drivers/mmc/sunxi_mmc.c                |  8 ++---
 drivers/spi/spi-sunxi.c                |  3 +-
 include/axp152.h                       |  2 ++
 include/axp209.h                       |  3 +-
 include/axp221.h                       |  3 +-
 include/axp305.h                       |  3 ++
 include/axp809.h                       |  3 +-
 include/axp818.h                       |  3 +-
 tools/sunxi_egon.c                     |  9 +++--
 18 files changed, 104 insertions(+), 69 deletions(-)

             reply	other threads:[~2022-01-30 22:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-30 22:10 Andre Przywara [this message]
2022-01-31  2:27 ` Pull request: u-boot-sunxi/master for 2022.04 Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220130221056.6659-1-andre.przywara@arm.com \
    --to=andre.przywara@arm.com \
    --cc=dwagenk@mailbox.org \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=icenowy@aosc.io \
    --cc=jernej.skrabec@gmail.com \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=macromorgan@hotmail.com \
    --cc=samuel@sholland.org \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox