Searched hist:bcf39352eb9e9026f7a1028d4bce3707b65f104b (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pci-dreamcast.c | diff bcf39352eb9e9026f7a1028d4bce3707b65f104b Sun Jan 31 22:11:25 CST 2010 Paul Mundt <lethal@linux-sh.org> sh: Handle PCI controller resource conflicts.
register_pci_controller() can fail, but presently is a void function. Change this over to an int so that we can bail early before continuing on with post-registration initialization (such as throwing the controller in to 66MHz mode in the case of the SH7780 host controller).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
H A D | pci-sh7751.c | diff bcf39352eb9e9026f7a1028d4bce3707b65f104b Sun Jan 31 22:11:25 CST 2010 Paul Mundt <lethal@linux-sh.org> sh: Handle PCI controller resource conflicts.
register_pci_controller() can fail, but presently is a void function. Change this over to an int so that we can bail early before continuing on with post-registration initialization (such as throwing the controller in to 66MHz mode in the case of the SH7780 host controller).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
H A D | pci-sh7780.c | diff bcf39352eb9e9026f7a1028d4bce3707b65f104b Sun Jan 31 22:11:25 CST 2010 Paul Mundt <lethal@linux-sh.org> sh: Handle PCI controller resource conflicts.
register_pci_controller() can fail, but presently is a void function. Change this over to an int so that we can bail early before continuing on with post-registration initialization (such as throwing the controller in to 66MHz mode in the case of the SH7780 host controller).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
H A D | pcie-sh7786.c | diff bcf39352eb9e9026f7a1028d4bce3707b65f104b Sun Jan 31 22:11:25 CST 2010 Paul Mundt <lethal@linux-sh.org> sh: Handle PCI controller resource conflicts.
register_pci_controller() can fail, but presently is a void function. Change this over to an int so that we can bail early before continuing on with post-registration initialization (such as throwing the controller in to 66MHz mode in the case of the SH7780 host controller).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
H A D | pci.c | diff bcf39352eb9e9026f7a1028d4bce3707b65f104b Sun Jan 31 22:11:25 CST 2010 Paul Mundt <lethal@linux-sh.org> sh: Handle PCI controller resource conflicts.
register_pci_controller() can fail, but presently is a void function. Change this over to an int so that we can bail early before continuing on with post-registration initialization (such as throwing the controller in to 66MHz mode in the case of the SH7780 host controller).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | pci.h | diff bcf39352eb9e9026f7a1028d4bce3707b65f104b Sun Jan 31 22:11:25 CST 2010 Paul Mundt <lethal@linux-sh.org> sh: Handle PCI controller resource conflicts.
register_pci_controller() can fail, but presently is a void function. Change this over to an int so that we can bail early before continuing on with post-registration initialization (such as throwing the controller in to 66MHz mode in the case of the SH7780 host controller).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|