From: Durai Manickam KR <durai.manickamkr@microchip.com>
To: <u-boot@lists.denx.de>
Cc: <durai.manickamkr@microchip.com>, <MPUSWLinux@microchip.com>,
<Eugen.Hristev@microchip.com>
Subject: [PATCH 0/4] Add support for sam9x60_curiosity
Date: Mon, 21 Mar 2022 16:04:49 +0530 [thread overview]
Message-ID: <20220321103453.100035-1-durai.manickamkr@microchip.com> (raw)
This patch series adds support for sam9x60_curiosity.
Durai Manickam KR (4):
board: Add sam9x60_curiosity support
ARM: dts: Add device tree files for sam9x60_curiosity
configs: Add sam9x60_curiosity_mmc_defconfig
configs: Add sam9x60_curiosity_nandflash_defconfig
arch/arm/dts/Makefile | 2 +
.../dts/at91-sam9x60_curiosity-u-boot.dtsi | 79 ++++++++++
arch/arm/dts/at91-sam9x60_curiosity.dts | 74 ++++++++++
arch/arm/mach-at91/Kconfig | 10 ++
board/atmel/sam9x60_curiosity/Kconfig | 15 ++
board/atmel/sam9x60_curiosity/MAINTAINERS | 8 +
board/atmel/sam9x60_curiosity/Makefile | 7 +
.../sam9x60_curiosity/sam9x60_curiosity.c | 139 ++++++++++++++++++
configs/sam9x60_curiosity_mmc_defconfig | 82 +++++++++++
configs/sam9x60_curiosity_nandflash_defconfig | 82 +++++++++++
include/configs/sam9x60_curiosity.h | 67 +++++++++
11 files changed, 565 insertions(+)
create mode 100644 arch/arm/dts/at91-sam9x60_curiosity-u-boot.dtsi
create mode 100644 arch/arm/dts/at91-sam9x60_curiosity.dts
create mode 100644 board/atmel/sam9x60_curiosity/Kconfig
create mode 100644 board/atmel/sam9x60_curiosity/MAINTAINERS
create mode 100644 board/atmel/sam9x60_curiosity/Makefile
create mode 100644 board/atmel/sam9x60_curiosity/sam9x60_curiosity.c
create mode 100644 configs/sam9x60_curiosity_mmc_defconfig
create mode 100644 configs/sam9x60_curiosity_nandflash_defconfig
create mode 100644 include/configs/sam9x60_curiosity.h
--
2.25.1
next reply other threads:[~2022-03-21 11:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 10:34 Durai Manickam KR [this message]
2022-03-21 10:34 ` [PATCH 1/4] board: Add sam9x60_curiosity support Durai Manickam KR
2022-03-21 16:32 ` Eugen.Hristev
2022-03-22 8:58 ` Durai.ManickamKR
2022-03-21 10:34 ` [PATCH 2/4] ARM: dts: Add device tree files for sam9x60_curiosity Durai Manickam KR
2022-03-21 10:34 ` [PATCH 3/4] configs: Add sam9x60_curiosity_mmc_defconfig Durai Manickam KR
2022-03-21 10:34 ` [PATCH 4/4] configs: Add sam9x60_curiosity_nandflash_defconfig Durai Manickam KR
-- strict thread matches above, loose matches on Subject: below --
2022-03-22 8:51 [PATCH 0/4] Add support for sam9x60_curiosity Durai Manickam KR
2022-03-22 15:06 ` Eugen.Hristev
2023-09-21 17:06 [PATCH 0/4] Add support for sam9x60 curiosity Durai Manickam KR
2023-09-22 7:00 ` Alexander Dahl
2023-09-22 15:50 ` Tom Rini
2023-09-26 6:13 ` Durai.ManickamKR
2023-10-25 8:28 ` Eugen Hristev
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=20220321103453.100035-1-durai.manickamkr@microchip.com \
--to=durai.manickamkr@microchip.com \
--cc=Eugen.Hristev@microchip.com \
--cc=MPUSWLinux@microchip.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