From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757634Ab2CLV4I (ORCPT ); Mon, 12 Mar 2012 17:56:08 -0400 Received: from mail.work-microwave.de ([62.245.205.51]:29598 "EHLO work-microwave.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757582Ab2CLV4D (ORCPT ); Mon, 12 Mar 2012 17:56:03 -0400 From: Roland Stigge To: Greg Kroah-Hartman , Alan Stern , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, w.sang@pengutronix.de, kevin.wells@nxp.com, linux-arm-kernel@lists.infradead.org, arnd@arndb.de Cc: Roland Stigge Subject: [PATCH v8 0/4] USB: OHCI-HCD: Support for LPC32xx Date: Mon, 12 Mar 2012 22:54:48 +0100 Message-Id: <1331589292-18986-1-git-send-email-stigge@antcom.de> X-Mailer: git-send-email 1.7.9 X-FEAS-SYSTEM-WL: rst@work-microwave.de, 192.168.11.78 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These patches add support for the LPC32xx to the ohci-pnx4008 driver and make the driver use smbus functions. As discussed with Greg-KH on the USB mailing list, the ohci-pnx4008 driver is first renamed to reflect its multi-platform support. The second patch also renames the respective pnx4008_* symbols accordingly. The third patch adds the actual lpc32xx support. The fourth patch removes the re-coded i2c_write() by using an existing smbus function. You can leave out this very single patch to still have the desired LPC32xx support. It just fixes existing kernel code to only use smbus calls in this driver. Applies to v3.3-rc7 Changes since v7: * Removed pnx4008 filename reference * Rename via git format-patch -M Thanks to Arnd Bergmann and Wolfram Sang for reviewing! Signed-off-by: Roland Stigge --- Roland Stigge (4): USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp USB: ohci-nxp: Rename symbols from pnx4008 to nxp USB: ohci-nxp: Support for LPC32xx USB: ohci-nxp: Remove i2c_write(), use smbus Documentation/i2c/instantiating-devices | 6 +- drivers/usb/host/ohci-hcd.c | 6 +- drivers/usb/host/{ohci-pnx4008.c => ohci-nxp.c} | 253 +++++++++++++++-------- 3 files changed, 170 insertions(+), 95 deletions(-) rename drivers/usb/host/{ohci-pnx4008.c => ohci-nxp.c} (57%) -- 1.7.9