From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 16 Jul 2010 00:08:06 +0200 Subject: [U-Boot] [PATCH 21/28] Enable high speed support for usb device framework and usbtty In-Reply-To: <1279084204-3263-22-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> <1279084204-3263-14-git-send-email-vipin.kumar@st.com> <1279084204-3263-15-git-send-email-vipin.kumar@st.com> <1279084204-3263-16-git-send-email-vipin.kumar@st.com> <1279084204-3263-17-git-send-email-vipin.kumar@st.com> <1279084204-3263-18-git-send-email-vipin.kumar@st.co m> <1279084204-3263-19-git-send-email-vipin.kumar@st.com> <1279084204-3263-20-git-send-email-vipin.kumar@st.com> <1279084204-3263-21-git-send-email-vipin.kumar@st.com> <1279084204-3263-22-git-send-email-vipin.kumar@st.com> Message-ID: <20100715220806.5B152153A7E@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Vipin KUMAR, In message <1279084204-3263-22-git-send-email-vipin.kumar@st.com> you wrote: > From: Vipin KUMAR > > This patch adds the support for high speed in usb device framework and usbtty > driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board > configuration files have to define this macro to enable high speed support. > > Along with that specific peripheral drivers also need to define a function to > let the framework know that the enumeration has happened at high speed. > This function prototype is "int is_usbd_high_speed(void)" > > Signed-off-by: Vipin Kumar > --- > Makefile | 12 ++++++++---- > 1 files changed, 8 insertions(+), 4 deletions(-) > > diff --git a/Makefile b/Makefile > index ffd4fc1..870207d 100644 > --- a/Makefile > +++ b/Makefile > @@ -2090,22 +2090,26 @@ omap730p2_cs3boot_config : unconfig > spear300_config \ > spear300_nand_config \ > spear300_usbtty_config \ > -spear300_usbtty_nand_config \ > +spear300_usbtty_nand_config : unconfig > + @$(MKCONFIG) -n $@ -t $(@:_config=) spear3xx_evb arm arm926ejs spear300 spear spear > + > spear310_config \ > spear310_nand_config \ > spear310_usbtty_config \ > -spear310_usbtty_nand_config \ > +spear310_usbtty_nand_config : unconfig > + @$(MKCONFIG) -n $@ -t $(@:_config=) spear3xx_evb arm arm926ejs spear310 spear spear > + > spear320_config \ > spear320_nand_config \ > spear320_usbtty_config \ > spear320_usbtty_nand_config : unconfig > - @$(MKCONFIG) -n $@ -t $@ spear3xx_evb arm arm926ejs $(@:_config=) spear spear > + @$(MKCONFIG) -n $@ -t $@ spear3xx_evb arm arm926ejs spear320 spear spear > > spear600_config \ > spear600_nand_config \ > spear600_usbtty_config \ > spear600_usbtty_nand_config : unconfig > - @$(MKCONFIG) -n $@ -t $@ spear6xx_evb arm arm926ejs $(@:_config=) spear spear > + @$(MKCONFIG) -n $@ -t $@ spear6xx_evb arm arm926ejs spear600 spear spear > > spear1300_config \ > spear1300_nand_config \ > -- NAK. Please move to boards.cfg instead. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Never underestimate the power of human stupidity when it comes to using technology they don't understand.