From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFB70C33CB6 for ; Fri, 17 Jan 2020 21:29:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 870FE2072E for ; Fri, 17 Jan 2020 21:29:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Ym8N9BoX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 870FE2072E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=vAbUP0aXJAN4e7EO1GbvIrL44p3Ns325ZQldraILEAA=; b=Ym8N9BoXvUO9E3 hHQSYKZmuBWVNookZ6ivKN9DY3MPEi9bBtAdEj8Oz4zHyjuhBnRNE0n2jIO30TUDKH+1VodUP5A4M g35HDUCMcmlvQw8pNu/6+nJLAK5dI3p6VqGhCyvDtvuNx0qqgSAFqFSuH06FNViD4Ny1ne5jNh4EE BTuPLIB2aRAr0VYaaND+RXFVhDzvJqoPEOh80i+/OoJNti6AhpF00hOsTghMIQoX4Ne1fkfykcTwK FvlkYNSH7K3j3ZETXbWF4JjHN12I/pU6Db75v+JeiWGFgbZAYAQvby0iqPURXR3e7yAcAFJNyDe+j Yr98gIuhi/qC6LFJ2YZg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1isZAz-0001tA-Dq; Fri, 17 Jan 2020 21:29:09 +0000 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1isZAw-0001sH-JI for linux-arm-kernel@lists.infradead.org; Fri, 17 Jan 2020 21:29:08 +0000 X-Originating-IP: 90.65.92.102 Received: from localhost (lfbn-lyo-1-1913-102.w90-65.abo.wanadoo.fr [90.65.92.102]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 19589FF804; Fri, 17 Jan 2020 21:28:55 +0000 (UTC) Date: Fri, 17 Jan 2020 22:28:55 +0100 From: Alexandre Belloni To: Claudiu Beznea Subject: Re: [PATCH 3/4] clk: at91: usb: use proper usbs_mask Message-ID: <20200117212855.GB3036@piout.net> References: <1579261009-4573-1-git-send-email-claudiu.beznea@microchip.com> <1579261009-4573-4-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1579261009-4573-4-git-send-email-claudiu.beznea@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200117_132906_768550_024917BE X-CRM114-Status: GOOD ( 12.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sboyd@kernel.org, mturquette@baylibre.com, linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 17/01/2020 13:36:48+0200, Claudiu Beznea wrote: > Use usbs_mask passed as argument. The usbs_mask is different for > SAM9X60. > > Fixes: 2423eeaead6f8 ("clk: at91: usb: Add sam9x60 support") > Signed-off-by: Claudiu Beznea Acked-by: Alexandre Belloni > --- > drivers/clk/at91/clk-usb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/at91/clk-usb.c b/drivers/clk/at91/clk-usb.c > index 3c0bd7e51b09..c0895c993cce 100644 > --- a/drivers/clk/at91/clk-usb.c > +++ b/drivers/clk/at91/clk-usb.c > @@ -214,7 +214,7 @@ _at91sam9x5_clk_register_usb(struct regmap *regmap, const char *name, > > usb->hw.init = &init; > usb->regmap = regmap; > - usb->usbs_mask = SAM9X5_USBS_MASK; > + usb->usbs_mask = usbs_mask; > > hw = &usb->hw; > ret = clk_hw_register(NULL, &usb->hw); > -- > 2.7.4 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel