Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp586752ybz; Fri, 1 May 2020 05:01:18 -0700 (PDT) X-Google-Smtp-Source: APiQypL1v3aw2YDysn2JwLOD4rUtgVflLWod4WrreT+LRpbUUjzur0dliSugX7QVUQGtl/vxZuFm X-Received: by 2002:a17:906:cec5:: with SMTP id si5mr2844002ejb.267.1588334477902; Fri, 01 May 2020 05:01:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588334477; cv=none; d=google.com; s=arc-20160816; b=kuoxSFood1BhPzyjxsB+uyg7qJBsJ10OvGEm0PBBEfX00i+I60xIjNeySyTIytuUQF ejjpAVxtlrOCM1Gx5OW0pH4v9dy28hz/s3VJWZD19WF3p1DPhZmFQsZEl6Q8twpgSwUd 4S8bqZOjRceG+HUxAPSIyxHYs6BJZcfDxpGZPHxp69YPStG/JuOj0L4xJmXgi2I313oD bRmFF0wqMqmgkavr6Q1pPU30rYzKUDo3+roUynML39yhbDwqGsUNxDzX6JIz7bNeyRh1 w8gfFlAgjZCeyBHtExIVMHI8twV7O1chf0ePXDUzTL566rD7724/TY4ieRbXm6TU90d1 vyYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=uf6enNui70XPvMvueS4w6GvRniosogouHcukvYD8VnQ=; b=ONO1on4qWYGid6l/Qp0c/JB4YMis/AAc2kCMKOX9t82VqTCfeYFS7TLEvjLP10dLIM A2+Dr5NOjqhUwWeaXhLjppOmjRb0ztMjcKkOnYVM8qXKdX6BEug4lb9oj8wSS2aVFNfx QIh3dH4cjz5Es+ZOj02ab0S/qZuU+9N/6eHp85WXkCKWro+ur/x1jV0w7i/QhdU1+MTe UZbhR859DP0Lt8AEbIinPF30TNvbIMbNgwLEK2cglirHiu5ERh75WnB8+Tk7iOTfE2T1 Dngp1fle9emguIV2f8mb0GCqOPIKArFC4go7x3IdWpHihdLod/IRhdXgJhAhdzbYw+G3 FgAg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=dSpJVP7S; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k6si1707652ejv.507.2020.05.01.05.00.54; Fri, 01 May 2020 05:01:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=dSpJVP7S; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728686AbgEAL7e (ORCPT + 99 others); Fri, 1 May 2020 07:59:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:41310 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728570AbgEAL7d (ORCPT ); Fri, 1 May 2020 07:59:33 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F282A20836; Fri, 1 May 2020 11:59:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588334373; bh=0VQ7YPYlx9hfs/EB0jGjLy7lp7UfqP2NSb+PtmCf+ig=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dSpJVP7SAFq5uosWAWOJDU+nAgJMw7/QPb15FniUXreIe+Fj7WvLAuRjzPqJRAhrt 0z955JM3M6fp1UxEnchSZwRiJUfqxTi1PGa8NxGlirqm4GgCXCrzMF+ifLyMwDp6Bt EGvv7YnQUU4WpGSNR7ziQJwDJPgN0JVbOcMZfCtE= Date: Fri, 1 May 2020 13:59:29 +0200 From: Greg Kroah-Hartman To: Daniele Alessandrelli Cc: linux-kernel@vger.kernel.org, Rob Herring , Andy Shevchenko , Paul J Murphy , Arnd Bergmann Subject: Re: [PATCH 1/1] soc: keembay: Add Keem Bay IMR driver Message-ID: <20200501115929.GA1609634@kroah.com> References: <13ca92165fab2827b6d439661e75f5b91ef083c2.1587485099.git.daniele.alessandrelli@intel.com> <20200501081002.GA1055721@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 01, 2020 at 12:50:36PM +0100, Daniele Alessandrelli wrote: > Thanks for your feedback. > > > > > First off, there is a "proper" way to send patches to the kernel > > community that Intel has that I do not think you are > > following. Please > > work with the Intel "Linux group" to do that first, as odds are they > > would have caught all of these issues beforehand (hint, which is why > > that process is in place...) > > > > I actually followed that process and got the OK to try to upstream. Then someone seriously steered you wrong as I know of one specific thing you did incorrectly (hint, you needed to get them to sign off on the patch...) > I think the issues you identified went uncaught mainly due to the > limited Linux ARM expertise within that group (and Intel in general). No, they should know better, if not, there are bigger problems there :( greg k-h