mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <ahmad@a3f.at>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/6] ARM: stm32mp: finalize second stage support
Date: Mon, 28 Oct 2019 22:39:37 +0100	[thread overview]
Message-ID: <20191028213943.32071-1-ahmad@a3f.at> (raw)

Add barebox update handler and Ethernet driver.

v1 -> v2:
 - Split off patch to override unsupported device tree specified
   bus-widths
 - Delete fixing the frequency to 208MHz. I can no longer reproduce
   120MHz to trigger timeouts
 - Last 4 patches are new

Ahmad Fatoum (6):
  mci: stm32_sdmmc2: parse generic MCI oftree properties
  ARM: stm32mp: dk2: add barebox SD-Card update handler
  net: add Designware Ethernet QoS for STM32MP
  net: eqos: extend Designware Ethernet QoS for Tegra 186 support
  ARM: stm32mp: include new drivers in defconfig
  Documentation: boards: stm32mp: remove done TODOs

 Documentation/boards/stm32mp.rst         |  11 -
 arch/arm/boards/stm32mp157c-dk2/board.c  |  13 +
 arch/arm/configs/stm32mp_defconfig       |  20 +-
 arch/arm/dts/stm32mp157a-dk1.dtsi        |   4 +
 arch/arm/mach-stm32mp/include/mach/bbu.h |  14 +
 drivers/mci/stm32_sdmmc2.c               |   7 +
 drivers/net/Kconfig                      |  27 +-
 drivers/net/Makefile                     |   3 +
 drivers/net/designware_eqos.c            | 876 +++++++++++++++++++++++
 drivers/net/designware_eqos.h            |  84 +++
 drivers/net/designware_stm32.c           | 245 +++++++
 drivers/net/designware_tegra186.c        | 347 +++++++++
 12 files changed, 1636 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/mach-stm32mp/include/mach/bbu.h
 create mode 100644 drivers/net/designware_eqos.c
 create mode 100644 drivers/net/designware_eqos.h
 create mode 100644 drivers/net/designware_stm32.c
 create mode 100644 drivers/net/designware_tegra186.c

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2019-10-28 21:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 21:39 Ahmad Fatoum [this message]
2019-10-28 21:39 ` [PATCH v2 1/6] mci: stm32_sdmmc2: parse generic MCI oftree properties Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 2/6] ARM: stm32mp: dk2: add barebox SD-Card update handler Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 3/6] net: add Designware Ethernet QoS for STM32MP Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 4/6] net: eqos: extend Designware Ethernet QoS for Tegra 186 support Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 5/6] ARM: stm32mp: include new drivers in defconfig Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 6/6] Documentation: boards: stm32mp: remove done TODOs Ahmad Fatoum
2019-11-04  8:04 ` [PATCH v2 0/6] ARM: stm32mp: finalize second stage support Sascha Hauer

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=20191028213943.32071-1-ahmad@a3f.at \
    --to=ahmad@a3f.at \
    --cc=barebox@lists.infradead.org \
    /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