Hi Grant. More than a month has been passed since I posted the following patches. However still not reviewed yet.
[PATCH 1/4] spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device info [PATCH 2/4] spi-topcliff-pch: Fix issue for transmitting over 4KByte [PATCH 3/4][RESEND] spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control [PATCH 4/4] spi-topcliff-pch: add recovery processing in case wait-event timeout Could you review these ? thanks, tomoya 2011/12/9 Tomoya MORINAGA <[email protected]>: > Signed-off-by: Tomoya MORINAGA <[email protected]> > --- > drivers/spi/spi-topcliff-pch.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/spi/spi-topcliff-pch.c b/drivers/spi/spi-topcliff-pch.c > index 99ec279..fcd9462 100644 > --- a/drivers/spi/spi-topcliff-pch.c > +++ b/drivers/spi/spi-topcliff-pch.c > @@ -920,7 +920,8 @@ static void pch_spi_request_dma(struct pch_spi_data > *data, int bpw) > 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; > -- > 1.7.4.4 > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
