summaryrefslogtreecommitdiffstats
path: root/drivers/vme/vme.c
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2015-07-08 17:42:17 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 19:50:05 +0100
commitda5ae8a991d35d73b3875de0298afaf033d85363 (patch)
treef11772ce317914b0da77c98abb2fc191392fb705 /drivers/vme/vme.c
parent43b2ec01d2140964d98ea7812ca2f9dff67d2db2 (diff)
downloadop-kernel-dev-da5ae8a991d35d73b3875de0298afaf033d85363.zip
op-kernel-dev-da5ae8a991d35d73b3875de0298afaf033d85363.tar.gz
vme: lower alignment requirement in pci bridge drivers
Universe II allows PCI address grannularity of 4K or 64K depending on the window id. tsi148 only supports 64K. Existing driver implementations are validating window size against this grannularity and then use that very size as alignment parameter to pci_bus_alloc_resource. This constraint is excessive, alignment by granularity should be enough. This changes alignment constraint from size to a fixed constraint of 64K. Signed-off-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/vme/vme.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud