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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 37697CA9EBB for ; Wed, 23 Oct 2019 12:46:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EEE1B20640 for ; Wed, 23 Oct 2019 12:46:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571834818; bh=A4xxnHET7dHUr6+FUOOYWQtG2S2xuT97YaAB9hJ4Qfs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZOdZYKaEh0ovv4tpgKgBrp3kpNIAtk/u+4wZEg1EGKNEqe+dhqF3NhRLI8LsIjZHm x7Q8+/AXT8SdYsa+ezEOJq0Kn81DJSFBNoghF180Yr+d/I/AJi7cyDRCV2ABi6fFj+ yChQV+PYeO0LZmYEd2ULQ/k5LQc6BZ57r3/HoY3k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390992AbfJWMqy (ORCPT ); Wed, 23 Oct 2019 08:46:54 -0400 Received: from mail-ed1-f68.google.com ([209.85.208.68]:34108 "EHLO mail-ed1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390104AbfJWMqy (ORCPT ); Wed, 23 Oct 2019 08:46:54 -0400 Received: by mail-ed1-f68.google.com with SMTP id b72so6685555edf.1; Wed, 23 Oct 2019 05:46:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=A4xxnHET7dHUr6+FUOOYWQtG2S2xuT97YaAB9hJ4Qfs=; b=W1KbQtpmWt/MKHEj4j+1dunbkRU3GsIeHmt9O4c6PTD4o5+0m3nkzP/9XKQfMH96LA 6U1o3t7Ji/LjmA2FMI4qd2pnpUyUq3/wSFEnREVh/MVym/kiIiJusdzDZs/dpWR6PTgi kipHrAzEQBz/AFPEg//hgUbNLRLL89XbYbtGWx0Y/vgyGxuYl/Gfv36N/XyMtss/xHIj qemA7p+4rwfj5cemtT9SwMLwUBNNG1EYNvoJB0SiY6S0xdBnFv0gyNFh7mJVMOpGflQ/ 745CQhBcqsggL/DhIw/0vqjSNmEMSryWsasH7vrIPFM9AZmoqvaMiI+Gzi5OuTGasDIQ AQ/A== X-Gm-Message-State: APjAAAV37q8Np60BTXdX8Erm9fpcstLjyWHKQXv8jcZkuZcYrClq47F1 NpstkAoU6O7Li2HXwAa1Mwc85N9oBE4= X-Google-Smtp-Source: APXvYqyIj+x4DPnQ8/wfFlKsi+/SJbuj1ZkWeMFOp0eV28T9/zZeeEOdXwSG8Og+Eu/s2dSay0QajQ== X-Received: by 2002:a50:f683:: with SMTP id d3mr15725304edn.70.1571834810704; Wed, 23 Oct 2019 05:46:50 -0700 (PDT) Received: from pi3 ([194.230.155.217]) by smtp.googlemail.com with ESMTPSA id d8sm279944edb.18.2019.10.23.05.46.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 05:46:50 -0700 (PDT) Date: Wed, 23 Oct 2019 14:46:48 +0200 From: Krzysztof Kozlowski To: Arnd Bergmann Cc: Kukjin Kim , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linus.walleij@linaro.org, Felipe Balbi , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH 03/36] usb: gadget: s3c: use platform resources Message-ID: <20191023124648.GE11048@pi3> References: <20191010202802.1132272-1-arnd@arndb.de> <20191010203043.1241612-1-arnd@arndb.de> <20191010203043.1241612-3-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191010203043.1241612-3-arnd@arndb.de> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Thu, Oct 10, 2019 at 10:29:47PM +0200, Arnd Bergmann wrote: > The resources are correctly initialized, so just use them > instead of relying on hardcoded data from platform headers. Generic comment to all patches - you seem to break commit msg lines slightly too early. In certain cases it makes them unnecessarily longer. Maybe your editor has to be fixed to wrap at 75 column. Best regards, Krzysztof 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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 0F94FCA9EB6 for ; Wed, 23 Oct 2019 12:47:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B28EA20640 for ; Wed, 23 Oct 2019 12:47:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BFMcKWoG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B28EA20640 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1LIvwB/bJLboZT8J3jPBG6qALWgOALh0q8fHkdap3XM=; b=BFMcKWoG2BWSWz k9kL/Dy87zVWme9wJEQL+hz0Rp3fV4qoTPxPA+ez2GwNM+51PVoDURGs6T09AUxSMbaiEwCo47h/T Euh05ycsGFTd5iq+fCw1RWG2lMX0Ng1akWxpEf7SL0XIZpdd4s/rjECoNNJ4EYJHxq8lbDnAeol59 nqq0QKzf5k5f7hoiMgsLv/92usRamO/Oa2kRg32RqEVlrZJ2ErydWFyb64qg/sRw6p7cqR6d01Lul GGAObFNzg8Yspb8H7jWbEzoqsyfRPKFirIgkW4/QnQ2ZQAiG4qTYWh58h3BxKB5Bq7KVzihLi0Ptv D7VyV0hpbH71t+6D6pSg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iNG2R-0001aO-NP; Wed, 23 Oct 2019 12:46:55 +0000 Received: from mail-ed1-f68.google.com ([209.85.208.68]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iNG2O-0001Zz-Fv for linux-arm-kernel@lists.infradead.org; Wed, 23 Oct 2019 12:46:53 +0000 Received: by mail-ed1-f68.google.com with SMTP id l25so4398772edt.6 for ; Wed, 23 Oct 2019 05:46:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=A4xxnHET7dHUr6+FUOOYWQtG2S2xuT97YaAB9hJ4Qfs=; b=uOrmL1E1bXl/j16pIqmrkXj6GRYTBJ5XE3fmtWmglFpmyWx2rLRyqbs88XkPdJuzCL 8zzaB72nj7WWxlLhjaZYG+4QR807DjjdtOfbQT5TVtc9QW8wgnqxUeB5QNEc4PKJv1op vJu4FpCzyBkcGf5FoGJ7F3/IBYjE5G+QwVpAmJnkQz3J8kjEzj4sz4I468ITC66IZ/0p 7WLWvEF/Gge1n+x7Ph6ngHIAwCBVj8Nu7Kl6cswSMf53Dqjbn/0aKd4fDR9yqGSeEDky fM54K9hHr8TcZx9CJdqh524yZ6tekKtRLIyVxq2j+FoLKgjJzSdE0kO2t0kYea70S74V f61w== X-Gm-Message-State: APjAAAVJKoYeQFFAn6qzIG9hS03N0NhFcm6unvirawrgdVk/V6nbXnRN 8BkQjSDW+q4GjYpbWDIMtF0= X-Google-Smtp-Source: APXvYqyIj+x4DPnQ8/wfFlKsi+/SJbuj1ZkWeMFOp0eV28T9/zZeeEOdXwSG8Og+Eu/s2dSay0QajQ== X-Received: by 2002:a50:f683:: with SMTP id d3mr15725304edn.70.1571834810704; Wed, 23 Oct 2019 05:46:50 -0700 (PDT) Received: from pi3 ([194.230.155.217]) by smtp.googlemail.com with ESMTPSA id d8sm279944edb.18.2019.10.23.05.46.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 05:46:50 -0700 (PDT) Date: Wed, 23 Oct 2019 14:46:48 +0200 From: Krzysztof Kozlowski To: Arnd Bergmann Subject: Re: [PATCH 03/36] usb: gadget: s3c: use platform resources Message-ID: <20191023124648.GE11048@pi3> References: <20191010202802.1132272-1-arnd@arndb.de> <20191010203043.1241612-1-arnd@arndb.de> <20191010203043.1241612-3-arnd@arndb.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191010203043.1241612-3-arnd@arndb.de> User-Agent: Mutt/1.12.1 (2019-06-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191023_054652_533343_B23B9F03 X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Felipe Balbi , linux-samsung-soc@vger.kernel.org, Greg Kroah-Hartman , linus.walleij@linaro.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Kukjin Kim , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Oct 10, 2019 at 10:29:47PM +0200, Arnd Bergmann wrote: > The resources are correctly initialized, so just use them > instead of relying on hardcoded data from platform headers. Generic comment to all patches - you seem to break commit msg lines slightly too early. In certain cases it makes them unnecessarily longer. Maybe your editor has to be fixed to wrap at 75 column. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel