aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-topcliff-pch.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Gravatar Mark Brown 1-1/+1
2014-01-17spi: Remove duplicate code to set default bits_per_word settingGravatar Axel Lin 1-6/+0
2013-12-03spi: remove DEFINE_PCI_DEVICE_TABLE macroGravatar Jingoo Han 1-1/+1
2013-10-25Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextGravatar Mark Brown 1-2/+2
2013-10-16spi: Don't break user-visible strings to multiple source lines in driversGravatar Jarkko Nikula 1-6/+7
2013-09-24spi: spi-topcliff-pch: fix a pci_iomap() checkGravatar Dan Carpenter 1-2/+2
2013-08-13spi-topcliff-pch: Add MODULE_DEVICE_TABLEGravatar Alexander Stein 1-0/+2
2013-06-26Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextGravatar Mark Brown 1-4/+4
2013-06-26Merge remote-tracking branch 'spi/topic/bpw' into spi-nextGravatar Mark Brown 1-16/+1
2013-06-04spi: spi-topcliff-pch: Fix sparse warningsGravatar Sachin Kamat 1-4/+4
2013-05-29spi: convert drivers to use bits_per_word_maskGravatar Stephen Warren 1-16/+1
2013-05-22spi: topcliff-pch: fix error return code in pch_spi_probe()Gravatar Wei Yongjun 1-0/+1
2013-05-20spi: topcliff-pch: Pass correct pointer to free_irq()Gravatar Lars-Peter Clausen 1-1/+1
2013-04-28spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsGravatar Wei Yongjun 1-6/+6
2013-04-25spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Gravatar Wei Yongjun 1-1/+3
2012-12-07spi: Remove HOTPLUG section attributesGravatar Grant Likely 1-6/+6
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Gravatar Linus Torvalds 1-2/+0
2012-09-01spi: fix comment/printk typos in spiGravatar Masanari Iida 1-1/+1
2012-08-27spi/topcliff-pch: Fix device remove functionGravatar Guenter Roeck 1-2/+0
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGravatar Grant Likely 1-1/+0
2012-05-19spi/topcliff: use correct __devexit_p annotationGravatar Arnd Bergmann 1-1/+1
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-2/+2
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-29/+84
2012-03-21dmaengine/dma_slave: introduce inline wrappersGravatar Alexandre Bounine 1-2/+2
2012-03-09spi-topcliff-pch: add recovery processing in case wait-event timeoutGravatar Tomoya MORINAGA 1-1/+9
2012-03-09spi-topcliff-pch: supports a spi mode setup and bit order setup by IO controlGravatar Tomoya MORINAGA 1-0/+1
2012-03-09spi-topcliff-pch: Fix issue for transmitting over 4KByteGravatar Tomoya MORINAGA 1-11/+55
2012-03-09spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device infoGravatar Tomoya MORINAGA 1-1/+2
2012-03-09spi: Convert to DEFINE_PCI_DEVICE_TABLEGravatar Axel Lin 1-1/+1
2012-03-09spi-topcliff-pch: fix -Wuninitialized warningGravatar Danny Kukawka 1-16/+17
2012-02-05spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driverGravatar Danny Kukawka 1-3/+3
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-2/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnGravatar Vinod Koul 1-2/+2
2011-10-31spi, serial: move to dma_transfer_directionGravatar Vinod Koul 1-2/+2
2011-10-29spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorGravatar Tomoya MORINAGA 1-6/+6
2011-10-29spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOHGravatar Tomoya MORINAGA 1-1/+4
2011-10-04spi-topcliff-pch: Fix overrun issueGravatar Tomoya MORINAGA 1-5/+23
2011-10-04spi-topcliff-pch: Add recovery processing in case FIFO overrun error occursGravatar Tomoya MORINAGA 1-7/+24
2011-10-04spi-topcliff-pch: Fix CPU read complete condition issueGravatar Tomoya MORINAGA 1-8/+11
2011-10-04spi-topcliff-pch: Fix SSN Control issueGravatar Tomoya MORINAGA 1-7/+3
2011-10-04spi-topcliff-pch: add tx-memory clear after complete transmittingGravatar Tomoya MORINAGA 1-0/+5
2011-06-16spi/topcliff-pch: Support new device ML7223 IOHGravatar Tomoya MORINAGA 1-1/+4
2011-06-08spi/topcliff_pch: DMA supportGravatar Tomoya MORINAGA 1-106/+488
2011-06-08spi/topcliff_pch: support new device ML7213 IOHGravatar Tomoya MORINAGA 1-279/+308
2011-06-06spi: reorganize driversGravatar Grant Likely 1-0/+1303