Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751946Ab3FYIY6 (ORCPT ); Tue, 25 Jun 2013 04:24:58 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:43280 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751292Ab3FYIY4 (ORCPT ); Tue, 25 Jun 2013 04:24:56 -0400 Message-ID: <51C953CF.4070805@atmel.com> Date: Tue, 25 Jun 2013 10:24:47 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Bo Shen CC: Jean-Christophe PLAGNIOL-VILLARD , "Ludovic Desroches" , Josh Wu , "Wenyou Yang" , , Subject: Re: [PATCH] ARM: at91/PMC: fix at91sam9n12 USB FS init References: <1372071462-29063-1-git-send-email-nicolas.ferre@atmel.com> <51C9264C.6050400@atmel.com> In-Reply-To: <51C9264C.6050400@atmel.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1513 Lines: 44 On 25/06/2013 07:10, Bo Shen : > Hi Nicolas, > > On 06/24/2013 06:57 PM, Nicolas Ferre wrote: >> at91sam9n12 has Full-speed only USB. So we should add >> it to the list in at91_pllb_usbfs_clock_init() function. >> >> Signed-off-by: Nicolas Ferre >> --- >> arch/arm/mach-at91/clock.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c >> index 978de42..2f732d9 100644 >> --- a/arch/arm/mach-at91/clock.c >> +++ b/arch/arm/mach-at91/clock.c >> @@ -699,7 +699,7 @@ static void __init >> at91_pllb_usbfs_clock_init(unsigned long main_clock) >> at91_pmc_write(AT91_PMC_SCER, AT91RM9200_PMC_MCKUDP); >> } else if (cpu_is_at91sam9260() || cpu_is_at91sam9261() || >> cpu_is_at91sam9263() || cpu_is_at91sam9g20() || >> - cpu_is_at91sam9g10()) { >> + cpu_is_at91sam9g10() || cpu_is_at91sam9n12()) { >> uhpck.pmc_mask = AT91SAM926x_PMC_UHP; >> udpck.pmc_mask = AT91SAM926x_PMC_UDP; >> } >> > > As you post the following patches: > ARM: at91/PMC: fix at91sam9n12 USB FS init > (https://patchwork.kernel.org/patch/2772301/) > > This patch no need anymore. Absolutely. Bye, -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/