Searched hist:"2 b8ff9f2769135a08fc7b9c989560f759b80cc1a" (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | fixups-titan.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|
H A D | fixups-snapgear.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|
H A D | fixups-sdk7780.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|
H A D | fixups-r7780rp.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|
H A D | fixups-rts7751r2d.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|
H A D | fixups-sh03.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|
H A D | fixups-se7751.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|
H A D | fixups-dreamcast.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|
H A D | pcie-sh7786.c | diff 2b8ff9f2769135a08fc7b9c989560f759b80cc1a Mon Jul 31 11:37:49 CDT 2017 Matthew Minter <matt@masarand.com> sh/PCI: Remove __init optimisations from IRQ mapping functions/data
Currently many IRQ mapping functions and data structures use the __init and __initdata optimisations. These result in the relevant functions being innaccessible after boot time.
However for deferred IRQ assignment it is important to have access to these functions at PCI device enable time.
Therefore, remove the optimisation from the relevant data structures and functions to prepare for deferred IRQ assignment.
Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
|