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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05567C433F5 for ; Sun, 26 Sep 2021 20:28:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD6A761019 for ; Sun, 26 Sep 2021 20:28:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229994AbhIZUaP (ORCPT ); Sun, 26 Sep 2021 16:30:15 -0400 Received: from mo4-p01-ob.smtp.rzone.de ([85.215.255.54]:18572 "EHLO mo4-p01-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229894AbhIZUaO (ORCPT ); Sun, 26 Sep 2021 16:30:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1632688064; s=strato-dkim-0002; d=xenosoft.de; h=In-Reply-To:Date:Message-ID:References:Cc:To:From:Subject:Cc:Date: From:Subject:Sender; bh=ZwTDZmcdSodzbMMYFurwJvlpTk12WKif2EUrBR/IG+M=; b=qag8VEr51IOGxHh7pLDzqZrCwefpVEE99PZXC3ZDpzEdIXPuqiBEnQJELIVg8tojHv WWQjg3SRl1Za8o7T9n2IpacMMnvrOBQ4CYssUQYmJ9NuZBKEa9BvlzBLjskmf9K6ARif oJhVdpx+aCoM1JLA4vFEchZdXiPrf5mWfXImB4mhYY2bGFnUKVT+a/M8KdY2xEVnkmdk EIax6i7nNtSmgU20QRYZrZGtIPFTuYo8r73EdsDtV3E36zesUqHgqFzdIaTyyz1Vpaau VOPd6TGNwfR56/D8kAmlBUXxT+tUsgL1Mjy40qhOHW5VAgpqhxgzqSY5a9g7sZ1ix/Eq +NAA== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":L2QefEenb+UdBJSdRCXu93KJ1bmSGnhMdmOod1DhGM4l4Hio94KKxRySfLxnHvJzedV4hp0mZ3BcIsNuXwJHtB9luwoCLxF5vuIzCYIWaT4=" X-RZG-CLASS-ID: mo00 Received: from [IPv6:2a01:598:b170:9699:650b:68ce:8bff:6d3] by smtp.strato.de (RZmta 47.33.8 AUTH) with ESMTPSA id I00cdex8QKRfJjT (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Sun, 26 Sep 2021 22:27:41 +0200 (CEST) Subject: Re: Add Apple M1 support to PASemi i2c driver From: Christian Zigotzky To: sven@svenpeter.dev Cc: Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Olof Johansson , arnd@arndb.de, marcan@marcan.st, mohamed.mediouni@caramail.com, stan@corellium.com, mark.kettenis@xs4all.nl, linux-arm-kernel@lists.infradead.org, alyssa@rosenzweig.io, linuxppc-dev , linux-i2c@vger.kernel.org, Linux Kernel Mailing List , "R.T.Dickinson" , Darren Stevens , Matthew Leaman , "R.T.Dickinson" References: <6487d099-e0d6-4ea3-d312-6adbd94589f4@xenosoft.de> Message-ID: <3dcc6c36-a0dd-0cad-428d-a6ed0f73e687@xenosoft.de> Date: Sun, 26 Sep 2021 22:27:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <6487d099-e0d6-4ea3-d312-6adbd94589f4@xenosoft.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi Sven, I can't apply your patch 5 (i2c: pasemi: Split pci driver to its own file). [1] Error message: patching file b/drivers/i2c/busses/i2c-pasemi-core.c (renamed from a/drivers/i2c/busses/i2c-pasemi.c) Hunk #3 FAILED at 344. 1 out of 3 hunks FAILED -- saving rejects to file b/drivers/i2c/busses/i2c-pasemi-core.c.rej patching file b/drivers/i2c/busses/i2c-pasemi-core.h patching file b/drivers/i2c/busses/i2c-pasemi-pci.c Please post one patch with all your modifications. Thanks, Christian [1] https://lists.ozlabs.org/pipermail/linuxppc-dev/2021-September/234636.html On 26 September 2021 at 04:55 pm, Christian Zigotzky wrote: > Hi Sven, > > Thanks a lot for your nice explanation of the history of the PASemi > i2c driver. > > We are using Nemo boards with 64-bit dual-core PWRficient PA6T-1682M > CPUs (A-EON AmigaOne X1000). [1] > > The RC2 of kernel 5.15 works without any problems on our Nemo boards. [2] > > Could you please post all your patches merged in one patch? It's > easier for me to apply one patch. > > Thanks, > Christian > > [1] https://en.wikipedia.org/wiki/AmigaOne_X1000 > [2] https://forum.hyperion-entertainment.com/viewtopic.php?p=54056#p54056