All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Paul Kocialkowski <contact-W9ppeneeCTY@public.gmane.org>
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	Alexandre Courbot
	<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Mikko Perttunen <cyndis-/1wQRMveznE@public.gmane.org>,
	Peter Rosin <peda-koto5C5qi+TLoDKTGw+V6w@public.gmane.org>,
	Jerome Coste
	<jerome.coste-liENgnZMlIJGWvitb5QawA@public.gmane.org>
Subject: Re: [PATCH v2 6/6] ARM: tegra: nyan-blaze: Proper pinmux for TPM i2c
Date: Wed, 25 Jan 2017 12:09:33 +0100	[thread overview]
Message-ID: <20170125110933.GG9344@ulmo.ba.sec> (raw)
In-Reply-To: <20170122154753.31942-6-contact-W9ppeneeCTY@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 657 bytes --]

On Sun, Jan 22, 2017 at 04:47:53PM +0100, Paul Kocialkowski wrote:
> From: Jerome Coste <jerome.coste-liENgnZMlIJGWvitb5QawA@public.gmane.org>
> 
> This corrects the pinmux for accessing the TPM over the i2c line.
> Thus, it allows correctly probing the module, that previously failed with i2c
> errors.

This is missing a Signed-off-by: from Jerome and you (since you
forwarded the patch). I've added those since I assume that that was
intended and your both willing to provide it.

Other than that, same substitution for "i2c" -> "I2C" as on 5/6, and
please also make sure this change gets into the pinmux configurations.

Thanks,
Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 6/6] ARM: tegra: nyan-blaze: Proper pinmux for TPM i2c
Date: Wed, 25 Jan 2017 12:09:33 +0100	[thread overview]
Message-ID: <20170125110933.GG9344@ulmo.ba.sec> (raw)
In-Reply-To: <20170122154753.31942-6-contact@paulk.fr>

On Sun, Jan 22, 2017 at 04:47:53PM +0100, Paul Kocialkowski wrote:
> From: Jerome Coste <jerome.coste@etu.utc.fr>
> 
> This corrects the pinmux for accessing the TPM over the i2c line.
> Thus, it allows correctly probing the module, that previously failed with i2c
> errors.

This is missing a Signed-off-by: from Jerome and you (since you
forwarded the patch). I've added those since I assume that that was
intended and your both willing to provide it.

Other than that, same substitution for "i2c" -> "I2C" as on 5/6, and
please also make sure this change gets into the pinmux configurations.

Thanks,
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170125/c9b564c3/attachment-0001.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Paul Kocialkowski <contact@paulk.fr>
Cc: linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	Jon Hunter <jonathanh@nvidia.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Alexandre Courbot <gnurou@gmail.com>,
	Mikko Perttunen <cyndis@kapsi.fi>, Peter Rosin <peda@axentia.se>,
	Jerome Coste <jerome.coste@etu.utc.fr>
Subject: Re: [PATCH v2 6/6] ARM: tegra: nyan-blaze: Proper pinmux for TPM i2c
Date: Wed, 25 Jan 2017 12:09:33 +0100	[thread overview]
Message-ID: <20170125110933.GG9344@ulmo.ba.sec> (raw)
In-Reply-To: <20170122154753.31942-6-contact@paulk.fr>

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

On Sun, Jan 22, 2017 at 04:47:53PM +0100, Paul Kocialkowski wrote:
> From: Jerome Coste <jerome.coste@etu.utc.fr>
> 
> This corrects the pinmux for accessing the TPM over the i2c line.
> Thus, it allows correctly probing the module, that previously failed with i2c
> errors.

This is missing a Signed-off-by: from Jerome and you (since you
forwarded the patch). I've added those since I assume that that was
intended and your both willing to provide it.

Other than that, same substitution for "i2c" -> "I2C" as on 5/6, and
please also make sure this change gets into the pinmux configurations.

Thanks,
Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2017-01-25 11:09 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-22 15:47 [PATCH v2 1/6] ARM: tegra: nyan: Use proper IRQ type definitions Paul Kocialkowski
2017-01-22 15:47 ` Paul Kocialkowski
2017-01-22 15:47 ` Paul Kocialkowski
2017-01-22 15:47 ` [PATCH v2 3/6] ARM: tegra: nyan-big: Include compatible revisions for proper detection Paul Kocialkowski
2017-01-22 15:47   ` Paul Kocialkowski
     [not found]   ` <20170122154753.31942-3-contact-W9ppeneeCTY@public.gmane.org>
2017-01-25 11:02     ` Thierry Reding
2017-01-25 11:02       ` Thierry Reding
2017-01-25 11:02       ` Thierry Reding
     [not found]       ` <20170125110246.GD9344-EkSeR96xj6Pcmrwk2tT4+A@public.gmane.org>
2017-01-25 11:08         ` Paul Kocialkowski
2017-01-25 11:08           ` Paul Kocialkowski
2017-01-25 11:08           ` Paul Kocialkowski
     [not found]           ` <1485342488.1224.3.camel-W9ppeneeCTY@public.gmane.org>
2017-01-25 11:14             ` Thierry Reding
2017-01-25 11:14               ` Thierry Reding
2017-01-25 11:14               ` Thierry Reding
2017-01-25 11:19               ` Paul Kocialkowski
2017-01-25 11:19                 ` Paul Kocialkowski
     [not found] ` <20170122154753.31942-1-contact-W9ppeneeCTY@public.gmane.org>
2017-01-22 15:47   ` [PATCH v2 2/6] ARM: tegra: nyan: Use external control for bq24735 charger Paul Kocialkowski
2017-01-22 15:47     ` Paul Kocialkowski
2017-01-22 15:47     ` Paul Kocialkowski
     [not found]     ` <20170122154753.31942-2-contact-W9ppeneeCTY@public.gmane.org>
2017-01-25 10:59       ` Thierry Reding
2017-01-25 10:59         ` Thierry Reding
2017-01-25 10:59         ` Thierry Reding
2017-01-25 11:01         ` Paul Kocialkowski
2017-01-25 11:01           ` Paul Kocialkowski
2017-01-22 15:47   ` [PATCH v2 4/6] ARM: tegra: nyan-blaze: Include compatible revisions for proper detection Paul Kocialkowski
2017-01-22 15:47     ` Paul Kocialkowski
2017-01-22 15:47     ` Paul Kocialkowski
     [not found]     ` <20170122154753.31942-4-contact-W9ppeneeCTY@public.gmane.org>
2017-01-25 11:04       ` Thierry Reding
2017-01-25 11:04         ` Thierry Reding
2017-01-25 11:04         ` Thierry Reding
2017-01-25 10:58   ` [PATCH v2 1/6] ARM: tegra: nyan: Use proper IRQ type definitions Thierry Reding
2017-01-25 10:58     ` Thierry Reding
2017-01-25 10:58     ` Thierry Reding
2017-01-22 15:47 ` [PATCH v2 5/6] ARM: tegra: nyan-big: Proper pinmux for TPM i2c Paul Kocialkowski
2017-01-22 15:47   ` Paul Kocialkowski
2017-01-25 11:06   ` Thierry Reding
2017-01-25 11:06     ` Thierry Reding
     [not found]     ` <20170125110644.GF9344-EkSeR96xj6Pcmrwk2tT4+A@public.gmane.org>
2017-01-25 11:10       ` Jon Hunter
2017-01-25 11:10         ` Jon Hunter
2017-01-25 11:10         ` Jon Hunter
2017-01-25 11:16         ` Thierry Reding
2017-01-25 11:16           ` Thierry Reding
2017-01-22 15:47 ` [PATCH v2 6/6] ARM: tegra: nyan-blaze: " Paul Kocialkowski
2017-01-22 15:47   ` Paul Kocialkowski
     [not found]   ` <20170122154753.31942-6-contact-W9ppeneeCTY@public.gmane.org>
2017-01-25 11:09     ` Thierry Reding [this message]
2017-01-25 11:09       ` Thierry Reding
2017-01-25 11:09       ` Thierry Reding

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=20170125110933.GG9344@ulmo.ba.sec \
    --to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=contact-W9ppeneeCTY@public.gmane.org \
    --cc=cyndis-/1wQRMveznE@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=jerome.coste-liENgnZMlIJGWvitb5QawA@public.gmane.org \
    --cc=jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=peda-koto5C5qi+TLoDKTGw+V6w@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@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.