Re: [PATCH v8 2/5] MIPS: PCI: use information from 1-wire PROM for IOC3 detection

From: Philippe Mathieu-DaudÃ
Date: Wed Oct 09 2019 - 08:25:31 EST


On 10/9/19 12:17 PM, Thomas Bogendoerfer wrote:
IOC3 chips in SGI system are conntected to a bridge ASIC, which has

Typo: "connected".

a 1-wire prom attached with part number information. This changeset
uses this information to create PCI subsystem information, which
the MFD driver uses for further platform device setup.

Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@xxxxxxx>
---
arch/mips/include/asm/pci/bridge.h | 1 +
arch/mips/include/asm/sn/ioc3.h | 9 +++
arch/mips/pci/pci-xtalk-bridge.c | 135 ++++++++++++++++++++++++++++++++++++-
arch/mips/sgi-ip27/ip27-xtalk.c | 38 +++++++++--
4 files changed, 175 insertions(+), 8 deletions(-)