From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 722362798E5 for ; Wed, 14 May 2025 13:38:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=139.178.84.217 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747229892; cv=none; b=GCK8f4p+0VdVmpBN9cEllnYAyhkbX/S8Wf/nMhbQGLI1xHr84LmjZemrWtMiOCFD/s7SnSAPhHdoSD3XzAIyfNXoD71bmLRujtS09KviUtPNmP5ZJdwe8Nx9Q5rJ/ZD1ag80gUR0blhOKLBBWEyqBxri0O/eqpJFZNkOwqfcXFQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747229892; c=relaxed/simple; bh=KMgWcif5X2SFGG6VKz1ABSZPt33Hm0EE5uXCO3oTLcY=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=CJW3kf6pzU7XNP4MTjW/bwKrC0cEmbswNkR9fvFa+HNBEd0F1GWyW1hi1d4tGaNBw7wCBhxyq7nI0Pf//LLPiOumNtnv2Y3tTdoaiUOPBFAUBz3k6Jac0qAg/Jk2GTJm5u+6l8i89TiBktFBOaYx4enXXwQCVhzoTc+T8Ht4lh0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JUScXoT3; arc=none smtp.client-ip=139.178.84.217 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kernel.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="JUScXoT3" Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id CA6155C5AA0; Wed, 14 May 2025 13:35:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A71EEC4CEE9; Wed, 14 May 2025 13:38:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747229888; bh=KMgWcif5X2SFGG6VKz1ABSZPt33Hm0EE5uXCO3oTLcY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=JUScXoT3Wx2Bk4bxAvoKo6QL1dK0JEjps/XrjLHhvLtDQ1zyNmAQTkvlQEzVTpcUa pZz5nmfsgDPKrjaB4xuCon7adkREvblV1OutgQKFa6kpSDQ8vfWlsIIgD5d02KyY+t XiZmzfnr/W0flf3bwKotb2tROlJ7wfyusJ1H1EI890XxLk1AnjnBpvoF1kUWBIi7J3 BahWLW4PBHGlwyPhXAmtfsVgP3XxXmffbOmW+2EU1jAgYLHKB8rfXGIshUxbsRKCO3 6QWybGdR10P9FfD1g8c3aQOoxu7vStMI0PkNZ0H9Xbqf7OtoRPRgsDwZWUDfyi1lLT e0//duSd1+r1w== Message-ID: <30ba2e36-8957-4dc0-a5d7-85ba71ad0a59@kernel.org> Date: Wed, 14 May 2025 15:38:04 +0200 Precedence: bulk X-Mailing-List: linux-m68k@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 0/2] m68k: pata_cswarp: Add Amiga cslab ata support To: Paolo Pisati , Niklas Cassel , Geert Uytterhoeven Cc: linux-ide@vger.kernel.org, linux-m68k@lists.linux-m68k.org References: <20250325155613.352680-1-p.pisati@gmail.com> Content-Language: en-US From: Damien Le Moal Organization: Western Digital Research In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/14/25 13:41, Paolo Pisati wrote: > On Tue, Mar 25, 2025 at 04:56:11PM +0100, Paolo Pisati wrote: >> Here is a driver (and the subsequent defconfig change) for the pata/CF socket in >> the CS-Lab Warp series of Amiga boards. >> >> Changes in v4: >> - refactor pata_cswarp_data_xfer() >> - ioremap WARP_OFFSET_ATA region >> >> Changes in v3: >> - suppress a comment >> - properly return ata_host_activate() error code >> >> Change in v2: >> - fix style, remove duplicate swap macro, driver version, etc >> - rework the zorro attach mechanism >> - remove the unnecessary zorro ids refactor > > Gentle ping about this one: can i get an ACK or a NACK? Sorry, this fell through the cracks. This looks OK to me. Geert, Any comment / ack ? Or do you prefer to take these through the m68k tree ? -- Damien Le Moal Western Digital Research