OSDN Git Service

powerpc/of/pci: Rewrite pci_parse_of_flags
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 29 Aug 2019 08:44:17 +0000 (18:44 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 29 Aug 2019 10:24:05 +0000 (20:24 +1000)
commitbc605cd79edb68131d3be5b00b949aa312277d39
treee730c5decfb99977ed6d95f243c772763a0d449c
parentf2902a2fb40c589b886d21518ef8a1ee87f76b0c
powerpc/of/pci: Rewrite pci_parse_of_flags

The existing code uses bunch of hardcoded values from the PCI Bus
Binding to IEEE Std 1275 spec; and it does so in quite non-obvious
way.

This defines fields from the cell#0 of the "reg" property of a PCI
device and uses them for parsing.

This should cause no behavioral change.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
[mpe: Unsplit some 80/81 char lines, space the code with some newlines]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190829084417.71873-1-aik@ozlabs.ru
arch/powerpc/kernel/pci_of_scan.c