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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 219FFCCA479 for ; Mon, 18 Jul 2022 13:09:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235327AbiGRNJU (ORCPT ); Mon, 18 Jul 2022 09:09:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235408AbiGRNJN (ORCPT ); Mon, 18 Jul 2022 09:09:13 -0400 Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CEB912AB1 for ; Mon, 18 Jul 2022 06:09:07 -0700 (PDT) Received: by mail-lf1-x135.google.com with SMTP id d12so19184097lfq.12 for ; Mon, 18 Jul 2022 06:09:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=BOiXRJ89xuD3QarsVl3RRpR7eGEZVIxWI2G1dcCUd2E=; b=a6pHOAo7dTkZI8LBo4pVDo9fnnDq9z0Hu87RvPLGN6RQBbXW8JHX8ipc612pGM5UeJ 9ZS9Xjx2blc/9QoWcyWzKSB8fd537aKctk6dJHumx44WxPk7ncljqMYxrT4t5XYipuvl oBRjiEMxx+us9dO1qKpD5QxSLDTWLbQS/xIZI/sixyjaJZoMVzt46HOvnKlQpYBtvvHb +29om5kre7KopOB9FUbJ4oVp5JFExnjg8edzv9h3Rem8am/n+npC220koLFB7zwcQ1au vTAxedzz6J5SPqL2VVGfc3DMLWYp4dyTp4sw+S+LVtX5T4lc3sp665NHmiV3tXE27oVS 5+Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=BOiXRJ89xuD3QarsVl3RRpR7eGEZVIxWI2G1dcCUd2E=; b=RiqA+2EG915Me7tTf06ZuTwPI6je9hvfQn72KTPUA4SvDGPU6sp/KTPAWwdSBHIiD4 0oqLS/qrblXKvcGoEPyBTPsmJXoup/bPfTzR/OiCVaD2GDsmsJBRwZKpDfXSUcd2LfG1 7Fdpbtfs20IfD4/TPjBeHUvqJZu5ja3suzGr1FYSlSxite7ogh4Dky1bhU1CPnowtrJO 2LeVPoiPnB5CLbFZzG54Sb8sXo4FFMMUn+z+HSDRXyKry4L9QZKuGahfysH2kOvbj9sz 65/hR8GQhal1acRLFji43CvOuR+y/V2kTy4G59Q0qNX+CfD5MGiNqfrKstHXuPwwa3wn EBUA== X-Gm-Message-State: AJIora8b2NpAjgu+wTlVLJJGyn/IlB/onUXYfo1qwpMbTuBariPl5rGP pHQA0+3lrfIxJCw1r+KiXp19OsJF+2hFYlj8 X-Google-Smtp-Source: AGRyM1tpw4Sy5WpV1Ji1GnRm8jRqr6MFhp+pAk2JslLmag6yX1UfOOwWyNNTnIFCQPWnBF6wuZzQFA== X-Received: by 2002:a05:6512:3a8d:b0:489:da0d:df25 with SMTP id q13-20020a0565123a8d00b00489da0ddf25mr15865071lfu.453.1658149745920; Mon, 18 Jul 2022 06:09:05 -0700 (PDT) Received: from [192.168.115.193] (89-162-31-138.fiber.signal.no. [89.162.31.138]) by smtp.gmail.com with ESMTPSA id be39-20020a05651c172700b0025c04962b5dsm2098864ljb.139.2022.07.18.06.09.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 Jul 2022 06:09:05 -0700 (PDT) Message-ID: Date: Mon, 18 Jul 2022 15:09:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [RESEND PATCH 1/4] dt-bindings: qcom: Document bindings for new msm8916-samsung-e2015 devices Content-Language: en-US To: "Lin, Meng-Bo" , devicetree@vger.kernel.org Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Stephan Gerhold , Nikita Travkin , ~postmarketos/upstreaming@lists.sr.ht References: <20220715102055.3844-1-linmengbo0689@protonmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220715102055.3844-1-linmengbo0689@protonmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 15/07/2022 12:21, Lin, Meng-Bo wrote: > Document the new samsung,e5/e7/grandmax device tree bindings used in their > device trees. > > Signed-off-by: Lin, Meng-Bo Sorry, it's confusing. There was a v1. I asked for changes Then there was a v2. ...and now is resend of v1, so you decided not to implement changes. Send v3, with all changes applied or keep discussion going. Best regards, Krzysztof