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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 5D840C3A5A6 for ; Thu, 19 Sep 2019 08:00:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 33199207FC for ; Thu, 19 Sep 2019 08:00:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568880023; bh=hioETfU5gPztyUmzdSWWdbfkJJTc6dlm5y+dbhCL8R4=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=czPPpnfECJnvpZpzI3uIODXGinA1CmfQB8ZN9UNMwPtzfUHOQ9do+nOu1QbPU554o xLnOsHv+ivZd6dYR0q/8RpuQ601TA+CcG5R9wMhW8H5wfCDViwSNKS38U2jJJWk2NR cDVlr2m2IFQnXAk+pvqXKNxJ9ogW8UVutNaFFZ5s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729765AbfISIAU (ORCPT ); Thu, 19 Sep 2019 04:00:20 -0400 Received: from mail-oi1-f194.google.com ([209.85.167.194]:36316 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727033AbfISIAT (ORCPT ); Thu, 19 Sep 2019 04:00:19 -0400 Received: by mail-oi1-f194.google.com with SMTP id k20so1979742oih.3; Thu, 19 Sep 2019 01:00:19 -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=hioETfU5gPztyUmzdSWWdbfkJJTc6dlm5y+dbhCL8R4=; b=N2OtSJoNzPDbijtPCMqu/MBOBIWeFBQUdritkXrgkwAWhn/KxsWiHmtg7Q1Ez/1u8B yY+UCRmVrOvSEo2KXAfD3r94WkUm9tLfu76UkWQyuLcuJ3AEk1SGRdtU9ukxycb83akc cyPzWvi/kVSDZtFWIx+B3btHlg3zaq3B2XgFdLx7aqLN0+6lJfkHwSj1910ovQL8FsSa BImG2xPkroMHAS0CtIto/TYcjc4NcdcwJ7sxdRd//ULsHh6ojYCss5H7HjLwxlR4l9mc fCCrYko1FAUgK9zB7fyOabzylpevsoDMC27f7l/3QS18ZDOqK/jOefnwCkUIKMk6Zg/z Z6rw== X-Gm-Message-State: APjAAAXGHlWyiCecYhgD22L5hrf+k1MqRbmLxoVhZNy4NIsdQyUs/tXt xXlkIEoIhinmeiOe5hcMwrqSxEKqWG9O+NGoi4ZrIA== X-Google-Smtp-Source: APXvYqylkZhk/PgUvzR9MUbnwm+Jmx9a7SqGV5LCTWYriGa/DgUV0OJhNIYh6ze4wXxDMwE+bw1OTYe6fLzOYlHGG4c= X-Received: by 2002:aca:db44:: with SMTP id s65mr1289673oig.103.1568880019040; Thu, 19 Sep 2019 01:00:19 -0700 (PDT) MIME-Version: 1.0 References: <20190918133419.7969-1-sakari.ailus@linux.intel.com> In-Reply-To: <20190918133419.7969-1-sakari.ailus@linux.intel.com> From: "Rafael J. Wysocki" Date: Thu, 19 Sep 2019 10:00:08 +0200 Message-ID: Subject: Re: [PATCH v7 00/13] Device property improvements, add %pfw format specifier To: Sakari Ailus Cc: Petr Mladek , Linux Kernel Mailing List , "Rafael J. Wysocki" , Andy Shevchenko , ACPI Devel Maling List , "devicetree@vger.kernel.org" , Rob Herring , Heikki Krogerus , Joe Perches Content-Type: text/plain; charset="UTF-8" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Sep 18, 2019 at 3:34 PM Sakari Ailus wrote: > > Hi all, > > This set adds functionality into the device property API (counting a > node's parents as well as obtaining its name) in order to support printing > fwnode names using a new conversion specifier "%pfw". The names that are > produced are equivalent to its OF counterpart "%pOF" on OF systems for the > two supported modifiers ("f" and "P"). > > Printing a node's name is something that's been available on OF for a long > time and if something is converted to device property API (such as the > V4L2 fwnode framework) it always got removed of a nice feature that was > sometimes essential in debugging. With this set, that no longer is the > case. > > Note: the set now depends on 2d44d165e939 ("scsi: lpfc: Convert existing > %pf users to %ps") that is expected from the linux-scsi tree. It is OK, so I will be expecting a refresh of the series when the above commit appears in the mainline. Cheers, Rafael