From: zhang.lyra@gmail.com (zhang.lyra at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] Add Spreadtrum Shark64 SoC support
Date: Mon, 29 Sep 2014 19:48:28 +0800 [thread overview]
Message-ID: <1411991314-6636-1-git-send-email-zhang.lyra@gmail.com> (raw)
From: "chunyan.zhang" <chunyan.zhang@spreadtrum.com>
Spreadtrum is a rapid growing chip vendor providing smart phone total solutions.
Shark64 is nominated as a SoC infrastructure that supports 4G/3G/2G standards based on ARMv8 multiple core architecture.
This patchset adds shark64 supports in arm64 device tree and implements the basic earlycon serial driver.
chunyan.zhang (6):
Documentation: DT: Add bindings for Spreadtrum serial
arm64: Add DTS support for Spreadtrum's Shark64 SoC
arm64: dts/Makefile: Add support for Spreadtrum's Shark64 SoC.
arm64: Add support for Spreadtrum's Shark64 SoC in Kconfig and defconfig
tty/serial: add Spreadtrum's serial earlycon
Documentation: Add entry for Spreadtrum's Shark64 SoC
Documentation/devicetree/bindings/arm/sprd.txt | 6 ++
.../devicetree/bindings/serial/of-serial.txt | 1 +
arch/arm64/Kconfig | 5 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/sprd_shark64.dts | 110 ++++++++++++++++++++
arch/arm64/configs/defconfig | 1 +
drivers/tty/serial/Kconfig | 12 +++
drivers/tty/serial/Makefile | 1 +
drivers/tty/serial/serial_sprd_early.c | 64 ++++++++++++
9 files changed, 201 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/sprd.txt
create mode 100644 arch/arm64/boot/dts/sprd_shark64.dts
create mode 100644 drivers/tty/serial/serial_sprd_early.c
--
1.7.9.5
next reply other threads:[~2014-09-29 11:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 11:48 zhang.lyra at gmail.com [this message]
2014-09-29 11:48 ` [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial zhang.lyra at gmail.com
2014-09-29 11:48 ` [PATCH 2/6] arm64: Add DTS support for Spreadtrum's Shark64 SoC zhang.lyra at gmail.com
2014-09-29 14:55 ` Andreas Färber
2014-09-29 11:48 ` [PATCH 3/6] arm64: dts/Makefile: Add " zhang.lyra at gmail.com
2014-09-29 14:46 ` Andreas Färber
2014-09-29 11:48 ` [PATCH 4/6] arm64: Add support for Spreadtrum's Shark64 SoC in Kconfig and defconfig zhang.lyra at gmail.com
2014-09-29 11:48 ` [PATCH 5/6] tty/serial: Add Spreadtrum's serial earlycon zhang.lyra at gmail.com
2014-09-29 11:48 ` [PATCH 6/6] Documentation: Add entry for Spreadtrum's Shark64 SoC zhang.lyra at gmail.com
-- strict thread matches above, loose matches on Subject: below --
2014-09-29 12:04 [PATCH 0/6] Add Spreadtrum Shark64 SoC support zhang.lyra at gmail.com
2014-09-29 14:08 ` Arnd Bergmann
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=1411991314-6636-1-git-send-email-zhang.lyra@gmail.com \
--to=zhang.lyra@gmail.com \
--cc=linux-arm-kernel@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;
as well as URLs for NNTP newsgroup(s).