Searched hist:b12d0bec (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pci/msi/ |
H A D | Makefile | b12d0bec Fri Nov 11 07:54:45 CST 2022 Ahmed S. Darwish <darwi@linutronix.de> PCI/MSI: Move pci_disable_msi() to api.c
msi.c is a maze of randomly sorted functions which makes the code unreadable. As a first step split the driver visible API and the internal implementation which also allows proper API documentation via one file.
Create drivers/pci/msi/api.c to group all exported device-driver PCI/MSI APIs in one C file.
Begin by moving pci_disable_msi() there and add kernel-doc for the function as appropriate.
Suggested-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20221111122014.696798036@linutronix.de
|
H A D | msi.h | b12d0bec Fri Nov 11 07:54:45 CST 2022 Ahmed S. Darwish <darwi@linutronix.de> PCI/MSI: Move pci_disable_msi() to api.c
msi.c is a maze of randomly sorted functions which makes the code unreadable. As a first step split the driver visible API and the internal implementation which also allows proper API documentation via one file.
Create drivers/pci/msi/api.c to group all exported device-driver PCI/MSI APIs in one C file.
Begin by moving pci_disable_msi() there and add kernel-doc for the function as appropriate.
Suggested-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20221111122014.696798036@linutronix.de
|
H A D | api.c | b12d0bec Fri Nov 11 07:54:45 CST 2022 Ahmed S. Darwish <darwi@linutronix.de> PCI/MSI: Move pci_disable_msi() to api.c
msi.c is a maze of randomly sorted functions which makes the code unreadable. As a first step split the driver visible API and the internal implementation which also allows proper API documentation via one file.
Create drivers/pci/msi/api.c to group all exported device-driver PCI/MSI APIs in one C file.
Begin by moving pci_disable_msi() there and add kernel-doc for the function as appropriate.
Suggested-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20221111122014.696798036@linutronix.de
|
H A D | msi.c | b12d0bec Fri Nov 11 07:54:45 CST 2022 Ahmed S. Darwish <darwi@linutronix.de> PCI/MSI: Move pci_disable_msi() to api.c
msi.c is a maze of randomly sorted functions which makes the code unreadable. As a first step split the driver visible API and the internal implementation which also allows proper API documentation via one file.
Create drivers/pci/msi/api.c to group all exported device-driver PCI/MSI APIs in one C file.
Begin by moving pci_disable_msi() there and add kernel-doc for the function as appropriate.
Suggested-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20221111122014.696798036@linutronix.de
|