Searched hist:"9785 d646c10b0707412516ffe56b71b9eb18861f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/parisc/ |
H A D | iosapic.c | diff 9785d646c10b0707412516ffe56b71b9eb18861f Wed Jan 28 23:30:55 CST 2009 Grant Grundler <grundler@parisc-linux.org> parisc: fix wrong assumption about bus->self
Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> posted a patch series to linux-pci to fix a wrong assumption about pci_bus->self==NULL for all PCI host bus controllers. While PARISC platforms to not behave this way, I prefer to have the code consistent across architectures. The following patch replaces pci_bus->self with pci_bus->parent when used as a test to check for "root bus controller".
Signed-off-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
|
H A D | lba_pci.c | diff 9785d646c10b0707412516ffe56b71b9eb18861f Wed Jan 28 23:30:55 CST 2009 Grant Grundler <grundler@parisc-linux.org> parisc: fix wrong assumption about bus->self
Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> posted a patch series to linux-pci to fix a wrong assumption about pci_bus->self==NULL for all PCI host bus controllers. While PARISC platforms to not behave this way, I prefer to have the code consistent across architectures. The following patch replaces pci_bus->self with pci_bus->parent when used as a test to check for "root bus controller".
Signed-off-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
|
H A D | dino.c | diff 9785d646c10b0707412516ffe56b71b9eb18861f Wed Jan 28 23:30:55 CST 2009 Grant Grundler <grundler@parisc-linux.org> parisc: fix wrong assumption about bus->self
Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> posted a patch series to linux-pci to fix a wrong assumption about pci_bus->self==NULL for all PCI host bus controllers. While PARISC platforms to not behave this way, I prefer to have the code consistent across architectures. The following patch replaces pci_bus->self with pci_bus->parent when used as a test to check for "root bus controller".
Signed-off-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
|