From: Flora Fu <flora.fu@mediatek.com>
To: Philipp Zabel <p.zabel@pengutronix.de>,
Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
arm@kernel.org
Cc: Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Russell King <linux@arm.linux.org.uk>,
Grant Likely <grant.likely@linaro.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
srv_heupstream@mediatek.com, Sascha Hauer <kernel@pengutronix.de>,
Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
Flora Fu <flora.fu@mediatek.com>
Subject: [PATCH v3 0/3] Add Reset Controller for MediaTek SoC
Date: Wed, 5 Nov 2014 22:21:29 +0800 [thread overview]
Message-ID: <1415197292-10546-1-git-send-email-flora.fu@mediatek.com> (raw)
Hi,
The patch is based on https://lkml.org/lkml/2014/5/27/422
Changes since v2
================
- Correct #size-cell to be 1.
- Add header file "mt8135-resets.h" for supported resets in MT8135.
Changes since v1
================
(1) Patch 1/3: Update reset controller driver's implementation.
- rename mt_ prefixes to the prefix mtk_
- use module_platform_driver() macro for driver init.
- clean up includes of header files.
- reset controll is a child of syscon. Get regamp through its parent node.
- rename data->size to data->num_regs. It is number of registers in syscon for reset usage.
(2) Patch 2/3: update bindings document according to new dts layout of reset-controller.
(3) Patch 3/3: change reset-controller device node as child of syscon.
This driver is based on 3.18-rc1.
Flora Fu (3):
ARM: mediatek: Add Reset Controller for MediaTek SoC
dt-bindings: Add Reset Controller for MediaTek SoC
ARM: dts: mt8135: Add Reset Controller for MediaTek SoC
.../devicetree/bindings/reset/mediatek,reset.txt | 50 ++++++++
arch/arm/boot/dts/mt8135.dtsi | 27 +++++
drivers/reset/Makefile | 1 +
drivers/reset/reset-mtk.c | 131 +++++++++++++++++++++
.../dt-bindings/reset-controller/mt8135-resets.h | 64 ++++++++++
5 files changed, 273 insertions(+)
create mode 100644 Documentation/devicetree/bindings/reset/mediatek,reset.txt
create mode 100644 drivers/reset/reset-mtk.c
create mode 100644 include/dt-bindings/reset-controller/mt8135-resets.h
--
1.8.1.1.dirty
next reply other threads:[~2014-11-05 14:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-05 14:21 Flora Fu [this message]
2014-11-05 14:21 ` [PATCH v3 1/3] ARM: mediatek: Add Reset Controller for MediaTek SoC Flora Fu
[not found] ` <1415197292-10546-1-git-send-email-flora.fu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2014-11-05 14:21 ` [PATCH v3 2/3] dt-bindings: " Flora Fu
2014-11-05 14:21 ` [PATCH v3 3/3] ARM: dts: mt8135: " Flora Fu
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=1415197292-10546-1-git-send-email-flora.fu@mediatek.com \
--to=flora.fu@mediatek.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=grant.likely@linaro.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=olof@lixom.net \
--cc=p.zabel@pengutronix.de \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=srv_heupstream@mediatek.com \
/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).