linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: Peter De Schrijver <pdeschrijver@nvidia.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
	Russell King <linux@arm.linux.org.uk>,
	Thierry Reding <thierry.reding@gmail.com>,
	Joseph Lo <josephl@nvidia.com>,
	Paul Gortmaker <paul.gortmaker@windriver.com>,
	Danny Huang <dahuang@nvidia.com>, Hiroshi Doyu <hdoyu@nvidia.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Olof Johansson <olof@lixom.net>,
	Wei Yongjun <yongjun_wei@trendmicro.com.cn>,
	Will Deacon <will.deacon@arm.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	Dave Martin <dave.martin@linaro.org>,
	Tomasz Figa <t.figa@samsung.com>,
	Alexandre Courbot <acourbot@nvidia.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Dmitry Osipenko <digetx@gmail.com>,
	Wolfram Sang <wsa@the-dreams.de>
Subject: Re: [PATCH v3 2/6] ARM: tegra: Add chipid, revision and fuse init
Date: Wed, 05 Feb 2014 11:40:49 -0700	[thread overview]
Message-ID: <52F285B1.7030802@wwwdotorg.org> (raw)
In-Reply-To: <1390952176-30402-3-git-send-email-pdeschrijver@nvidia.com>

On 01/28/2014 04:36 PM, Peter De Schrijver wrote:
> All fuse related functionality will move to a driver in the following patches.
> To prepare for this, export all the required functionality in a global header
> file and move all users of fuse.h to tegra-soc.h

The patch subject and description don't appear related to each-other.

  reply	other threads:[~2014-02-05 18:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-28 23:36 [PATCH v3 0/6] efuse driver for Tegra Peter De Schrijver
2014-01-28 23:36 ` [PATCH v3 1/6] ARM: tegra: export apb dma readl/writel Peter De Schrijver
2014-01-28 23:36 ` [PATCH v3 2/6] ARM: tegra: Add chipid, revision and fuse init Peter De Schrijver
2014-02-05 18:40   ` Stephen Warren [this message]
2014-01-28 23:36 ` [PATCH v3 4/6] ARM: tegra: Add efuse bindings Peter De Schrijver
2014-01-29 17:18   ` Rob Herring
2014-02-05 18:42   ` Stephen Warren
2014-01-28 23:36 ` [PATCH v3 6/6] ARM: tegra: remove fuse files from mach-tegra Peter De Schrijver
     [not found]   ` <1390952176-30402-7-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-02-05 18:45     ` Stephen Warren
     [not found] ` <1390952176-30402-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-01-28 23:36   ` [PATCH v3 3/6] misc: fuse: Add efuse driver for Tegra Peter De Schrijver
2014-01-29  2:26     ` Jim Lin
2014-02-03 14:15       ` Peter De Schrijver
2014-02-05 10:26         ` Jim Lin
     [not found]     ` <1390952176-30402-4-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-02-05 19:15       ` Stephen Warren
2014-02-06  9:11         ` Peter De Schrijver
     [not found]           ` <20140206091114.GK19389-Rysk9IDjsxmJz7etNGeUX8VPkgjIgRvpAL8bYrjMMd8@public.gmane.org>
2014-02-06 16:45             ` Stephen Warren
2014-01-28 23:36   ` [PATCH v3 5/6] misc: enable fuse drivers Peter De Schrijver
     [not found]     ` <1390952176-30402-6-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-02-05 18:44       ` Stephen Warren
2014-01-29 15:00   ` [PATCH v3 0/6] efuse driver for Tegra Paul Gortmaker
     [not found]     ` <CAP=VYLpJT1T2RGuK73TXhSYn-K+ZrLx9FuhQe+hVXYGnfoOBcQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-01-30  9:45       ` Peter De Schrijver
2014-02-05 18:49   ` Stephen Warren

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=52F285B1.7030802@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=acourbot@nvidia.com \
    --cc=bhelgaas@google.com \
    --cc=catalin.marinas@arm.com \
    --cc=dahuang@nvidia.com \
    --cc=dave.martin@linaro.org \
    --cc=digetx@gmail.com \
    --cc=hdoyu@nvidia.com \
    --cc=josephl@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=olof@lixom.net \
    --cc=paul.gortmaker@windriver.com \
    --cc=pdeschrijver@nvidia.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=t.figa@samsung.com \
    --cc=thierry.reding@gmail.com \
    --cc=will.deacon@arm.com \
    --cc=wsa@the-dreams.de \
    --cc=yongjun_wei@trendmicro.com.cn \
    /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).