summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorDaire McNamara <daire.mcnamara@microchip.com>2023-07-28 14:14:01 +0100
committerLorenzo Pieralisi <lpieralisi@kernel.org>2023-08-08 12:58:21 +0200
commitbac406c34fbc906f09479af72cb6a908a5d1db1d (patch)
tree3866446af45130488469db157bd2278bbd6f950f /drivers/input
parent1abb722888fda4a03e211db9b361281f903375e1 (diff)
PCI: microchip: Re-partition code between probe() and init()
Continuing to use pci_host_common_probe() for the PCIe Root Complex on PolarFire SoC is leading to an extremely large _init() function and some unnatural code flow. Re-partition the code so that some tasks are done in a _probe() routine, which calls pci_host_common_probe() and then use a much smaller _init() function, mainly to enable interrupts after address translation tables are set up. Link: https://lore.kernel.org/r/20230728131401.1615724-8-daire.mcnamara@microchip.com Signed-off-by: Daire McNamara <daire.mcnamara@microchip.com> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions