All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bastien Nocera <hadess@hadess.net>
To: linux-wireless@vger.kernel.org
Subject: Broadcom Wi-Fi/Bluetooth on GPIO? (Baytrail tablet)
Date: Fri, 05 Sep 2014 00:39:38 +0200	[thread overview]
Message-ID: <1409870378.19259.9.camel@hadess.net> (raw)

Heya,

On this tablet, based on a Baytrail SoC, I found reference of this
Broadcom device in the DSDT, and I believe it could be the
Bluetooth/Wi-Fi chipset (this one[1]?):
---8<---
Device (BRC3)
{
    Name (_ADR, One)  // _ADR: Address
    Name (_DEP, Package (0x01)  // _DEP: Dependencies
    {
        GPO2
    })
    Name (_HID, "BCM4321")  // _HID: Hardware ID 
    Name (_CID, "BCM43241")  // _CID: Compatible ID
    Name (GMOD, ResourceTemplate ()
    {
        GpioIo (Exclusive, PullDefault, 0x0000, 0x0000,
IoRestrictionOutputOnly,
            "\\_SB.GPO2", 0x00, ResourceConsumer, ,
            )
            {   // Pin list 
                0x0014
            }
    })
---8<---

Am I correct in thinking that it's a Broadcom chipset? What would it
take to get this supported in the kernel? I'm currently stuck on a
slightly older kernel (3.16.0) due to Intel graphics driver problems,
but I couldn't find anything directly related to this in the current
linus tree.

Cheers

[1]:
http://www.broadcom.com/products/Wireless-LAN/802.11-Wireless-LAN-Solutions/BCM43241


             reply	other threads:[~2014-09-04 22:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04 22:39 Bastien Nocera [this message]
2014-09-05  8:06 ` Broadcom Wi-Fi/Bluetooth on GPIO? (Baytrail tablet) Rafał Miłecki
2014-09-08  9:00   ` Arend van Spriel
2014-09-09  9:28     ` Bastien Nocera

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=1409870378.19259.9.camel@hadess.net \
    --to=hadess@hadess.net \
    --cc=linux-wireless@vger.kernel.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.