All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Mery <amery@hanoverdisplays.com>
To: linux-usb@vger.kernel.org, Bin Liu <b-liu@ti.com>,
	Sekhar Nori <nsekhar@ti.com>,
	linux-arm-kernel@lists.infradead.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Alejandro Mery <amery@hanoverdisplays.com>
Subject: [2/2] usb: musb: davinci: Pass file_mode in platform data
Date: Fri, 8 Dec 2017 19:23:55 +0000	[thread overview]
Message-ID: <20171208192355.32735-2-amery@hanoverdisplays.com> (raw)

as it was done for glues to allow setting the correct
fifo_mode when multiple MUSB glue layers are built-in

Fixes: 8a77f05aa39b ("usb: musb: Pass fifo_mode in platform data")
Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com>
---
 drivers/usb/musb/davinci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c
index 6571f9e59f8f..2632efd3d598 100644
--- a/drivers/usb/musb/davinci.c
+++ b/drivers/usb/musb/davinci.c
@@ -472,6 +472,7 @@ static const struct musb_platform_ops davinci_ops = {
 	.quirks		= MUSB_DMA_CPPI,
 	.init		= davinci_musb_init,
 	.exit		= davinci_musb_exit,
+	.fifo_mode	= 2,
 
 #ifdef CONFIG_USB_TI_CPPI_DMA
 	.dma_init	= cppi_dma_controller_create,

WARNING: multiple messages have this Message-ID (diff)
From: amery@hanoverdisplays.com (Alejandro Mery)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] usb: musb: davinci: Pass file_mode in platform data
Date: Fri, 8 Dec 2017 19:23:55 +0000	[thread overview]
Message-ID: <20171208192355.32735-2-amery@hanoverdisplays.com> (raw)
In-Reply-To: <20171208192355.32735-1-amery@hanoverdisplays.com>

as it was done for glues to allow setting the correct
fifo_mode when multiple MUSB glue layers are built-in

Fixes: 8a77f05aa39b ("usb: musb: Pass fifo_mode in platform data")
Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com>
---
 drivers/usb/musb/davinci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c
index 6571f9e59f8f..2632efd3d598 100644
--- a/drivers/usb/musb/davinci.c
+++ b/drivers/usb/musb/davinci.c
@@ -472,6 +472,7 @@ static const struct musb_platform_ops davinci_ops = {
 	.quirks		= MUSB_DMA_CPPI,
 	.init		= davinci_musb_init,
 	.exit		= davinci_musb_exit,
+	.fifo_mode	= 2,
 
 #ifdef CONFIG_USB_TI_CPPI_DMA
 	.dma_init	= cppi_dma_controller_create,
-- 
2.15.0

             reply	other threads:[~2017-12-08 19:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08 19:23 Alejandro Mery [this message]
2017-12-08 19:23 ` [PATCH 2/2] usb: musb: davinci: Pass file_mode in platform data Alejandro Mery
  -- strict thread matches above, loose matches on Subject: below --
2017-12-19 19:33 [1/2] usb: musb: un-break davinci glue layer Bin Liu
2017-12-19 19:33 ` [PATCH 1/2] " Bin Liu
2017-12-19 17:22 [1/2] " Bin Liu
2017-12-19 17:22 ` [PATCH 1/2] " Bin Liu
2017-12-08 19:23 [1/2] " Alejandro Mery
2017-12-08 19:23 ` [PATCH 1/2] " Alejandro Mery

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=20171208192355.32735-2-amery@hanoverdisplays.com \
    --to=amery@hanoverdisplays.com \
    --cc=b-liu@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=nsekhar@ti.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.