Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2147852imu; Tue, 6 Nov 2018 09:44:45 -0800 (PST) X-Google-Smtp-Source: AJdET5diGU+EP3gxATmQWa/HsYQGBFXlBKCa120ilfVfWDHTTgsRyzlFbRi4/84yVr5qi0KpAsuT X-Received: by 2002:a63:91c1:: with SMTP id l184mr21952971pge.29.1541526284924; Tue, 06 Nov 2018 09:44:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541526284; cv=none; d=google.com; s=arc-20160816; b=DO4QLpvnjjnYwS6fm8KyC8nQjrceJOvZDXkVbVQvK2inown+d6uBoXqsK5Bh0h379v RdgvuJCkDX/syoCaWb3INZJ0b4Dl85WGRAl2R+xGT3wais2+MBg7DVdKSdaXxjMJa/9n ypMyfxXv/HRAjuMuMyOZRdjRDhfMK00i5svykjRZsg9cLBu5Yj0r8QjAvNvcwl5yWn4u IlCs4DevLFvHY2v115tJxQulEI2pc7JZF9jygPb9PzpKBd6HQSb/J39XWfAUVPBDvY6A s3XhBEOqOsVt7pJM2bFbxgdZgOcYc4GD8da+jEi7onwBUQBzBzhM8eT9aiDTwZzkY2Um F/eg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version:dkim-signature; bh=fnvCqM58o/YD3n3fgxFm1W/EN2LIWEaJH4lbZ/HCfzM=; b=QjGtCnAR+yp4skAM7ZdwFhOSGphlIAhQukqFSnD1x2rrxwCSZQWY2AwhZ694kRH9Qy n41OEB2wN4rxmAWSEql+7WjuhEOsFvQynvzzVNxiEskSMnfvNMlaYvsuuHXx9afG50Ft hGxKHomnN3j2ICxxveD6KQtm0qg5xD3PeVq7NxUbFIe+35dHNEJ4ZliDVREisydL42JE bOItQG+p85mp+yMGLpXhNWheAFgLDq0RxYqEU3Yw9jsbsV9Voef2GNl32oGZkYpnJpAq ABzRLLkCebyblaVs9wXHYwyCev28ErorwpxPQTCKnvLbKwhPBNl+mgsY4aSBwwDCRF8L utOw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Nudw9+lU; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m126-v6si39546716pfc.265.2018.11.06.09.44.28; Tue, 06 Nov 2018 09:44:44 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Nudw9+lU; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389819AbeKGDJB (ORCPT + 99 others); Tue, 6 Nov 2018 22:09:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:50254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389275AbeKGDJB (ORCPT ); Tue, 6 Nov 2018 22:09:01 -0500 Received: from localhost (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 E803220827; Tue, 6 Nov 2018 17:42:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1541526162; bh=fnvCqM58o/YD3n3fgxFm1W/EN2LIWEaJH4lbZ/HCfzM=; h=To:From:In-Reply-To:Cc:References:Subject:Date:From; b=Nudw9+lULQmmjNnZLb/6azFsAtAQzRVmajMiTb38Uy7VMRH21Q5nccVrtTKhBMBlU i+g14MPDLExmkHxh5MVXb/wbK+MoKFpNhbniJtkIwFSUlnCXosWdZALV5bOaoExB88 55kZXEZNgnwdbI5a+4dR+p3t+o/x1JCDAOBfLYgk= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: Julia Lawall , Michael Turquette From: Stephen Boyd In-Reply-To: <1540619262-22681-6-git-send-email-Julia.Lawall@lip6.fr> Cc: kernel-janitors@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org References: <1540619262-22681-1-git-send-email-Julia.Lawall@lip6.fr> <1540619262-22681-6-git-send-email-Julia.Lawall@lip6.fr> Message-ID: <154152616136.88331.3474086159428615762@swboyd.mtv.corp.google.com> User-Agent: alot/0.7 Subject: Re: [PATCH 5/8] clk: pxa: constify clk_ops structures Date: Tue, 06 Nov 2018 09:42:41 -0800 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Julia Lawall (2018-10-26 22:47:39) > These clk_ops structures are only passed to a call to > clk_register_composite where the corresponding parameters > are const, so the clk_ops structure can be const as well. > = > Identified and transformed using Coccinelle. > = > Signed-off-by: Julia Lawall > = > --- Applied to clk-next