From: Stephen Carlson
Reports the sandbox swapcase PCI Express device to support a 256 byte
Maximum Payload Size for MPS tuning tests.
Signed-off-by: Stephen Carlson
---
drivers/misc/swap_case.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/misc/swap_case.c b/drivers/misc/swap
From: Stephen Carlson
Enable tuning of the PCI Express MPS (Maximum Payload Size) of
each device. The Maximum Read Request Size is not altered.
The SAFE method uses the largest MPS value supported by all devices in the
system for each device. This method is the same algorithm as used by Linux
pc
From: Stephen Carlson
Adds a test for the new pci_mps command to ensure that it can set the
Maximum Payload Size (MPS) of all devices to 256 bytes in the sandbox
environment. Enables the pci_mps command in the sandbox environment so
that this test can be run.
Signed-off-by: Stephen Carlson
---
From: Stephen Carlson
Adds a test for the new pci_mps command to ensure that it can set the
Maximum Payload Size (MPS) of all devices to 256 bytes in the sandbox
environment. Enables the pci_mps command in the sandbox environment so
that this test can be run.
Signed-off-by: Stephen Carlson
---
From: Stephen Carlson
Enable tuning of the PCI Express MPS (Maximum Payload Size) of
each device. The Maximum Read Request Size is not altered.
The SAFE method uses the largest MPS value supported by all devices in the
system for each device. This method is the same algorithm as used by Linux
pc
From: Stephen Carlson
This patch set adds support for configuring the Maximum Payload Size
(MPS) for attached PCI Express devices. Modifying the MPS can increase
PCI Express performance or ensure compatibility with hot-plugged
devices.
New config CONFIG_CMD_PCI_MPS. If enabled, a new "pci_mps" c
From: Stephen Carlson
Reports the sandbox swapcase PCI Express device to support a 256 byte
Maximum Payload Size for MPS tuning tests.
Signed-off-by: Stephen Carlson
---
drivers/misc/swap_case.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/misc/swap_case.c b/drivers/misc/swap
From: Stephen Carlson
NXP/Freescale Layerscape CPUs support high-speed serial interfaces (SERDES)
that can be configured for the application. Interfaces not used by the
application can be set to protocol 0 to turn them off and save power, but
U-Boot would emit a warning that 0 was invalid for a S
From: Stephen Carlson
Adds an implementation of the wait_dat0 MMC operation for the Freescale
eSHDC driver, allowing the driver to continue when the card is ready
rather than waiting for the worst case time on each MMC switch operation.
Signed-off-by: Stephen Carlson
---
drivers/mmc/fsl_esdhc.
From: Stephen Carlson
This patch adds eMMC driver support for polling the DAT0 data connection
on the Freescale LX devices and SDHCI compatible devices.
Polling until the card reports it is no longer busy increases eMMC
driver performance over the default behavior, which is to wait for the
worst
From: Stephen Carlson
Adds an implementation of the wait_dat0 MMC operation for the DM SDHCI
driver, allowing the driver to continue when the card is ready rather
than waiting for the worst case time on each MMC switch operation.
Signed-off-by: Stephen Carlson
---
drivers/mmc/sdhci.c | 20
11 matches
Mail list logo