Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2214418ybi; Thu, 4 Jul 2019 07:01:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqxqkhYzN/BwZpt8mDqovBlydSGuPI7eOnHMa8V6VyVazzwIoARBucZAt6C50+QT3BepH8YK X-Received: by 2002:a17:902:e282:: with SMTP id cf2mr50046277plb.301.1562248875033; Thu, 04 Jul 2019 07:01:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562248875; cv=none; d=google.com; s=arc-20160816; b=H487+YIeBuxZS5wrXk1GoPCsbscRW5EIq0JX3xT+CTS+eqcRwc3K7JgYY6kU43hbcL YgHS4SKe/nik8ADeGsjMREiyZQePBdipQNO2s8943MoFf6fRgJg+tGXwUsVaeovcYKpo eOX2z34I/4BC08+sMDv3v8Z3af4VlUQOxOFnlKFL/NDchdc+rOBwm46TsKIKPvOzLGsT mTujT5Ne2FM7/umADe2XmUwr8oY/DQvsnNnc5r3+SrQ8uVGT5ERigBBp3sS4uHZVssZV izjIdE37jZpedzPPHTbzdObdQru50OQ7YlufNAhNvIbcKbh8+xG5uXGZJgjS7mezMHP6 HqiQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:message-id:references :in-reply-to:subject:cc:to:from:date:content-transfer-encoding :mime-version; bh=q6dSKpQJ8m7r+gKb3/vv73cTfIuOZY6mNFa/XBY7vg8=; b=nvCUvii2g8YKJitPK3WuzAvOD+ENKtQquQwOspuqC4fNBjLFEljUsh+bOfF6UeSQFS F6bquTA1jecVEn4BB8K917Ip1pD9xB8ldTLNwXe+qC0ls+mj3BMLrfTE5fgfogMCmeLE ZcFzV1P1I4yNt08bCg8jlivUVrZ3AYEu3OqavMSvIE//Z66z3FLXuc+voB4k+oQImYMe n+sW6DLIZLiCZpPKCR0+CsZ0Vto4HsHsquyNQUG2aRadxPz0fPPT27Xuvb6gwb+LXdT4 O/PFWUZ3Ww4Icp/kPKxAXL8SfLIWnqGLUT2mEgLvOUmjO4s09Hlx98WWRG0QRcLgFyoE 20xg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v41si5696241pgn.481.2019.07.04.07.00.59; Thu, 04 Jul 2019 07:01:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727352AbfGDOAi (ORCPT + 99 others); Thu, 4 Jul 2019 10:00:38 -0400 Received: from host-88-217-225-28.customer.m-online.net ([88.217.225.28]:37011 "EHLO mail.dev.tdt.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727199AbfGDOAh (ORCPT ); Thu, 4 Jul 2019 10:00:37 -0400 Received: from mail.dev.tdt.de (localhost [IPv6:::1]) by mail.dev.tdt.de (Postfix) with ESMTP id 6F50421580; Thu, 4 Jul 2019 14:00:35 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 04 Jul 2019 16:00:35 +0200 From: Florian Eckert To: Andy Shevchenko Cc: Eckert.Florian@googlemail.com, "Enrico Weigelt, metux IT consult" , Darren Hart , Andy Shevchenko , Platform Driver , Linux Kernel Mailing List Subject: Re: [PATCH 0/3] Update pcengines-apuv2 platform device In-Reply-To: References: <20190704090205.19400-1-fe@dev.tdt.de> Message-ID: X-Sender: fe@dev.tdt.de User-Agent: Roundcube Webmail/1.1.5 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.dev.tdt.de Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Andy, thanks for feedback >> This patchset adds the following changes to this pcengines-apuv2 >> platform device. >> > > Before doing anything to this driver, what is the plan for previously > upstreamed: > > drivers/leds/leds-apu.c I think we can remove the related APU2/APU3 code stuff from this driver. The recently added pcengines-apuv2 driver does *not* support the APU1. So I think we need the related APU1 stuff if we still want to support this board. > arch/x86/platform/geode/alix.c I think this is not related because this is a different platform driver. Maybe we should move them to drivers/platform/x86? Regards Florian