From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Mathias Nyman <mathias.nyman@intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v2 0/7] xhci: mem: Short cleanup series
Date: Fri, 10 Feb 2023 16:31:52 +0200 [thread overview]
Message-ID: <89ee5d02-5421-a6bd-0920-c531f0d57448@linux.intel.com> (raw)
In-Reply-To: <20230208151129.28987-1-andriy.shevchenko@linux.intel.com>
On 8.2.2023 17.11, Andy Shevchenko wrote:
> Clean up xhci-mem.c a bit using latest and greatest Linux kernel
> features.
>
> Changelog v2:
> - used dma_pool_zalloc() instead of open coding it (Mathias)
>
> Andy Shevchenko (7):
> xhci: mem: Carefully calculate size for memory allocations
> xhci: mem: Use dma_poll_zalloc() instead of explicit memset()
> xhci: mem: Get rid of redundant 'else'
> xhci: mem: Drop useless return:s
> xhci: mem: Use while (i--) pattern to clean up
> xhci: mem: Replace explicit castings with appropriate specifiers
> xhci: mem: Join string literals back
>
> drivers/usb/host/xhci-mem.c | 83 +++++++++++++++----------------------
> 1 file changed, 33 insertions(+), 50 deletions(-)
>
Added to queue, thanks
-Mathias
prev parent reply other threads:[~2023-02-10 14:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 15:11 [PATCH v2 0/7] xhci: mem: Short cleanup series Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 1/7] xhci: mem: Carefully calculate size for memory allocations Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 2/7] xhci: mem: Use dma_poll_zalloc() instead of explicit memset() Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 3/7] xhci: mem: Get rid of redundant 'else' Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 4/7] xhci: mem: Drop useless return:s Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 5/7] xhci: mem: Use while (i--) pattern to clean up Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 6/7] xhci: mem: Replace explicit castings with appropriate specifiers Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 7/7] xhci: mem: Join string literals back Andy Shevchenko
2023-02-10 14:31 ` Mathias Nyman [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=89ee5d02-5421-a6bd-0920-c531f0d57448@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@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