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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 8A81BC07E9A for ; Sun, 4 Jul 2021 21:18:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A246613C1 for ; Sun, 4 Jul 2021 21:18:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230056AbhGDVU6 convert rfc822-to-8bit (ORCPT ); Sun, 4 Jul 2021 17:20:58 -0400 Received: from aposti.net ([89.234.176.197]:48364 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229993AbhGDVU4 (ORCPT ); Sun, 4 Jul 2021 17:20:56 -0400 Date: Sun, 04 Jul 2021 22:18:10 +0100 From: Paul Cercueil Subject: Re: [PATCH v3 0/2] Add "extended_name" to label To: Jonathan Cameron Cc: Lars-Peter Clausen , Alexandru Ardelean , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: In-Reply-To: <20210704183425.34df79ef@jic23-huawei> References: <20210618123005.49867-1-paul@crapouillou.net> <20210704183425.34df79ef@jic23-huawei> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jonathan, Le dim., juil. 4 2021 at 18:34:25 +0100, Jonathan Cameron a écrit : > On Fri, 18 Jun 2021 13:30:03 +0100 > Paul Cercueil wrote: > >> Hi Jonathan, >> >> This is the v3 of my patchset that sets the label attribute to the >> "extended_name". >> >> v3 only refactors the code of patch [2/2] to make it look a bit >> better. > > Hi Paul, > > Just thought I'd let you know v3 looks great to me. Timing meant I > didn't > manage to get it into last cycle, and am now waiting for rc1 to give > a nice > place to rebase my trees on. Hence I'll pick this up in a week or > two. That's perfectly fine, I wasn't expecting it to land before rc1. Cheers, -Paul