Message ID | 1561441137-3090-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-usb-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 93B661908 for <patchwork-linux-usb@patchwork.kernel.org>; Tue, 25 Jun 2019 05:39:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8663928623 for <patchwork-linux-usb@patchwork.kernel.org>; Tue, 25 Jun 2019 05:39:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7A86A2899B; Tue, 25 Jun 2019 05:39:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1E59628AD6 for <patchwork-linux-usb@patchwork.kernel.org>; Tue, 25 Jun 2019 05:39:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728358AbfFYFjf (ORCPT <rfc822;patchwork-linux-usb@patchwork.kernel.org>); Tue, 25 Jun 2019 01:39:35 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:53837 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728311AbfFYFjf (ORCPT <rfc822;linux-usb@vger.kernel.org>); Tue, 25 Jun 2019 01:39:35 -0400 X-IronPort-AV: E=Sophos;i="5.62,413,1554735600"; d="scan'208";a="19607549" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 25 Jun 2019 14:39:32 +0900 Received: from localhost.localdomain (unknown [10.166.17.210]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 5AAC240031EF; Tue, 25 Jun 2019 14:39:32 +0900 (JST) From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> To: gregkh@linuxfoundation.org Cc: linux-usb@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Subject: [PATCH 00/13] usb: renesas_usbhs: refactor this driver Date: Tue, 25 Jun 2019 14:38:44 +0900 Message-Id: <1561441137-3090-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: <linux-usb.vger.kernel.org> X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
usb: renesas_usbhs: refactor this driver
|
expand
|
On Tue, Jun 25, 2019 at 02:38:44PM +0900, Yoshihiro Shimoda wrote: > This patch series is based on Greg's usb.git / usb-next branch. > > The previous code had redundant memory allocations so that > the code readability was not good. I believe this patch series > makes it better. Nice cleanups, thanks for this! greg k-h