From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Bohmer Date: Sun, 1 Aug 2010 13:08:51 +0200 Subject: [U-Boot] [PATCH 12/28] SPEAr : USB Device Controller driver support added In-Reply-To: <1279084204-3263-13-git-send-email-vipin.kumar@st.com> References: <1279084204-3263-1-git-send-email-vipin.kumar@st.com> <1279084204-3263-2-git-send-email-vipin.kumar@st.com> <1279084204-3263-3-git-send-email-vipin.kumar@st.com> <1279084204-3263-4-git-send-email-vipin.kumar@st.com> <1279084204-3263-5-git-send-email-vipin.kumar@st.com> <1279084204-3263-6-git-send-email-vipin.kumar@st.com> <1279084204-3263-7-git-send-email-vipin.kumar@st.com> <1279084204-3263-8-git-send-email-vipin.kumar@st.com> <1279084204-3263-9-git-send-email-vipin.kumar@st.com> <1279084204-3263-10-git-send-email-vipin.kumar@st.com> <1279084204-3263-11-git-send-email-vipin.kumar@st.com> <1279084204-3263-12-git-send-email-vipin.kumar@st.com> <1279084204-3263-13-git-send-email-vipin.kumar@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, 2010/7/14 Vipin KUMAR : > From: Vipin KUMAR > > The earlier usb device controller driver was specific to spear platforms. This > patch implements the usb device controller driver as a generic controller which > can be reused by other platforms using this peripheral. > > Signed-off-by: Vipin Kumar > --- > ?drivers/serial/usbtty.h ? ? ? ? ? ? ? ? ? ? ? ? ? ?| ? ?4 +- > ?drivers/usb/gadget/Makefile ? ? ? ? ? ? ? ? ? ? ? ?| ? ?2 +- > ?drivers/usb/gadget/{spr_udc.c => designware_udc.c} | ? 57 ++++++++++---------- > ?include/configs/spear-common.h ? ? ? ? ? ? ? ? ? ? | ? ?4 +- > ?include/usb/{spr_udc.h => designware_udc.h} ? ? ? ?| ? ?6 +- > ?5 files changed, 37 insertions(+), 36 deletions(-) > ?rename drivers/usb/gadget/{spr_udc.c => designware_udc.c} (94%) > ?rename include/usb/{spr_udc.h => designware_udc.h} (98%) Acked-by: Remy Bohmer