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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C47E3C48BD6 for ; Wed, 26 Jun 2019 18:37:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9CAB521738 for ; Wed, 26 Jun 2019 18:37:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561574221; bh=rPjrA5UKDItDDeBvMzrvupA/HE7q5dkO/2GejoVYEsU=; h=In-Reply-To:References:Subject:To:Cc:From:Date:List-ID:From; b=0LVpC4NlmBuAj9GZsVsiTlRimqN7VR6zy7x5PXNW2IWuZpMDyFclN88JPGZLqrL8M istyLsTx95BuTXcHDPf34L+fMgZeX5TI+0OdyJbl1xn7x6rf8/+neVpuNWqU2hHKTm NMVVHqgmodgEeXPKW0kR3/hWefL8BeZKcb8MNZXk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726476AbfFZShA (ORCPT ); Wed, 26 Jun 2019 14:37:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:46640 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726104AbfFZSg7 (ORCPT ); Wed, 26 Jun 2019 14:36:59 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BA53A216FD; Wed, 26 Jun 2019 18:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561574218; bh=rPjrA5UKDItDDeBvMzrvupA/HE7q5dkO/2GejoVYEsU=; h=In-Reply-To:References:Subject:To:Cc:From:Date:From; b=pyiZmAQTWwmV9IucQm5qJLcRgqCJyBirwquRA9A0YFbOVE7WcEhB0PDd0LFoFh5Ux Q83RYbitSQbtdPIkzJtkHGO+01GyWUg6bJwAIrpsMyR9912CITIh7IHLBXagIsyHaJ FKm1pvMRlGh1yefdXwX/3Iz7HKwi3ncOw+5djHXA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1558433454-27971-5-git-send-email-claudiu.beznea@microchip.com> References: <1558433454-27971-1-git-send-email-claudiu.beznea@microchip.com> <1558433454-27971-5-git-send-email-claudiu.beznea@microchip.com> Subject: Re: [PATCH v4 4/4] clk: at91: sckc: add support for SAM9X60 To: Claudiu.Beznea@microchip.com, Ludovic.Desroches@microchip.com, Nicolas.Ferre@microchip.com, alexandre.belloni@bootlin.com, mark.rutland@arm.com, mturquette@baylibre.com, robh+dt@kernel.org Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Claudiu.Beznea@microchip.com From: Stephen Boyd User-Agent: alot/0.8.1 Date: Wed, 26 Jun 2019 11:36:58 -0700 Message-Id: <20190626183658.BA53A216FD@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Claudiu.Beznea@microchip.com (2019-05-21 03:11:33) > From: Claudiu Beznea >=20 > Add support for SAM9X60's slow clock. >=20 > Signed-off-by: Claudiu Beznea > Acked-by: Alexandre Belloni > --- FYI, this patch is base64 encoded and causes my MUA to have lots of pain. It would be nice if you could send plain text emails, otherwise it takes me a few more seconds to extract the patch. Of course, it reminds me that I need to fix my MUA so maybe this is OK! From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v4 4/4] clk: at91: sckc: add support for SAM9X60 Date: Wed, 26 Jun 2019 11:36:58 -0700 Message-ID: <20190626183658.BA53A216FD@mail.kernel.org> References: <1558433454-27971-1-git-send-email-claudiu.beznea@microchip.com> <1558433454-27971-5-git-send-email-claudiu.beznea@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1558433454-27971-5-git-send-email-claudiu.beznea@microchip.com> Sender: linux-kernel-owner@vger.kernel.org To: Ludovic.Desroches@microchip.com, Nicolas.Ferre@microchip.com, alexandre.belloni@bootlin.com, mark.rutland@arm.com, mturquette@baylibre.com, robh+dt@kernel.org Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Claudiu.Beznea@microchip.com List-Id: devicetree@vger.kernel.org Quoting Claudiu.Beznea@microchip.com (2019-05-21 03:11:33) > From: Claudiu Beznea >=20 > Add support for SAM9X60's slow clock. >=20 > Signed-off-by: Claudiu Beznea > Acked-by: Alexandre Belloni > --- FYI, this patch is base64 encoded and causes my MUA to have lots of pain. It would be nice if you could send plain text emails, otherwise it takes me a few more seconds to extract the patch. Of course, it reminds me that I need to fix my MUA so maybe this is OK! 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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 C8CB0C48BD6 for ; Wed, 26 Jun 2019 18:37:04 +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 A285221743 for ; Wed, 26 Jun 2019 18:37:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="XluLS5DL"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="pyiZmAQT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A285221743 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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:Message-Id:Date:From:To:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+BAGidEk89zC50WhQOvveJin2waGT4l9sRjdD4A9Ohs=; b=XluLS5DLD/o+Ob 2R90iewNCd2de5P5geJDdTqfzixw90HkTX5sKWrfgnP6qes4jRspqebxZ/69zGB68jy1Pi+bOhW+G 4RqIJzMhIJdf3NSW5C+Z4NgYV5PjEfCy65RR2P8UeqGp4A71YPppmDAEZ2gcDvHktjLFMClguyorS su8+QD6Y/WKEJbyacu+sdOQEJzpTjtF6e7wjGYVsCa2q7qlzGh/oC15T4IsOWmSfaNA/9vOuNq/+v p3wuqiNhz9YvMY2rQGXva10KtCCL+EagTKZaw0cFvSa9iq3Tv2X/KlSPEQHRdWE9nMr0xISH4o1KI tnmN696AuCTaYNoddatA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hgCn0-0005db-4I; Wed, 26 Jun 2019 18:37:02 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hgCmx-0005dI-4Y for linux-arm-kernel@lists.infradead.org; Wed, 26 Jun 2019 18:37:00 +0000 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BA53A216FD; Wed, 26 Jun 2019 18:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561574218; bh=rPjrA5UKDItDDeBvMzrvupA/HE7q5dkO/2GejoVYEsU=; h=In-Reply-To:References:Subject:To:Cc:From:Date:From; b=pyiZmAQTWwmV9IucQm5qJLcRgqCJyBirwquRA9A0YFbOVE7WcEhB0PDd0LFoFh5Ux Q83RYbitSQbtdPIkzJtkHGO+01GyWUg6bJwAIrpsMyR9912CITIh7IHLBXagIsyHaJ FKm1pvMRlGh1yefdXwX/3Iz7HKwi3ncOw+5djHXA= MIME-Version: 1.0 In-Reply-To: <1558433454-27971-5-git-send-email-claudiu.beznea@microchip.com> References: <1558433454-27971-1-git-send-email-claudiu.beznea@microchip.com> <1558433454-27971-5-git-send-email-claudiu.beznea@microchip.com> Subject: Re: [PATCH v4 4/4] clk: at91: sckc: add support for SAM9X60 To: Claudiu.Beznea@microchip.com, Ludovic.Desroches@microchip.com, Nicolas.Ferre@microchip.com, alexandre.belloni@bootlin.com, mark.rutland@arm.com, mturquette@baylibre.com, robh+dt@kernel.org From: Stephen Boyd User-Agent: alot/0.8.1 Date: Wed, 26 Jun 2019 11:36:58 -0700 Message-Id: <20190626183658.BA53A216FD@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190626_113659_193604_190B7622 X-CRM114-Status: UNSURE ( 7.52 ) X-CRM114-Notice: Please train this message. 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: devicetree@vger.kernel.org, Claudiu.Beznea@microchip.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.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 Quoting Claudiu.Beznea@microchip.com (2019-05-21 03:11:33) > From: Claudiu Beznea > > Add support for SAM9X60's slow clock. > > Signed-off-by: Claudiu Beznea > Acked-by: Alexandre Belloni > --- FYI, this patch is base64 encoded and causes my MUA to have lots of pain. It would be nice if you could send plain text emails, otherwise it takes me a few more seconds to extract the patch. Of course, it reminds me that I need to fix my MUA so maybe this is OK! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel