public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Matthias Kaehlcke <mka@chromium•org>
To: Brian Norris <briannorris@chromium•org>
Cc: devicetree@vger•kernel.org, Heiko Stuebner <heiko@sntech•de>,
	linux-bluetooth@vger•kernel.org,
	Marcel Holtmann <marcel@holtmann•org>,
	Douglas Anderson <dianders@chromium•org>,
	linux-kernel@vger•kernel.org, linux-rockchip@lists•infradead.org,
	Rob Herring <robh+dt@kernel•org>,
	Enric Balletbo i Serra <enric.balletbo@collabora•com>,
	Rajat Jain <rajatja@google•com>,
	linux-arm-kernel@lists•infradead.org,
	Johan Hedberg <johan.hedberg@gmail•com>
Subject: Re: [PATCH 1/3] Bluetooth: btusb: add QCA6174A compatible properties
Date: Fri, 22 Feb 2019 10:04:06 -0800	[thread overview]
Message-ID: <20190222180406.GA223791@google.com> (raw)
In-Reply-To: <20190222003403.128243-1-briannorris@chromium.org>

On Thu, Feb 21, 2019 at 04:34:01PM -0800, Brian Norris wrote:
> We may need to specify a GPIO wake pin for this device, so add a
> compatible property for it.
> 
> There are at least to USB PID/VID variations of this chip: one with a
> Lite-On ID and one with an Atheros ID.
> 
> Signed-off-by: Brian Norris <briannorris@chromium•org>
> ---
>  drivers/bluetooth/btusb.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
> index 470ee68555d9..380e6f38c607 100644
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -2862,6 +2862,8 @@ static irqreturn_t btusb_oob_wake_handler(int irq, void *priv)
>  
>  static const struct of_device_id btusb_match_table[] = {
>  	{ .compatible = "usb1286,204e" },
> +	{ .compatible = "usb0cf3,e300" }, /* QCA6174A */
> +	{ .compatible = "usb04ca,301a" }, /* QCA6174A (Lite-On) */
>  	{ }
>  };
>  MODULE_DEVICE_TABLE(of, btusb_match_table);

Reviewed-by: Matthias Kaehlcke <mka@chromium•org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      parent reply	other threads:[~2019-02-22 18:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-22  0:34 [PATCH 1/3] Bluetooth: btusb: add QCA6174A compatible properties Brian Norris
2019-02-22  0:34 ` [PATCH 2/3] dt-bindings: net: btusb: add QCA6174A IDs Brian Norris
2019-02-22 18:05   ` Matthias Kaehlcke
2019-02-22 21:57   ` Robin Murphy
2019-02-22 22:10     ` Brian Norris
2019-02-22  0:34 ` [PATCH 3/3] arm64: dts: rockchip: move QCA6174A wakeup pin into its USB node Brian Norris
2019-02-22 18:27   ` Matthias Kaehlcke
2019-02-22 23:16     ` Rajat Jain
2019-02-22 18:04 ` Matthias Kaehlcke [this message]

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=20190222180406.GA223791@google.com \
    --to=mka@chromium$(echo .)org \
    --cc=briannorris@chromium$(echo .)org \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=dianders@chromium$(echo .)org \
    --cc=enric.balletbo@collabora$(echo .)com \
    --cc=heiko@sntech$(echo .)de \
    --cc=johan.hedberg@gmail$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-bluetooth@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-rockchip@lists$(echo .)infradead.org \
    --cc=marcel@holtmann$(echo .)org \
    --cc=rajatja@google$(echo .)com \
    --cc=robh+dt@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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