From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: linux1394-devel@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] firewire: ohci: add helper functions for data format specific to 1394 OHCI AT/IT DMA
Date: Sat, 3 Aug 2024 09:35:31 +0900 [thread overview]
Message-ID: <20240803003531.GA126786@workstation.local> (raw)
In-Reply-To: <20240802003606.109402-1-o-takashi@sakamocchi.jp>
On Fri, Aug 02, 2024 at 09:36:02AM +0900, Takashi Sakamoto wrote:
> Hi,
>
> In 1394 OHCI specification, the data formats of AT/IT DMA are specific
> and different from packert format of IEEE 1394 specification. Current
> implementation includes some ad-hoc lines to construct the data, while
> it is not so easy to read and understand.
>
> This patchset includes some helper functions to serialize and
> deserialize the data. These helper functions are tested by KUnit, and
> replace the ad-hoc implementations.
>
> Takashi Sakamoto (4):
> firewire: ohci: add static inline functions to serialize/deserialize
> data of AT DMA
> firewire: ohci: use static inline functions to serialize data of AT
> DMA
> firewire: ohci: add static inline functions to serialize/deserialize
> data of IT DMA
> firewire: ohci: use static inline functions to serialize data of IT
> DMA
>
> drivers/firewire/ohci-serdes-test.c | 66 +++++++++
> drivers/firewire/ohci.c | 66 ++++-----
> drivers/firewire/ohci.h | 199 ++++++++++++++++++++++++++++
> 3 files changed, 299 insertions(+), 32 deletions(-)
Applied to for-next branch.
Regards
Takashi Sakamoto
prev parent reply other threads:[~2024-08-03 0:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-02 0:36 [PATCH 0/4] firewire: ohci: add helper functions for data format specific to 1394 OHCI AT/IT DMA Takashi Sakamoto
2024-08-02 0:36 ` [PATCH 1/4] firewire: ohci: add static inline functions to serialize/deserialize data of AT DMA Takashi Sakamoto
2024-08-02 0:36 ` [PATCH 2/4] firewire: ohci: use static inline functions to serialize " Takashi Sakamoto
2024-08-02 0:36 ` [PATCH 3/4] firewire: ohci: add static inline functions to serialize/deserialize data of IT DMA Takashi Sakamoto
2024-08-02 0:36 ` [PATCH 4/4] firewire: ohci: use static inline functions to serialize " Takashi Sakamoto
2024-08-03 0:35 ` Takashi Sakamoto [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=20240803003531.GA126786@workstation.local \
--to=o-takashi@sakamocchi.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
/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