All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh R <vigneshr@ti.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Evgeniy Polyakov <zbr@ioremap.net>,
	Jonathan Corbet <corbet@lwn.net>, Paul Walmsley <paul@pwsan.com>,
	Tony Lindgren <tony@atomide.com>,
	Russell King <linux@arm.linux.org.uk>, NeilBrown <neilb@suse.de>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-doc@vger.kernel.org>, <linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 2/2] w1: masters: omap_hdq: Add support for 1-wire mode
Date: Fri, 27 Feb 2015 16:01:03 +0530	[thread overview]
Message-ID: <54F04767.5070001@ti.com> (raw)
In-Reply-To: <10805905.OnX7kRTk9d@wuerfel>

Hi,

On Friday 27 February 2015 03:25 PM, Arnd Bergmann wrote:
> On Friday 27 February 2015 14:54:17 Vignesh R wrote:
>> +- compatible : should be "ti,omap3-1w" or "ti,am43xx-hdq"
>>
> 
> Do not use wildcards in the compatible string, use real part numbers
> if you don't know the actual name of the device.


The DT node for hdq on AM437x is already present in mainline
(commit: 741cac5f00beb) and it declares compatibility as
"ti,am43xx-hdq". Hence, I cannot change into anything different.

Regards
Vignesh

WARNING: multiple messages have this Message-ID (diff)
From: Vignesh R <vigneshr-l0cyMroinI0@public.gmane.org>
To: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Evgeniy Polyakov <zbr-i6C2adt8DTjR7s880joybQ@public.gmane.org>,
	Jonathan Corbet <corbet-T1hC0tSOHrs@public.gmane.org>,
	Paul Walmsley <paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org>,
	Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 2/2] w1: masters: omap_hdq: Add support for 1-wire mode
Date: Fri, 27 Feb 2015 16:01:03 +0530	[thread overview]
Message-ID: <54F04767.5070001@ti.com> (raw)
In-Reply-To: <10805905.OnX7kRTk9d@wuerfel>

Hi,

On Friday 27 February 2015 03:25 PM, Arnd Bergmann wrote:
> On Friday 27 February 2015 14:54:17 Vignesh R wrote:
>> +- compatible : should be "ti,omap3-1w" or "ti,am43xx-hdq"
>>
> 
> Do not use wildcards in the compatible string, use real part numbers
> if you don't know the actual name of the device.


The DT node for hdq on AM437x is already present in mainline
(commit: 741cac5f00beb) and it declares compatibility as
"ti,am43xx-hdq". Hence, I cannot change into anything different.

Regards
Vignesh
--
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: vigneshr@ti.com (Vignesh R)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] w1: masters: omap_hdq: Add support for 1-wire mode
Date: Fri, 27 Feb 2015 16:01:03 +0530	[thread overview]
Message-ID: <54F04767.5070001@ti.com> (raw)
In-Reply-To: <10805905.OnX7kRTk9d@wuerfel>

Hi,

On Friday 27 February 2015 03:25 PM, Arnd Bergmann wrote:
> On Friday 27 February 2015 14:54:17 Vignesh R wrote:
>> +- compatible : should be "ti,omap3-1w" or "ti,am43xx-hdq"
>>
> 
> Do not use wildcards in the compatible string, use real part numbers
> if you don't know the actual name of the device.


The DT node for hdq on AM437x is already present in mainline
(commit: 741cac5f00beb) and it declares compatibility as
"ti,am43xx-hdq". Hence, I cannot change into anything different.

Regards
Vignesh

  reply	other threads:[~2015-02-27 10:32 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-27  9:24 [PATCH 1/2] ARM: OMAP2: hwmod: AM43XX: Add hwmod support for HDQ-1W Vignesh R
2015-02-27  9:24 ` Vignesh R
2015-02-27  9:24 ` Vignesh R
2015-02-27  9:24 ` [PATCH 2/2] w1: masters: omap_hdq: Add support for 1-wire mode Vignesh R
2015-02-27  9:24   ` Vignesh R
2015-02-27  9:24   ` Vignesh R
2015-02-27  9:55   ` Arnd Bergmann
2015-02-27  9:55     ` Arnd Bergmann
2015-02-27 10:31     ` Vignesh R [this message]
2015-02-27 10:31       ` Vignesh R
2015-02-27 10:31       ` Vignesh R
2015-02-27 10:34       ` Arnd Bergmann
2015-02-27 10:34         ` Arnd Bergmann
2015-03-02  7:57         ` R, Vignesh
2015-03-02  7:57           ` R, Vignesh
2015-03-02  7:57           ` R, Vignesh
2015-03-01 23:09 ` [PATCH 1/2] ARM: OMAP2: hwmod: AM43XX: Add hwmod support for HDQ-1W Paul Walmsley
2015-03-01 23:09   ` Paul Walmsley
2015-03-02  8:27   ` R, Vignesh
2015-03-02  8:27     ` R, Vignesh
2015-03-02  8:27     ` R, Vignesh

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=54F04767.5070001@ti.com \
    --to=vigneshr@ti.com \
    --cc=arnd@arndb.de \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=neilb@suse.de \
    --cc=paul@pwsan.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=tony@atomide.com \
    --cc=zbr@ioremap.net \
    /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.