From: Caesar Wang <wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
To: Srinivas Kandagatla
<srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Caesar Wang <wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Jiri Kosina <trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem.
Date: Wed, 2 Dec 2015 10:44:00 +0800 [thread overview]
Message-ID: <565E5AF0.4040802@rock-chips.com> (raw)
In-Reply-To: <1447227272-1728-1-git-send-email-wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
Hi Srinivas,
What's the think of this series patches?
Let me know if you have any suggestions or ideas.:-)
Thanks!
在 2015年11月11日 15:34, Caesar Wang 写道:
> This patchset to support reading the efuse info for more SoCs.
> (Note: support 32 bits SoCs).
>
> Meanwhile, cleanup sunxi/rockchip drivers for more readability.
>
> You can easy to test for following:
>
> cd /sys/bus/nvmem/devices/rockchip-efuse0
> localhost rockchip-efuse0 # busybox hexdump -C nvmem
>
>
>
> Caesar Wang (4):
> nvmem: sunxi: trivial: fix code style
> nvmem: rockchip: trivial: Make the driver more readability
> ARM: dts: rockchip: add eFuse node for rk3066a SoCs
> ARM: dts: rockchip: add eFuse node for rk3188 SoCs
>
> arch/arm/boot/dts/rk3066a.dtsi | 13 ++++++
> arch/arm/boot/dts/rk3188.dtsi | 13 ++++++
> drivers/nvmem/rockchip-efuse.c | 90 ++++++++++++++++++++----------------------
> drivers/nvmem/sunxi_sid.c | 9 ++---
> 4 files changed, 71 insertions(+), 54 deletions(-)
>
--
caesar wang | software engineer | wxt-TNX95d0MmH73oGB3hsPCZA@public.gmane.org
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: wxt@rock-chips.com (Caesar Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem.
Date: Wed, 2 Dec 2015 10:44:00 +0800 [thread overview]
Message-ID: <565E5AF0.4040802@rock-chips.com> (raw)
In-Reply-To: <1447227272-1728-1-git-send-email-wxt@rock-chips.com>
Hi Srinivas,
What's the think of this series patches?
Let me know if you have any suggestions or ideas.:-)
Thanks!
? 2015?11?11? 15:34, Caesar Wang ??:
> This patchset to support reading the efuse info for more SoCs.
> (Note: support 32 bits SoCs).
>
> Meanwhile, cleanup sunxi/rockchip drivers for more readability.
>
> You can easy to test for following:
>
> cd /sys/bus/nvmem/devices/rockchip-efuse0
> localhost rockchip-efuse0 # busybox hexdump -C nvmem
>
>
>
> Caesar Wang (4):
> nvmem: sunxi: trivial: fix code style
> nvmem: rockchip: trivial: Make the driver more readability
> ARM: dts: rockchip: add eFuse node for rk3066a SoCs
> ARM: dts: rockchip: add eFuse node for rk3188 SoCs
>
> arch/arm/boot/dts/rk3066a.dtsi | 13 ++++++
> arch/arm/boot/dts/rk3188.dtsi | 13 ++++++
> drivers/nvmem/rockchip-efuse.c | 90 ++++++++++++++++++++----------------------
> drivers/nvmem/sunxi_sid.c | 9 ++---
> 4 files changed, 71 insertions(+), 54 deletions(-)
>
--
caesar wang | software engineer | wxt at rock-chip.com
WARNING: multiple messages have this Message-ID (diff)
From: Caesar Wang <wxt@rock-chips.com>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Caesar Wang <wxt@rock-chips.com>,
Heiko Stuebner <heiko@sntech.de>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Russell King <linux@arm.linux.org.uk>,
Pawel Moll <pawel.moll@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>,
Kumar Gala <galak@codeaurora.org>,
Jiri Kosina <trivial@kernel.org>,
Maxime Ripard <maxime.ripard@free-electrons.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem.
Date: Wed, 2 Dec 2015 10:44:00 +0800 [thread overview]
Message-ID: <565E5AF0.4040802@rock-chips.com> (raw)
In-Reply-To: <1447227272-1728-1-git-send-email-wxt@rock-chips.com>
Hi Srinivas,
What's the think of this series patches?
Let me know if you have any suggestions or ideas.:-)
Thanks!
在 2015年11月11日 15:34, Caesar Wang 写道:
> This patchset to support reading the efuse info for more SoCs.
> (Note: support 32 bits SoCs).
>
> Meanwhile, cleanup sunxi/rockchip drivers for more readability.
>
> You can easy to test for following:
>
> cd /sys/bus/nvmem/devices/rockchip-efuse0
> localhost rockchip-efuse0 # busybox hexdump -C nvmem
>
>
>
> Caesar Wang (4):
> nvmem: sunxi: trivial: fix code style
> nvmem: rockchip: trivial: Make the driver more readability
> ARM: dts: rockchip: add eFuse node for rk3066a SoCs
> ARM: dts: rockchip: add eFuse node for rk3188 SoCs
>
> arch/arm/boot/dts/rk3066a.dtsi | 13 ++++++
> arch/arm/boot/dts/rk3188.dtsi | 13 ++++++
> drivers/nvmem/rockchip-efuse.c | 90 ++++++++++++++++++++----------------------
> drivers/nvmem/sunxi_sid.c | 9 ++---
> 4 files changed, 71 insertions(+), 54 deletions(-)
>
--
caesar wang | software engineer | wxt@rock-chip.com
next prev parent reply other threads:[~2015-12-02 2:44 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-11 7:34 [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem Caesar Wang
2015-11-11 7:34 ` Caesar Wang
2015-11-11 7:34 ` Caesar Wang
[not found] ` <1447227272-1728-1-git-send-email-wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-11-11 7:34 ` [PATCH 1/4] nvmem: sunxi: trivial: fix code style Caesar Wang
2015-11-11 7:34 ` Caesar Wang
2015-11-11 7:34 ` Caesar Wang
2015-11-11 7:34 ` [PATCH 2/4] nvmem: rockchip: trivial: Make the driver more readability Caesar Wang
2015-11-11 7:34 ` Caesar Wang
2015-11-11 7:34 ` Caesar Wang
2015-11-11 7:34 ` [PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs Caesar Wang
2015-11-11 7:34 ` Caesar Wang
2015-11-11 7:34 ` Caesar Wang
[not found] ` <1447227272-1728-4-git-send-email-wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-12-14 9:57 ` Srinivas Kandagatla
2015-12-14 9:57 ` Srinivas Kandagatla
2015-12-14 9:57 ` Srinivas Kandagatla
2015-12-14 13:06 ` Heiko Stübner
2015-12-14 13:06 ` Heiko Stübner
2015-12-14 13:12 ` Heiko Stübner
2015-12-14 13:12 ` Heiko Stübner
2015-12-14 13:12 ` Heiko Stübner
2015-11-11 7:34 ` [PATCH 4/4] ARM: dts: rockchip: add eFuse node for rk3188 SoCs Caesar Wang
2015-11-11 7:34 ` Caesar Wang
2015-11-11 7:34 ` Caesar Wang
2015-12-02 2:44 ` Caesar Wang [this message]
2015-12-02 2:44 ` [PATCH 0/4] support the efuse for rk3188/rk3066a SoCs and cleanup driver on nvmem Caesar Wang
2015-12-02 2:44 ` Caesar Wang
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=565E5AF0.4040802@rock-chips.com \
--to=wxt-tnx95d0mmh7dzftrwevzcw@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=wens-jdAy2FN1RRM@public.gmane.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.