public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	"linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>,
	linux-arm-kernel
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 2/2] dt: bindings: Add binding for ESP8089 wifi chips
Date: Mon, 08 Aug 2016 11:24:23 +0200	[thread overview]
Message-ID: <52721384.ieJe1WiAoe@wuerfel> (raw)
In-Reply-To: <CAGb2v67+QrOxPd4KeLb9F67A0mSaBqn14PynzCyK=ovRnKA6EQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Monday, August 8, 2016 11:59:25 AM CEST Chen-Yu Tsai wrote:
> Hi Arnd,
> 
> On Mon, Aug 8, 2016 at 3:59 AM, Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> wrote:
> > On Sunday, August 7, 2016 8:57:49 PM CEST Hans de Goede wrote:
> >> +Espressif ESP8089 wireless SDIO devices
> >> +
> >> +This node provides properties for controlling the ESP8089 wireless device.
> >> +The node is expected to be specified as a child node to the SDIO controller
> >> +that connects the device to the system.
> >> +
> >> +Required properties:
> >> +
> >> + - compatible : Should be "esp,esp8089".
> >
> > I think it would be good to standardize a compatible string for sdio
> > like we have it for other discoverable buses, based on the
> > vendor/device ID (or whatever this uses), using something like
> >
> > compatible = "sdio1234,5678", "esp,esp8089";
> 
> Is there a central repository for SDIO vendor/device IDs similar to
> PCI or USB IDs?

No idea. I believe the existing repositories for PCI and USB are not
public either, there is just the information at http://pcidatabase.com/,
http://pci-ids.ucw.cz/ or http://www.linux-usb.org/usb.ids that
are maintained by volunteers and that are not authoritarive.

I found one list at https://github.com/systemd/systemd/blob/master/hwdb/sdio.ids
but it's probably very incomplete.

> The vendor ID Espressif uses is 0x6666, which seems kind of bogus to me.

It probably is, but that's not important as long as nothing else uses
that ID.

	Arnd

--
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

  parent reply	other threads:[~2016-08-08  9:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-07 18:57 [PATCH 1/2] dt: bindings: Add vendor prefix for Espressif System Hans de Goede
2016-08-07 18:57 ` [PATCH 2/2] dt: bindings: Add binding for ESP8089 wifi chips Hans de Goede
2016-08-07 19:59   ` Arnd Bergmann
2016-08-08  3:59     ` Chen-Yu Tsai
     [not found]       ` <CAGb2v67+QrOxPd4KeLb9F67A0mSaBqn14PynzCyK=ovRnKA6EQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-08-08  9:24         ` Arnd Bergmann [this message]
2016-08-08 12:44           ` Icenowy Zheng
2016-08-08  2:36   ` Icenowy Zheng
2016-08-08  7:34     ` Hans de Goede
2016-08-08 12:42       ` Icenowy Zheng
2016-08-10 18:48 ` [PATCH 1/2] dt: bindings: Add vendor prefix for Espressif System Rob Herring
2016-08-11  9:15   ` Hans de Goede
2016-08-11 13:31     ` Rob Herring
2016-08-11 15:08       ` Hans de Goede
2016-08-11 16:35         ` Rob Herring
2016-08-11 17:13           ` Hans de Goede
2016-08-11 17:28           ` Hans de Goede
2016-08-11 18:44             ` Rob Herring

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=52721384.ieJe1WiAoe@wuerfel \
    --to=arnd-r2ngtmty4d4@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=icenowy-ymACFijhrKM@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=ulf.hansson-QSEj5FYQhm4dnm+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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox