All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: U-Boot Mailing List <u-boot@lists.denx.de>
Subject: [PATCH v1 0/3] lpc32xx updates
Date: Mon,  7 Jun 2021 00:33:21 -0400	[thread overview]
Message-ID: <20210607043324.3005-1-twoerner@gmail.com> (raw)

This patch series starts with some lpc32xx-related cleanups, then adds
support for a new LPC32XX board: the Embedded Artists LPC3250 DevKit v2


Trevor Woerner (3):
  lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX
  lpc32xx: import device tree from Linux
  arm: lpc32xx: add EA LPC3250 DevKitv2 board support

 arch/arm/dts/Makefile                         |   2 +
 arch/arm/dts/lpc3250-ea3250-u-boot.dtsi       |  15 +
 arch/arm/dts/lpc3250-ea3250.dts               | 273 ++++++++++
 arch/arm/dts/lpc32xx.dtsi                     | 508 ++++++++++++++++++
 arch/arm/include/asm/arch-lpc32xx/config.h    |   4 +-
 arch/arm/mach-lpc32xx/Kconfig                 |   4 +
 arch/arm/mach-lpc32xx/devices.c               |   3 +-
 board/ea/ea-lpc3250devkitv2/Kconfig           |  15 +
 board/ea/ea-lpc3250devkitv2/MAINTAINERS       |   9 +
 board/ea/ea-lpc3250devkitv2/Makefile          |   4 +
 board/ea/ea-lpc3250devkitv2/README.rst        | 132 +++++
 .../ea-lpc3250devkitv2/ea-lpc3250devkitv2.c   |  37 ++
 board/timll/devkit3250/devkit3250.c           |   2 +-
 board/timll/devkit3250/devkit3250_spl.c       |   2 +-
 board/work-microwave/work_92105/work_92105.c  |   2 +-
 .../work_92105/work_92105_spl.c               |   2 +-
 configs/devkit3250_defconfig                  |   2 +
 configs/ea-lpc3250devkitv2_defconfig          |  23 +
 configs/work_92105_defconfig                  |   2 +
 include/configs/devkit3250.h                  |   5 -
 include/configs/ea-lpc3250devkitv2.h          |  37 ++
 include/configs/work_92105.h                  |   5 -
 include/dt-bindings/clock/lpc32xx-clock.h     |  58 ++
 scripts/config_whitelist.txt                  |   1 -
 24 files changed, 1128 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/dts/lpc3250-ea3250-u-boot.dtsi
 create mode 100644 arch/arm/dts/lpc3250-ea3250.dts
 create mode 100644 arch/arm/dts/lpc32xx.dtsi
 create mode 100644 board/ea/ea-lpc3250devkitv2/Kconfig
 create mode 100644 board/ea/ea-lpc3250devkitv2/MAINTAINERS
 create mode 100644 board/ea/ea-lpc3250devkitv2/Makefile
 create mode 100644 board/ea/ea-lpc3250devkitv2/README.rst
 create mode 100644 board/ea/ea-lpc3250devkitv2/ea-lpc3250devkitv2.c
 create mode 100644 configs/ea-lpc3250devkitv2_defconfig
 create mode 100644 include/configs/ea-lpc3250devkitv2.h
 create mode 100644 include/dt-bindings/clock/lpc32xx-clock.h

-- 
2.30.0.rc0


             reply	other threads:[~2021-06-07  4:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  4:33 Trevor Woerner [this message]
2021-06-07  4:33 ` [PATCH v1 1/3] lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX Trevor Woerner
2021-06-07  4:33 ` [PATCH v1 2/3] lpc32xx: import device tree from Linux Trevor Woerner
2021-06-07  4:33 ` [PATCH v1 3/3] arm: lpc32xx: add EA LPC3250 DevKitv2 board support Trevor Woerner

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=20210607043324.3005-1-twoerner@gmail.com \
    --to=twoerner@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.