All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajat Jain <rajatja@google.com>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: Johan Hedberg <johan.hedberg@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"David S. Miller" <davem@davemloft.net>,
	Dmitry Torokhov <dtor@chromium.org>,
	Alex Hung <alex.hung@canonical.com>,
	Bluez mailing list <linux-bluetooth@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-usb@vger.kernel.org, netdev <netdev@vger.kernel.org>,
	Rajat Jain <rajatxjain@gmail.com>,
	Dmitry Torokhov <dtor@google.com>,
	Raghuram Hegde <raghuram.hegde@intel.com>,
	chethan.tumkur.narayan@intel.com, "Ghorai,
	Sukumar" <sukumar.ghorai@intel.com>
Subject: Re: [PATCH v4 1/5] usb: split code locating ACPI companion into port and device
Date: Tue, 22 Jan 2019 14:28:27 -0800	[thread overview]
Message-ID: <CACK8Z6FzWTZ_SYCBqGsOcf2xzSp3+W9HD-1inyRtJ=Wqsww8Pw@mail.gmail.com> (raw)
In-Reply-To: <C103ADA0-68A0-4571-AE47-1744E64E0D7E@holtmann.org>

Hi Marcel,

On Sat, Jan 19, 2019 at 11:51 AM Marcel Holtmann <marcel@holtmann.org> wrote:
>
> Hi Rajat,
>
> > In preparation for handling embedded USB devices let's split
> > usb_acpi_find_companion() into usb_acpi_find_companion_for_device() and
> > usb_acpi_find_companion_for_port().
> >
> > Signed-off-by: Dmitry Torokhov <dtor@chromium.org>
> > Signed-off-by: Rajat Jain <rajatja@google.com>
> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Tested-by: Sukumar Ghorai <sukumar.ghorai@intel.com>
> > ---
> > v4: Add Acked-by and Tested-by in signatures.
> > v3: same as v1
> > v2: same as v1
> >
> > drivers/usb/core/usb-acpi.c | 133 +++++++++++++++++++-----------------
> > 1 file changed, 72 insertions(+), 61 deletions(-)
>
> what is the plan here? I take this via bluetooth-next tree?

Yes, I'd think that would be the best plan. Dmitry / Greg - do you
have any objections / suggestions?

>
> Regards
>
> Marcel
>

WARNING: multiple messages have this Message-ID (diff)
From: Rajat Jain <rajatja@google.com>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: Johan Hedberg <johan.hedberg@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"David S. Miller" <davem@davemloft.net>,
	Dmitry Torokhov <dtor@chromium.org>,
	Alex Hung <alex.hung@canonical.com>,
	Bluez mailing list <linux-bluetooth@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-usb@vger.kernel.org, netdev <netdev@vger.kernel.org>,
	Rajat Jain <rajatxjain@gmail.com>,
	Dmitry Torokhov <dtor@google.com>,
	Raghuram Hegde <raghuram.hegde@intel.com>,
	chethan.tumkur.narayan@intel.com, "Ghorai,
	Sukumar" <sukumar.ghorai@intel.com>
Subject: [v4,1/5] usb: split code locating ACPI companion into port and device
Date: Tue, 22 Jan 2019 14:28:27 -0800	[thread overview]
Message-ID: <CACK8Z6FzWTZ_SYCBqGsOcf2xzSp3+W9HD-1inyRtJ=Wqsww8Pw@mail.gmail.com> (raw)

Hi Marcel,

On Sat, Jan 19, 2019 at 11:51 AM Marcel Holtmann <marcel@holtmann.org> wrote:
>
> Hi Rajat,
>
> > In preparation for handling embedded USB devices let's split
> > usb_acpi_find_companion() into usb_acpi_find_companion_for_device() and
> > usb_acpi_find_companion_for_port().
> >
> > Signed-off-by: Dmitry Torokhov <dtor@chromium.org>
> > Signed-off-by: Rajat Jain <rajatja@google.com>
> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Tested-by: Sukumar Ghorai <sukumar.ghorai@intel.com>
> > ---
> > v4: Add Acked-by and Tested-by in signatures.
> > v3: same as v1
> > v2: same as v1
> >
> > drivers/usb/core/usb-acpi.c | 133 +++++++++++++++++++-----------------
> > 1 file changed, 72 insertions(+), 61 deletions(-)
>
> what is the plan here? I take this via bluetooth-next tree?

Yes, I'd think that would be the best plan. Dmitry / Greg - do you
have any objections / suggestions?

>
> Regards
>
> Marcel
>

  reply	other threads:[~2019-01-22 22:29 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-17  1:07 [PATCH 0/5] Reset Intel BT controller if it gets stuck Rajat Jain
2018-11-17  1:07 ` [PATCH 1/5] usb: split code locating ACPI companion into port and device Rajat Jain
2018-11-17  1:07   ` [1/5] " Rajat Jain
2018-11-17  1:07 ` [PATCH 2/5] usb: assign ACPI companions for embedded USB devices Rajat Jain
2018-11-17  1:07   ` [2/5] " Rajat Jain
2018-11-17  1:07 ` [PATCH 3/5] Bluetooth: Reset Bluetooth chip after multiple command timeouts Rajat Jain
2018-11-17  1:07   ` [3/5] " Rajat Jain
2018-11-17  1:07 ` [PATCH 4/5] Bluetooth: btusb: Collect the common Intel assignments together Rajat Jain
2018-11-17  1:07   ` [4/5] " Rajat Jain
2018-11-17  1:07 ` [PATCH 5/5] Bluetooth: btusb: Use the hw_reset method to allow resetting the BT chip Rajat Jain
2018-11-17  1:07   ` [5/5] " Rajat Jain
2018-11-19 23:04 ` [PATCH v2 1/5] usb: split code locating ACPI companion into port and device Rajat Jain
2018-11-19 23:04   ` [v2,1/5] " Rajat Jain
2018-11-19 23:04   ` [PATCH v2 2/5] usb: assign ACPI companions for embedded USB devices Rajat Jain
2018-11-19 23:04     ` [v2,2/5] " Rajat Jain
2018-11-19 23:04   ` [PATCH v2 3/5] Bluetooth: Reset Bluetooth chip after multiple command timeouts Rajat Jain
2018-11-19 23:04     ` [v2,3/5] " Rajat Jain
2018-11-19 23:04   ` [PATCH v2 4/5] Bluetooth: btusb: Collect the common Intel assignments together Rajat Jain
2018-11-19 23:04     ` [v2,4/5] " Rajat Jain
2018-11-19 23:04   ` [PATCH v2 5/5] Bluetooth: btusb: Use the hw_reset method to allow resetting the BT chip Rajat Jain
2018-11-19 23:04     ` [v2,5/5] " Rajat Jain
2018-11-21 23:50 ` [PATCH v3 1/5] usb: split code locating ACPI companion into port and device Rajat Jain
2018-11-21 23:50   ` [v3,1/5] " Rajat Jain
2018-11-21 23:50   ` [PATCH v3 2/5] usb: assign ACPI companions for embedded USB devices Rajat Jain
2018-11-21 23:50     ` [v3,2/5] " Rajat Jain
2018-12-05  9:32     ` [PATCH v3 2/5] " Greg Kroah-Hartman
2018-12-05  9:32       ` [v3,2/5] " Greg Kroah-Hartman
2018-12-05 17:19       ` [PATCH v3 2/5] " Ghorai, Sukumar
2018-12-05 17:19         ` [v3,2/5] " Ghorai, Sukumar
2018-11-21 23:50   ` [PATCH v3 3/5] Bluetooth: Reset Bluetooth chip after multiple command timeouts Rajat Jain
2018-11-21 23:50     ` [v3,3/5] " Rajat Jain
2018-11-21 23:50   ` [PATCH v3 4/5] Bluetooth: btusb: Collect the common Intel assignments together Rajat Jain
2018-11-21 23:50     ` [v3,4/5] " Rajat Jain
2018-11-21 23:50   ` [PATCH v3 5/5] Bluetooth: btusb: Use the hw_reset method to allow resetting the BT chip Rajat Jain
2018-11-21 23:50     ` [v3,5/5] " Rajat Jain
2018-12-20  8:46     ` [PATCH v3 5/5] " Rajat Jain
2018-12-20  8:46       ` [v3,5/5] " Rajat Jain
2019-01-18 11:04     ` [PATCH v3 5/5] " Marcel Holtmann
2019-01-18 11:04       ` [v3,5/5] " Marcel Holtmann
2019-01-18 20:51       ` [PATCH v3 5/5] " Rajat Jain
2019-01-18 20:51         ` [v3,5/5] " Rajat Jain
2018-12-05  9:32   ` [PATCH v3 1/5] usb: split code locating ACPI companion into port and device Greg Kroah-Hartman
2018-12-05  9:32     ` [v3,1/5] " Greg Kroah-Hartman
2018-12-05 17:41     ` [PATCH v3 1/5] " Ghorai, Sukumar
2018-12-05 17:41       ` [v3,1/5] " Ghorai, Sukumar
2019-01-18 22:34 ` [PATCH v4 1/5] " Rajat Jain
2019-01-18 22:34   ` [v4,1/5] " Rajat Jain
2019-01-18 22:34   ` [PATCH v4 2/5] usb: assign ACPI companions for embedded USB devices Rajat Jain
2019-01-18 22:34     ` [v4,2/5] " Rajat Jain
2019-01-19 19:51     ` [PATCH v4 2/5] " Marcel Holtmann
2019-01-19 19:51       ` [v4,2/5] " Marcel Holtmann
2019-01-22 22:29       ` [PATCH v4 2/5] " Rajat Jain
2019-01-22 22:29         ` [v4,2/5] " Rajat Jain
2019-01-18 22:34   ` [PATCH v4 3/5] Bluetooth: Reset Bluetooth chip after multiple command timeouts Rajat Jain
2019-01-18 22:34     ` [v4,3/5] " Rajat Jain
2019-01-19 19:51     ` [PATCH v4 3/5] " Marcel Holtmann
2019-01-19 19:51       ` [v4,3/5] " Marcel Holtmann
2019-01-22 22:34       ` [PATCH v4 3/5] " Rajat Jain
2019-01-22 22:34         ` [v4,3/5] " Rajat Jain
2019-01-18 22:34   ` [PATCH v4 4/5] Bluetooth: btusb: Collect the common Intel assignments together Rajat Jain
2019-01-18 22:34     ` [v4,4/5] " Rajat Jain
2019-01-19 19:51     ` [PATCH v4 4/5] " Marcel Holtmann
2019-01-19 19:51       ` [v4,4/5] " Marcel Holtmann
2019-01-22 22:35       ` [PATCH v4 4/5] " Rajat Jain
2019-01-22 22:35         ` [v4,4/5] " Rajat Jain
2019-01-18 22:34   ` [PATCH v4 5/5] Bluetooth: btusb: Use the hw_reset method to allow resetting the BT chip Rajat Jain
2019-01-18 22:34     ` [v4,5/5] " Rajat Jain
2019-01-19 19:51     ` [PATCH v4 5/5] " Marcel Holtmann
2019-01-19 19:51       ` [v4,5/5] " Marcel Holtmann
2019-01-22 22:36       ` [PATCH v4 5/5] " Rajat Jain
2019-01-22 22:36         ` [v4,5/5] " Rajat Jain
2019-01-19 19:51   ` [PATCH v4 1/5] usb: split code locating ACPI companion into port and device Marcel Holtmann
2019-01-19 19:51     ` [v4,1/5] " Marcel Holtmann
2019-01-22 22:28     ` Rajat Jain [this message]
2019-01-22 22:28       ` Rajat Jain
2019-01-22 22:42       ` [PATCH v4 1/5] " Dmitry Torokhov
2019-01-22 22:42         ` [v4,1/5] " Dmitry Torokhov
2019-01-23  6:36         ` [PATCH v4 1/5] " Greg Kroah-Hartman
2019-01-23  6:36           ` [v4,1/5] " Greg Kroah-Hartman
2019-01-23 20:57 ` [PATCH v5 1/4] " Rajat Jain
2019-01-23 20:57   ` [v5,1/4] " Rajat Jain
2019-01-23 20:57   ` [PATCH v5 2/4] usb: assign ACPI companions for embedded USB devices Rajat Jain
2019-01-23 20:57     ` [v5,2/4] " Rajat Jain
2019-01-23 20:57   ` [PATCH v5 3/4] Bluetooth: Allow driver specific cmd timeout handling Rajat Jain
2019-01-23 20:57     ` [v5,3/4] " Rajat Jain
2019-01-24  9:36     ` [PATCH v5 3/4] " Marcel Holtmann
2019-01-24  9:36       ` [v5,3/4] " Marcel Holtmann
2019-01-24 20:10       ` [PATCH v5 3/4] " Rajat Jain
2019-01-24 20:10         ` [v5,3/4] " Rajat Jain
2019-01-23 20:57   ` [PATCH v5 4/4] Bluetooth: btusb: Use the cmd_timeout method to reset the Intel BT chip Rajat Jain
2019-01-23 20:57     ` [v5,4/4] " Rajat Jain
2019-01-24  9:46     ` [PATCH v5 4/4] " Marcel Holtmann
2019-01-24  9:46       ` [v5,4/4] " Marcel Holtmann
2019-01-24 20:05       ` [PATCH v5 4/4] " Rajat Jain
2019-01-24 20:05         ` [v5,4/4] " Rajat Jain
2019-01-24 23:28 ` [PATCH v6 1/4] usb: split code locating ACPI companion into port and device Rajat Jain
2019-01-24 23:28   ` [v6,1/4] " Rajat Jain
2019-01-24 23:28   ` [PATCH v6 2/4] usb: assign ACPI companions for embedded USB devices Rajat Jain
2019-01-24 23:28     ` [v6,2/4] " Rajat Jain
2019-01-25  7:51     ` [PATCH v6 2/4] " Marcel Holtmann
2019-01-25  7:51       ` [v6,2/4] " Marcel Holtmann
2019-01-24 23:28   ` [PATCH v6 3/4] Bluetooth: Allow driver specific cmd timeout handling Rajat Jain
2019-01-24 23:28     ` [v6,3/4] " Rajat Jain
2019-01-25  7:51     ` [PATCH v6 3/4] " Marcel Holtmann
2019-01-25  7:51       ` [v6,3/4] " Marcel Holtmann
2019-01-24 23:28   ` [PATCH v6 4/4] Bluetooth: btusb: Use the cmd_timeout method to reset the Intel BT chip Rajat Jain
2019-01-24 23:28     ` [v6,4/4] " Rajat Jain
2019-01-25  7:51     ` [PATCH v6 4/4] " Marcel Holtmann
2019-01-25  7:51       ` [v6,4/4] " Marcel Holtmann
2019-01-25  7:51   ` [PATCH v6 1/4] usb: split code locating ACPI companion into port and device Marcel Holtmann
2019-01-25  7:51     ` [v6,1/4] " 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='CACK8Z6FzWTZ_SYCBqGsOcf2xzSp3+W9HD-1inyRtJ=Wqsww8Pw@mail.gmail.com' \
    --to=rajatja@google.com \
    --cc=alex.hung@canonical.com \
    --cc=chethan.tumkur.narayan@intel.com \
    --cc=davem@davemloft.net \
    --cc=dtor@chromium.org \
    --cc=dtor@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=netdev@vger.kernel.org \
    --cc=raghuram.hegde@intel.com \
    --cc=rajatxjain@gmail.com \
    --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 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.