From: Bjorn Helgaas <helgaas@kernel.org>
To: Kiran K <kiran.k@intel.com>
Cc: linux-bluetooth@vger.kernel.org, ravishankar.srivatsa@intel.com,
chethan.tumkur.narayan@intel.com,
Chandrashekar <chandrashekar.devegowda@intel.com>
Subject: Re: [PATCH v1 3/3] Bluetooth: btintel_pcie: Add *setup* function to download firmware
Date: Tue, 7 May 2024 21:03:30 -0500 [thread overview]
Message-ID: <20240508020330.GA1746392@bhelgaas> (raw)
In-Reply-To: <20240328111904.992068-3-kiran.k@intel.com>
On Thu, Mar 28, 2024 at 04:49:04PM +0530, Kiran K wrote:
> Add to support to download firmware.
>
> Signed-off-by: Kiran K <kiran.k@intel.com>
> Co-developed-by: Chandrashekar <chandrashekar.devegowda@intel.com>
> Signed-off-by: Chandrashekar <chandrashekar.devegowda@intel.com>
> + /* Due to the fw limitation, the type header of the packet should be
> + * 4 bytes unlikely 1 byte for UART. In UART, the firmware can reads
s/unlikely/unlike/ (I think?)
s/can reads/can read/
> + * the first byte to get the packet type and redirect the rest of data
> + * packet to the right handler. But for PCIe, THF(Transfer Flow Handler)
> + * fetches the 4 bytes of data from DMA memory and by the time it reads
> + * the first 4 bytes, it already consumes some part of packet. Thus
> + * the packet type indicator for iBT PCIe is 4 bytes.
> + * Luckily, when HCI core creates the skb, it allocated 8 bytes of
> + * head room for profile and driver use, and before sending the data
> + * to the device, append the iBT PCIe packet type in the front.
> + */
next prev parent reply other threads:[~2024-05-08 2:03 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-28 11:19 [PATCH v1 1/3] Bluetooth: btintel: Export few static functions Kiran K
2024-03-28 11:19 ` [PATCH v1 2/3] Bluetooth: btintel_pcie: Add support for PCIE transport Kiran K
2024-03-28 12:24 ` Paul Menzel
2024-05-07 13:34 ` K, Kiran
2024-05-07 20:28 ` Luiz Augusto von Dentz
2024-03-28 14:09 ` Luiz Augusto von Dentz
2024-03-28 14:13 ` Luiz Augusto von Dentz
2024-05-07 14:39 ` K, Kiran
2024-03-28 17:08 ` Bjorn Helgaas
2024-05-07 13:47 ` K, Kiran
2024-03-28 11:19 ` [PATCH v1 3/3] Bluetooth: btintel_pcie: Add *setup* function to download firmware Kiran K
2024-03-28 17:08 ` Bjorn Helgaas
2024-05-07 13:59 ` K, Kiran
2024-05-08 2:03 ` Bjorn Helgaas [this message]
2024-05-08 2:04 ` Bjorn Helgaas
2024-03-28 11:31 ` [v1,1/3] Bluetooth: btintel: Export few static functions bluez.test.bot
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=20240508020330.GA1746392@bhelgaas \
--to=helgaas@kernel.org \
--cc=chandrashekar.devegowda@intel.com \
--cc=chethan.tumkur.narayan@intel.com \
--cc=kiran.k@intel.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=ravishankar.srivatsa@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