Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: Move USB_UHCI_BIG_ENDIAN_* and select from SPARC_LEON
@ 2018-01-31 22:24 James Hogan
  2018-01-31 22:24 ` [PATCH 1/2] usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT James Hogan
  2018-01-31 22:24 ` [PATCH 2/2] sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC} James Hogan
  0 siblings, 2 replies; 8+ messages in thread
From: James Hogan @ 2018-01-31 22:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman, David S. Miller
  Cc: linux-mips, Paul Burton, Ralf Baechle, James Hogan,
	Corentin Labbe, linux-usb, sparclinux

This series moves USB_UHCI_BIG_ENDIAN_MMIO and USB_UHCI_BIG_ENDIAN_DESC
to a place where they can be easily selected from architecture code,
like USB_EHCI_BIG_ENDIAN_* are.

Patch 1 is primarily to fix MIPS generic platform warnings when this
patch ("MIPS: fix typo BIG_ENDIAN to CPU_BIG_ENDIAN") is applied:

https://patchwork.linux-mips.org/patch/18495/

It'd be awesome if this could get included in 4.16 so that the MIPS
patch can also be included without introducing warnings.

Patch 2 allows SPARC_LEON to do the same thing as MIPS_GENERIC does,
which seemed like a natural progression.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Corentin Labbe <clabbe.montjoie@gmail.com>
Cc: linux-usb@vger.kernel.org
Cc: sparclinux@vger.kernel.org

James Hogan (2):
  usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
  sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}

 arch/sparc/Kconfig       | 2 ++
 drivers/usb/Kconfig      | 6 ++++++
 drivers/usb/host/Kconfig | 8 --------
 3 files changed, 8 insertions(+), 8 deletions(-)

base-commit: 6045f241b48f07b2fb80905bf49671f457a8c037
-- 
git-series 0.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-02-15 21:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31 22:24 [PATCH 0/2] usb: Move USB_UHCI_BIG_ENDIAN_* and select from SPARC_LEON James Hogan
2018-01-31 22:24 ` [PATCH 1/2] usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT James Hogan
2018-02-15 17:42   ` Greg Kroah-Hartman
2018-02-15 21:38     ` James Hogan
2018-02-15 21:41       ` Greg Kroah-Hartman
2018-02-15 21:42         ` James Hogan
2018-01-31 22:24 ` [PATCH 2/2] sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC} James Hogan
2018-02-01  3:36   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox