linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: chethan tn <chethantn@gmail.com>,
	Chethan T N <chethan.tumkur.narayan@intel.com>,
	Bluez mailing list <linux-bluetooth@vger.kernel.org>,
	amit.k.bag@intel.com, Raghuram Hegde <raghuram.hegde@intel.com>,
	sukumar.ghorai@intel.com, Rajat Jain <rajatja@chromium.org>
Subject: Re: [Patch v1] Bluetooth: Add Rfkill driver for Intel Bluetooth controller
Date: Wed, 7 Nov 2018 08:28:07 +0100	[thread overview]
Message-ID: <CD6DE466-5E73-473C-8943-684FBAEF337E@holtmann.org> (raw)
In-Reply-To: <20181107014427.GA1121@dtor-ws>

Hi Dmitry,

>> We are planning to further implement the followings, kindly please
>> provide your suggestions.
>> 1. To handle more than 1 Intel BT controller connected to platform,
>> will keep list of the objects in "static const struct acpi_device_id
>> intel_bt_rfkill_acpi_match[] ". And keep a list of "struct
>> intel_bt_rfkill_dev" for each of the acpi object.
>> 2.  With this implementation from user space RF kill for the device
>> object is achieved, however need to map the rfkill object with the
>> corresponding "hdev" so that on error from the controller kernel can
>> do the reset through this RF Kill driver.
> 
> I am confused, why you model a generic chip reset functionality via
> RFKill subsystem. As far as I understand, the issue is that you want to
> be able to reset the chip when it gets confused and not actually disable
> the chip/stop it from emitting RF signals.
> 
> I believe this functionality should be contained in the driver and you
> simply need to come with a way to tie the adapter instance with data in
> ACPI, probably based on physical USB connection.

it is impossible to do that in the driver since what the GPIO is doing is to push the USB device off the bus. So you actually see an USB disconnect and a new re-enumeration when it comes back. Meaning the driver knows nothing during that time. This is a classic soft RFKILL switch like we have seen in the early Thinkpads.

Yes, this could be done all nicely with proper integration into the driver, but not with this hardware setup. They took the big hammer approach and killed the power to the device. A proper defined Reset GPIO would have been better and then we could have done this nicely within the driver. However if the device disappears, there is nothing for the driver to do.

Regards

Marcel


  reply	other threads:[~2018-11-07  7:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-30 13:56 [Patch v1] Bluetooth: Add Rfkill driver for Intel Bluetooth controller Chethan T N
2018-11-05  9:16 ` chethan tn
2018-11-07  1:44   ` Dmitry Torokhov
2018-11-07  7:28     ` Marcel Holtmann [this message]
2018-11-07 18:40       ` Dmitry Torokhov
2018-11-07 18:48         ` Marcel Holtmann
2018-11-07 19:16           ` Dmitry Torokhov
2018-11-08  8:33             ` Marcel Holtmann

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=CD6DE466-5E73-473C-8943-684FBAEF337E@holtmann.org \
    --to=marcel@holtmann.org \
    --cc=amit.k.bag@intel.com \
    --cc=chethan.tumkur.narayan@intel.com \
    --cc=chethantn@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=raghuram.hegde@intel.com \
    --cc=rajatja@chromium.org \
    --cc=sukumar.ghorai@intel.com \
    /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;
as well as URLs for NNTP newsgroup(s).