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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8AD1DC433EF for ; Fri, 29 Apr 2022 15:45:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378615AbiD2PtP (ORCPT ); Fri, 29 Apr 2022 11:49:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378354AbiD2PtJ (ORCPT ); Fri, 29 Apr 2022 11:49:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A16732EC8 for ; Fri, 29 Apr 2022 08:45:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5D27862221 for ; Fri, 29 Apr 2022 15:45:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62C5BC385A7; Fri, 29 Apr 2022 15:45:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1651247149; bh=kBM6kQmhpUtl/wmfrWy7OsKdo/vnZ9LEog2jNyiLtOs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KBDLXgd3tcBJ2rl9FhsIsoTZDt6Re19HjJkP/8SAWnv7+SmcO+5BSP4Z/5rLB4nLb RBKCsX2nGXaXLtwflSnvFEzDpvt6F/Q/qTePkt6T/ug9u17VoLPUhhKAv+qK/sTj4T 1r1v0vifVLfkUoagSMQWbKCrTdNLl2vk9kX/lARM= Date: Fri, 29 Apr 2022 17:45:46 +0200 From: Greg Kroah-Hartman To: Philipp Hortmann Cc: Forest Bond , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 3/3] staging: vt6655: Replace VNSvInPortD with ioread32 Message-ID: References: <7a5f7f98379fb2af2741f613f5ddda53e5d4813e.1651036713.git.philipp.g.hortmann@gmail.com> <1d70d285-c839-8e5a-e3f8-d5184acdf769@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d70d285-c839-8e5a-e3f8-d5184acdf769@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 29, 2022 at 05:32:05PM +0200, Philipp Hortmann wrote: > On 4/29/22 17:25, Greg Kroah-Hartman wrote: > > And for a big endian system? Do you get the same result? > > Just looking if I can buy one. Ick, no, don't do that. > Can you propose a low cost big endian system with PCI bus? Try testing the code out on something like https://godbolt.org/ maybe? I think there might be a qemu big endian target as well but I can't remember it's been a long time. Don't go buy an obsolete box just for this one old staging driver :) thanks, greg k-h