This is a note to let you know that I've just added the patch titled
spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device info
to the 3.3-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
spi-topcliff-pch-modify-pci-bus-number-dynamically-to-get-dma-device-info.patch
and it can be found in the queue-3.3 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From ee2ece5261a639b89f194d141444b03b4c923179 Mon Sep 17 00:00:00 2001
From: Tomoya MORINAGA <[email protected]>
Date: Fri, 9 Dec 2011 13:11:42 +0900
Subject: spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device
info
From: Tomoya MORINAGA <[email protected]>
commit ee2ece5261a639b89f194d141444b03b4c923179 upstream.
Signed-off-by: Tomoya MORINAGA <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/spi/spi-topcliff-pch.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/drivers/spi/spi-topcliff-pch.c
+++ b/drivers/spi/spi-topcliff-pch.c
@@ -924,7 +924,8 @@ static void pch_spi_request_dma(struct p
dma_cap_set(DMA_SLAVE, mask);
/* Get DMA's dev information */
- dma_dev = pci_get_bus_and_slot(2, PCI_DEVFN(12, 0));
+ dma_dev = pci_get_bus_and_slot(data->board_dat->pdev->bus->number,
+ PCI_DEVFN(12, 0));
/* Set Tx DMA */
param = &dma->param_tx;
Patches currently in stable-queue which might be from [email protected] are
queue-3.3/spi-topcliff-pch-modify-pci-bus-number-dynamically-to-get-dma-device-info.patch
queue-3.3/spi-topcliff-pch-supports-a-spi-mode-setup-and-bit-order-setup-by-io-control.patch
queue-3.3/spi-topcliff-pch-fix-issue-for-transmitting-over-4kbyte.patch
queue-3.3/spi-topcliff-pch-add-recovery-processing-in-case-wait-event-timeout.patch
queue-3.3/i2c-eg20t-change-timeout-value-50msec-to-1000msec.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html