All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: "Reizer, Eyal" <eyalr-l0cyMroinI0@public.gmane.org>
Cc: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
	<robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"pawel.moll-5wv7dgnIgG8@public.gmane.org"
	<pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	"mark.rutland-5wv7dgnIgG8@public.gmane.org"
	<mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	"ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org"
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	"galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org"
	<galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	"linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org"
	<linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
Subject: Re: [PATCH 2/3] ARM: dts: am335x-evm: add shared transport device tree bindings
Date: Wed, 23 Dec 2015 10:21:33 -0800	[thread overview]
Message-ID: <20151223182132.GO2793@atomide.com> (raw)
In-Reply-To: <20151223181945.GN2793-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>

* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [151223 10:19]:
> * Reizer, Eyal <eyalr-l0cyMroinI0@public.gmane.org> [151223 03:40]:
> > The shared Shared Transport (ST) software enables BT and GPS protocols
> > or software components to interact with their respective cores over
> > single physical port.
> > Add the uart and enable pin device tree bindings
> ...
> > --- a/arch/arm/boot/dts/am335x-evm.dts
> > +++ b/arch/arm/boot/dts/am335x-evm.dts
> > @@ -160,6 +160,18 @@
> >  			system-clock-frequency = <12000000>;
> >  		};
> >  	};
> > +
> > +	kim {
> > +		compatible = "kim";
> > +		nshutdown-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
> > +		serial-device = <&uart1>;
> > +		flow_cntrl = <1>;
> > +		baud_rate = <3000000>;
> > +	};
> > +
> > +	btwilink {
> > +		compatible = "btwilink";
> > +	};
> >  };
> 
> I think this "kim" binding got dropped.. We need some sane binding and
> solution for it.

Oh sorry, this is a new binding you've done :) Nice good to see this
get fixed.

Regards,

Tony
--
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: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: dts: am335x-evm: add shared transport device tree bindings
Date: Wed, 23 Dec 2015 10:21:33 -0800	[thread overview]
Message-ID: <20151223182132.GO2793@atomide.com> (raw)
In-Reply-To: <20151223181945.GN2793@atomide.com>

* Tony Lindgren <tony@atomide.com> [151223 10:19]:
> * Reizer, Eyal <eyalr@ti.com> [151223 03:40]:
> > The shared Shared Transport (ST) software enables BT and GPS protocols
> > or software components to interact with their respective cores over
> > single physical port.
> > Add the uart and enable pin device tree bindings
> ...
> > --- a/arch/arm/boot/dts/am335x-evm.dts
> > +++ b/arch/arm/boot/dts/am335x-evm.dts
> > @@ -160,6 +160,18 @@
> >  			system-clock-frequency = <12000000>;
> >  		};
> >  	};
> > +
> > +	kim {
> > +		compatible = "kim";
> > +		nshutdown-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
> > +		serial-device = <&uart1>;
> > +		flow_cntrl = <1>;
> > +		baud_rate = <3000000>;
> > +	};
> > +
> > +	btwilink {
> > +		compatible = "btwilink";
> > +	};
> >  };
> 
> I think this "kim" binding got dropped.. We need some sane binding and
> solution for it.

Oh sorry, this is a new binding you've done :) Nice good to see this
get fixed.

Regards,

Tony

  parent reply	other threads:[~2015-12-23 18:21 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1450870253-8694-1-git-send-email-eyalr@ti.com>
     [not found] ` <1450870253-8694-1-git-send-email-eyalr-l0cyMroinI0@public.gmane.org>
2015-12-23 11:38   ` [PATCH 1/3] ti-st: use device handles and add device tree binding Reizer, Eyal
2015-12-23 11:38     ` Reizer, Eyal
     [not found]     ` <8665E2433BC68541A24DFFCA87B70F5B23759A5B-1tpBd5JUCm6IQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2015-12-29 18:35       ` Rob Herring
2015-12-29 18:35         ` Rob Herring
2016-01-17  7:57         ` Reizer, Eyal
2016-01-17  7:57           ` Reizer, Eyal
     [not found]           ` <8665E2433BC68541A24DFFCA87B70F5B2376B680-1tpBd5JUCm6IQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2016-01-26 15:47             ` Rob Herring
2016-01-26 15:47               ` Rob Herring
2016-01-26 14:38         ` Reizer, Eyal
2016-01-26 14:38           ` Reizer, Eyal
     [not found] ` <1450870253-8694-2-git-send-email-eyalr@ti.com>
     [not found]   ` <1450870253-8694-2-git-send-email-eyalr-l0cyMroinI0@public.gmane.org>
2015-12-23 11:40     ` [PATCH 2/3] ARM: dts: am335x-evm: add shared transport device tree bindings Reizer, Eyal
2015-12-23 11:40       ` Reizer, Eyal
     [not found]       ` <8665E2433BC68541A24DFFCA87B70F5B23759A6B-1tpBd5JUCm6IQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2015-12-23 18:19         ` Tony Lindgren
2015-12-23 18:19           ` Tony Lindgren
     [not found]           ` <20151223181945.GN2793-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-12-23 18:21             ` Tony Lindgren [this message]
2015-12-23 18:21               ` Tony Lindgren
     [not found] ` <1450870253-8694-3-git-send-email-eyalr@ti.com>
     [not found]   ` <1450870253-8694-3-git-send-email-eyalr-l0cyMroinI0@public.gmane.org>
2015-12-23 11:41     ` [PATCH 3/3] ARM: dts: am437x-gp-evm: " Reizer, Eyal
2015-12-23 11:41       ` Reizer, Eyal
2016-01-14 14:22 ` [PATCH 1/3] ti-st: use device handles and add device tree binding Reizer, Eyal
2016-01-14 14:22   ` Reizer, Eyal
     [not found]   ` <8665E2433BC68541A24DFFCA87B70F5B23769B75-1tpBd5JUCm6IQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2016-01-14 17:07     ` Tony Lindgren
2016-01-14 17:07       ` Tony Lindgren
     [not found]       ` <20160114170746.GO12777-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-01-14 20:18         ` Peter Hurley
2016-01-14 20:18           ` Peter Hurley

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=20151223182132.GO2793@atomide.com \
    --to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=eyalr-l0cyMroinI0@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@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.