linux/arch/s390/pci
Sebastian Ott add09d61fe s390/pci: cleanup clp page allocation
Use the __get_free_pages wrapper in clp_alloc_block. Also change the
allocation to use one page only. This page is used as CLP response
block e.g. to list available pci functions. Using one page we can
list > 250 pci functions at once and we have code to loop around this
CLP command (if not all functions fit into to the CLP block) already
in place.

Acked-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2013-02-14 15:55:16 +01:00
..
Makefile s390/pci: performance statistics and debug infrastructure 2012-12-14 10:01:17 +01:00
pci_clp.c s390/pci: cleanup clp page allocation 2013-02-14 15:55:16 +01:00
pci_debug.c s390/pci: performance statistics and debug infrastructure 2012-12-14 10:01:17 +01:00
pci_dma.c s390/pci: remove dead code 2013-01-08 10:57:04 +01:00
pci_event.c s390/pci: performance statistics and debug infrastructure 2012-12-14 10:01:17 +01:00
pci_msi.c s390/pci: PCI adapter interrupts for MSI/MSI-X 2012-11-30 17:47:21 +01:00
pci_sysfs.c s390/pci: s390 specific PCI sysfs attributes 2012-11-30 17:47:26 +01:00
pci.c s390/pci: rename pci_probe to s390_pci_probe 2013-02-14 15:55:12 +01:00