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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 91A9EC3A5A1 for ; Thu, 22 Aug 2019 07:12:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6FE9620644 for ; Thu, 22 Aug 2019 07:12:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730997AbfHVHMR (ORCPT ); Thu, 22 Aug 2019 03:12:17 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:45264 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726332AbfHVHMQ (ORCPT ); Thu, 22 Aug 2019 03:12:16 -0400 Received: by mail-ot1-f67.google.com with SMTP id m24so4508630otp.12; Thu, 22 Aug 2019 00:12:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NknsyWkZ+xBVq2BmTNJUVibRVuu5kMInH32as/5ZjAU=; b=cLa5zT8AJFQJFdvFjZfv8oUE+ahDdVtpRcrabebAGZjnrmgnADVA0N6JIRGwzVkstn 9xe8KJys5dtckQqAGHxDk6fGdvu35Oqr2R26P5RC4dLULvgMOHpi+afmeKZbU7vA57y3 KbvVRaByXI7PY0WaLddTifuX/YEUTDn7S8AdTa1IacoBo++swCuVeRuDEMFylBWQp6Xx TdqKzmFM5XQJ/DmB2ERzGN4h9RPWT1DCNHwHd64X1xrYzyFiUNFE3RHJ6zyvtcxU2nLk D0blVoMml4boVwPQ/dwORHpb5siOxC/w/myeJdG+9d8Z3m9pQ95ppiBTVcIJTrihkw/V 3azw== X-Gm-Message-State: APjAAAVLVTFjtHcEKmx9ph7yDVV8V01ohpAUXIlmz57O4RZHz0hLzSDX 5yIQ+MIy3a7YZl8Orz+33Wr8fXb83gMbycnV20o= X-Google-Smtp-Source: APXvYqzb1u4mrLRs50aYq9h/RGQbypEZgWcFgLI22he5CrkhuQHi5h0fcP0VS/bOhS2B8MnnbU9LXigUmfwCRmrHj7E= X-Received: by 2002:a9d:7a90:: with SMTP id l16mr30789258otn.297.1566457935726; Thu, 22 Aug 2019 00:12:15 -0700 (PDT) MIME-Version: 1.0 References: <156630449239.17444.11157306180861080402.sendpatchset@octo> <156630456771.17444.15687151782258703992.sendpatchset@octo> In-Reply-To: <156630456771.17444.15687151782258703992.sendpatchset@octo> From: Geert Uytterhoeven Date: Thu, 22 Aug 2019 09:12:04 +0200 Message-ID: Subject: Re: [PATCH v2 7/7] clocksource/drivers/sh_cmt: Document "cmt-48" as deprecated To: Magnus Damm Cc: Linux Kernel Mailing List , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Geert Uytterhoeven , Daniel Lezcano , Linux-Renesas , Rob Herring , Simon Horman , Thomas Gleixner Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 20, 2019 at 2:34 PM Magnus Damm wrote: > From: Magnus Damm > > Update the CMT driver to mark "renesas,cmt-48" as deprecated. > > Instead of documenting a theoretical hardware device based on current software > support level, define DT bindings top-down based on available data sheet > information and make use of part numbers in the DT compat string. > > In case of the only in-tree users r8a7740 and sh73a0 the compat strings > "renesas,r8a7740-cmt1" and "renesas,sh73a0-cmt1" may be used instead. > > Signed-off-by: Magnus Damm > Reviewed-by: Simon Horman Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds