Hello, Following a few patches sent to the linux-usb mailing list to add USB support for the Ingenic JZ4740 MIPS SoC found in the Ben Nanonote, here is a patch that updates platform data for JZ4740 usb device controller. The patch that comes as a follow-up of this message was originally part of the patch set sent to linux-usb but was split out to separate arch/ from drivers/ files. Changes were rebased on top of Ralf Baechle's Linux MIPS master branch, built and tested on device successfully. The following changes since commit a9b7663: Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux are available in the git repository at: git://seketeli.fr/~apelete/linux-mips.git update-jz4740-arch Apelete Seketeli (1): arch: mips: update platform data for JZ4740 usb device controller arch/mips/include/asm/mach-jz4740/platform.h | 1 + arch/mips/jz4740/board-qi_lb60.c | 1 + arch/mips/jz4740/platform.c | 40 +++++++++++++++----------- 3 files changed, 26 insertions(+), 16 deletions(-) -- 1.7.10.4