<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/arch/mips/pci/ops-bridge.c, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2019-05-09T23:39:27+00:00</updated>
<entry>
<title>MIPS: SGI-IP27: use generic PCI driver</title>
<updated>2019-05-09T23:39:27+00:00</updated>
<author>
<name>Thomas Bogendoerfer</name>
<email>tbogendoerfer@suse.de</email>
</author>
<published>2019-05-07T21:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a57140e9a850582ddafdd8f115b78713baaf0d00'/>
<id>urn:sha1:a57140e9a850582ddafdd8f115b78713baaf0d00</id>
<content type='text'>
Converted bridge code to a platform driver using the PCI generic driver
framework and use adding platform devices during xtalk scan. This allows
easier sharing bridge driver for other SGI platforms like IP30 (Octane) and
IP35 (Origin 3k, Fuel, Tezro).

Signed-off-by: Thomas Bogendoerfer &lt;tbogendoerfer@suse.de&gt;
[paul.burton@mips.com:
  - Leave __phys_to_dma(), __dma_to_phys() &amp; pcibus_to_node() in
    arch/mips/pci/pci-ip27.c since the motivation for moving them
    disappeared when the driver stopped being moved to drivers/pci.]
Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;
Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;
Cc: James Hogan &lt;jhogan@kernel.org&gt;
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
</content>
</entry>
<entry>
<title>MIPS: SGI-IP27: clean up bridge access and header files</title>
<updated>2019-02-19T20:46:02+00:00</updated>
<author>
<name>Thomas Bogendoerfer</name>
<email>tbogendoerfer@suse.de</email>
</author>
<published>2019-02-19T15:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a44d924c81d43ddffc985aca14aeeaf1abd6dd22'/>
<id>urn:sha1:a44d924c81d43ddffc985aca14aeeaf1abd6dd22</id>
<content type='text'>
Introduced bridge_read/bridge_write/bridge_set/bridge_clr for accessing
bridge register and get rid of volatile declarations. Also removed
all typedefs from arch/mips/include/asm/pci/bridge.h and cleaned up
language in arch/mips/pci/ops-bridge.c

Signed-off-by: Thomas Bogendoerfer &lt;tbogendoerfer@suse.de&gt;
Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;
Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;
Cc: James Hogan &lt;jhogan@kernel.org&gt;
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
</content>
</entry>
<entry>
<title>MIPS: Use !pci_is_root_bus(bus) in ops-bridge.c</title>
<updated>2018-06-24T16:27:27+00:00</updated>
<author>
<name>Joshua Kinard</name>
<email>kumba@gentoo.org</email>
</author>
<published>2017-10-17T18:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8fd2d6ea66272f849943269c7ea771ce85fd8fb1'/>
<id>urn:sha1:8fd2d6ea66272f849943269c7ea771ce85fd8fb1</id>
<content type='text'>
This is a manual cherrypick of commit c7ddc3d137b7 from Alastair
Bridgewater's IP35 tree that replaces two cases of
"if (bus-&gt;number &gt; 0)" with a more correct "if (!pci_is_root_bus(bus))"
in arch/mips/pci/ops-bridge.c.

Cc: linux-mips@linux-mips.org
Cc: Alastair Bridgewater &lt;alastair.bridgewater@gmail.com&gt;
Suggested-by: Alastair Bridgewater &lt;alastair.bridgewater@gmail.com&gt;
Signed-off-by: Joshua Kinard &lt;kumba@gentoo.org&gt;
Patchwork: https://patchwork.linux-mips.org/patch/17501/
Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;
Cc: Linux/MIPS &lt;linux-mips@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>MIPS: IP27: Fix typo</title>
<updated>2016-05-28T10:35:07+00:00</updated>
<author>
<name>Andrea Gelmini</name>
<email>andrea.gelmini@gelma.net</email>
</author>
<published>2016-05-21T12:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=87fd4e2692a2add7726fb5a497c617c99071de34'/>
<id>urn:sha1:87fd4e2692a2add7726fb5a497c617c99071de34</id>
<content type='text'>
Signed-off-by: Andrea Gelmini &lt;andrea.gelmini@gelma.net&gt;
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13320/
Patchwork: https://patchwork.linux-mips.org/patch/13335/
Patchwork: https://patchwork.linux-mips.org/patch/13336/
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>MIPS: IP27: Correct fucked grammar in ops-bridge.c</title>
<updated>2012-12-13T17:15:28+00:00</updated>
<author>
<name>Dave Jones</name>
<email>davej@redhat.com</email>
</author>
<published>2011-01-10T18:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=686957e71d34beffe2b29cf5fb2e05025972020b'/>
<id>urn:sha1:686957e71d34beffe2b29cf5fb2e05025972020b</id>
<content type='text'>
I had no idea just how broken IOC3 was until I read this.

Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] IP27: misc fixes</title>
<updated>2008-06-05T17:13:15+00:00</updated>
<author>
<name>Thomas Bogendoerfer</name>
<email>tsbogend@alpha.franken.de</email>
</author>
<published>2008-04-17T20:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=96173a6c4ebca4c146bb87026cce78bbe392cb61'/>
<id>urn:sha1:96173a6c4ebca4c146bb87026cce78bbe392cb61</id>
<content type='text'>
- fix PCI interrupt assignment by emulating ioc3 interrupt pin register
- use pci_probe_only mode
- select correct page size in bridge
- remove no longer needed ioc3_sio_init() code

[Ralf: Fix for 64kB or larger pagesizes]

Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] IP27: Extract pci_ops into separate file.</title>
<updated>2006-06-19T16:39:23+00:00</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-06-16T23:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9e0c7afd0ec6e6d788df14270b2b1b8f21a384a8'/>
<id>urn:sha1:9e0c7afd0ec6e6d788df14270b2b1b8f21a384a8</id>
<content type='text'>
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
</feed>
