All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add USB support for Ingenic JZ4740
@ 2013-12-14  3:48 Apelete Seketeli
  2013-12-14  3:48 ` [PATCH 1/3] mips: qi_lb60: add defconfig for Ben NanoNote Apelete Seketeli
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Apelete Seketeli @ 2013-12-14  3:48 UTC (permalink / raw)
  To: linux-usb; +Cc: linux-kernel, Felipe Balbi, Lars-Peter Clausen

Hello,

Following the fix I submitted a few weeks ago, here is a set of
patches that add USB support for the Ingenic JZ4740 MIPS SoC.

The JZ4740 is found in the Ben NanoNote handheld computer which is
built by the Qi-Hardware community.
Even though Ben NanoNote is already supported in the kernel, we were
relying on an out-of-tree gadget driver to make use of the JZ4740 USB
Device Controller.

The patches that come as a follow-up of this message are an attempt to
provide USB support through an musb glue layer.

Changes were rebased on top of Felipe Balbi's USB Subsystem master
branch, built and tested on device successfully.

The following changes since commit 9bdff34517bc49d8e98558659e077ea9f9df3d60:

  Merge branch 'next'

are available in the git repository at:

  git://seketeli.fr/~apelete/linux-usb.git musb-jz4740

Apelete Seketeli (3):
  mips: qi_lb60: add defconfig for Ben NanoNote
  usb: musb: add support for JZ4740 usb device controller
  usb: musb: fix setting JZ4740 gadget periphal mode on reset

 arch/mips/configs/qi_lb60_defconfig          |  188 +++++++++++++++++++++
 arch/mips/include/asm/mach-jz4740/platform.h |    1 +
 arch/mips/jz4740/board-qi_lb60.c             |    1 +
 arch/mips/jz4740/platform.c                  |   55 +++++--
 drivers/usb/musb/Kconfig                     |    8 +-
 drivers/usb/musb/Makefile                    |    1 +
 drivers/usb/musb/jz4740.c                    |  229 ++++++++++++++++++++++++++
 drivers/usb/musb/musb_core.c                 |   14 ++
 drivers/usb/musb/musb_gadget.c               |    9 +
 9 files changed, 489 insertions(+), 17 deletions(-)
 create mode 100644 arch/mips/configs/qi_lb60_defconfig
 create mode 100644 drivers/usb/musb/jz4740.c

-- 
1.7.10.4


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

end of thread, other threads:[~2013-12-17  2:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-14  3:48 [PATCH 0/3] Add USB support for Ingenic JZ4740 Apelete Seketeli
2013-12-14  3:48 ` [PATCH 1/3] mips: qi_lb60: add defconfig for Ben NanoNote Apelete Seketeli
2013-12-14  3:48 ` [PATCH 2/3] usb: musb: add support for JZ4740 usb device controller Apelete Seketeli
2013-12-14  3:48 ` [PATCH 3/3] usb: musb: fix setting JZ4740 gadget periphal mode on reset Apelete Seketeli
2013-12-16 21:20   ` Felipe Balbi
2013-12-17  1:31     ` Apelete Seketeli
2013-12-17  2:14       ` Felipe Balbi

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.