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=-10.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 4F05DC433E0 for ; Tue, 28 Jul 2020 15:20:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 32426206D4 for ; Tue, 28 Jul 2020 15:20:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730729AbgG1PUJ (ORCPT ); Tue, 28 Jul 2020 11:20:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730637AbgG1PUI (ORCPT ); Tue, 28 Jul 2020 11:20:08 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9CE05C061794 for ; Tue, 28 Jul 2020 08:20:08 -0700 (PDT) Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k0ROd-0002aa-DL; Tue, 28 Jul 2020 17:20:03 +0200 Received: from mfe by pty.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1k0ROc-0006NV-Bb; Tue, 28 Jul 2020 17:20:02 +0200 Date: Tue, 28 Jul 2020 17:20:02 +0200 From: Marco Felsch To: Richard Neumann Cc: Andy Shevchenko , Sandeep Singh , Jiri Kosina , Benjamin Tissoires , Linux Kernel Mailing List , linux-input , Srinivas Pandruvada , Jonathan Cameron , linux-iio , Hans de Goede , "Shah, Nehal-bakulchandra" , Shyam-sundar.S-k@amd.com Subject: Re: [PATCH v5 0/4] SFH: Add Support for AMD Sensor Fusion Hub Message-ID: <20200728152002.pscc6a34cfelzvsu@pengutronix.de> References: <1590759730-32494-1-git-send-email-Sandeep.Singh@amd.com> <20200728145833.xc53dpvwu7deqzjw@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 17:15:30 up 256 days, 6:34, 241 users, load average: 0.09, 0.06, 0.06 User-Agent: NeoMutt/20170113 (1.7.2) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c5 X-SA-Exim-Mail-From: mfe@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Richard, On 20-07-28 17:05, Richard Neumann wrote: > Hi, > > Am Dienstag, den 28.07.2020, 16:58 +0200 schrieb Marco Felsch: > > Hi, > > > > On 20-05-29 17:21, Andy Shevchenko wrote: > > > On Fri, May 29, 2020 at 4:42 PM Sandeep Singh < > > > Sandeep.Singh@amd.com> wrote: > > > > From: Sandeep Singh > > > > ... > > > I can't believe this is fifth version. > > > Guys, you have to do much more work on these drivers. > > > > Is there any active development addressing Andy's comments? Else can > > we > > support you to bring these patches mainline? > > > > Regards, > > Marco > > I did some major refactoring¹ on the v4 patch series and am currently > providing it for Arch Linux as a DKMS package in the AUR². > A teensy bit of my changes seems to have influenced the v5 version but > I actually did some major changes, like strictly separating the HID, > platform and PCI driver parts. > I did not submit my changes for upstream so far, since I do not want to > undermine AMD's work on this nor cause competing driver > implementations. > > Sincerely, > > Richard > > [1] https://github.com/conqp/linux/tree/amd-sfh-hid/drivers/hid/amd-sfh-hid > [2] https://aur.archlinux.org/packages/amd-sfh-hid-dkms/ Thanks for the links :) We should get this work done to improve user experience. Let's wait for the AMD developers comments and then we can discuss the further steps :) Regards, Marco