From: Edwin Chiu <edwinchiu0505tw@gmail.com>
To: robh+dt@kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, rafael@kernel.org,
daniel.lezcano@linaro.org, linux-pm@vger.kernel.org
Cc: Edwin Chiu <edwinchiu0505tw@gmail.com>
Subject: [PATCH v3 0/2] Add cpuidle driver for Sunplus SP7021
Date: Thu, 6 Jan 2022 10:00:06 +0800 [thread overview]
Message-ID: <cover.1641432983.git.edwinchiu0505tw@gmail.com> (raw)
This is a patch series for cpuidle driver for Sunplus SP7021 SoC.
Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates
many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and
etc.) into a single chip. It is designed for industrial control.
Refer to:
https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
https://tibbo.com/store/plus1.html
Edwin Chiu (2):
dt-bingings:arm:sunplus:add sp7021 compatible string to
sunplus,idle-state.yaml
cpuidle:sunplus:create cpuidle driver for sunplus sp7021
.../bindings/arm/sunplus/sunplus,idle-state.yaml | 59 ++++++++
MAINTAINERS | 9 ++
drivers/cpuidle/Kconfig.arm | 7 +
drivers/cpuidle/Makefile | 1 +
drivers/cpuidle/cpuidle-sunplus.c | 167 +++++++++++++++++++++
include/linux/platform_data/cpuidle-sunplus.h | 19 +++
6 files changed, 262 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/sunplus/sunplus,idle-state.yaml
create mode 100644 drivers/cpuidle/cpuidle-sunplus.c
create mode 100644 include/linux/platform_data/cpuidle-sunplus.h
--
2.7.4
next reply other threads:[~2022-01-06 2:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-06 2:00 Edwin Chiu [this message]
2022-01-06 2:00 ` [PATCH v3 1/2] dt-bingings:arm:sunplus:add sp7021 compatible string to sunplus,idle-state.yaml Edwin Chiu
2022-01-12 1:39 ` Rob Herring
2022-01-06 2:00 ` [PATCH v3 2/2] cpuidle:sunplus:create cpuidle driver for sunplus sp7021 Edwin Chiu
2022-01-06 22:12 ` kernel test robot
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=cover.1641432983.git.edwinchiu0505tw@gmail.com \
--to=edwinchiu0505tw@gmail.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=robh+dt@kernel.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 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.