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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7D28EC77B6E for ; Thu, 13 Apr 2023 20:44:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D69FD85E01; Thu, 13 Apr 2023 22:44:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="d3H8TrDa"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6A4CC85D0B; Thu, 13 Apr 2023 22:44:14 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3E25C85D13 for ; Thu, 13 Apr 2023 22:44:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org 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 E6C106417B; Thu, 13 Apr 2023 20:44:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2971C4339B; Thu, 13 Apr 2023 20:44:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681418646; bh=djkoKXF5JRoN02MFEqrmqfuZpd7TDkZnhmfdjEG/9dQ=; h=From:To:Cc:Subject:Date:From; b=d3H8TrDaRHeZXdC7pl6eeS4pCq3GjJNWG54FQCPbCTS4cBBmSmWrrUh3KK0EptElY jZcm+JgAgy2RGfZPQSYt+wn4txlRfA13i2GjFSB91SJ9ZrIQygbjM40B8jH3KVrb+n lHk8DDA3oOzU6eg0qUvjIH71Ol3ZHfqUh70DZKhMtJgoBkERxfFe9W1dcdVlG/ejZH f0DMv1ki7UCMYSPAYCClgGQ+V+fPN5R80bFUNJtbgqvpRrsxUk1JbbfrowaaYyV2C+ 1zFVxOrmwaPYk5iqyxy0MHxCqAK3m09BodNDEqu6P6PLbXlJkToL3cIXJTe/ZjWxDh yzcwn38mTdkmA== Received: by pali.im (Postfix) id 2A393788; Thu, 13 Apr 2023 22:44:03 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Heiko Schocher Cc: u-boot@lists.denx.de Subject: [PATCH u-boot 0/3] pci: mpc85xx: Fixes for PCI config space Date: Thu, 13 Apr 2023 22:41:43 +0200 Message-Id: <20230413204146.9318-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean This patch series contains small fixes for mpc85xx old PCI Local Bus driver. Heiko: Are you able to test these changes? Has your Socrates board available old PCI Local Bus support? Pali Rohár (3): pci: mpc85xx: Add missing sync() after writing to PCI config space pci: mpc85xx: Allow 8/16-bit access to PCI config space pci: mpc85xx: Do not try to access extended PCIe registers drivers/pci/pci_mpc85xx.c | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) -- 2.20.1