summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-topcliff-pch.c
Commit message (Expand)AuthorAgeFilesLines
* spi: topcliff-pch: remove unnecessary OOM messagesJingoo Han2014-04-291-4/+1
*-. Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/...Mark Brown2014-03-301-41/+6
|\ \
| | * spi: topcliff-pch: Transform noisy message to dev_vdbgAlexander Stein2014-03-251-1/+1
| | * spi: topcliff-pch: Properly unregister platform devices on probe() error pathsAxel Lin2014-03-241-2/+3
| | * spi/topcliff-pch: Fix debug messageAlexander Stein2014-02-191-2/+1
| | * spi: topcliff-pch: Convert to use master->max_speed_hzAxel Lin2014-02-141-36/+1
| |/
* | spi-topcliff-pch: Fix probing when DMA mode is usedAlexander Stein2014-02-271-5/+6
* | spi/topcliff-pch: Fix DMA channelAlexander Stein2014-02-191-2/+2
|/
*-. Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Mark Brown2014-01-231-1/+1
|\ \
| | * spi: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-1/+1
| |/
* | spi: Remove duplicate code to set default bits_per_word settingAxel Lin2014-01-171-6/+0
|/
* Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown2013-10-251-2/+2
|\
| * spi: spi-topcliff-pch: fix a pci_iomap() checkDan Carpenter2013-09-241-2/+2
* | spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula2013-10-161-6/+7
|/
* spi-topcliff-pch: Add MODULE_DEVICE_TABLEAlexander Stein2013-08-131-0/+2
* Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown2013-06-261-4/+4
|\
| * spi: spi-topcliff-pch: Fix sparse warningsSachin Kamat2013-06-041-4/+4
* | Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown2013-06-261-16/+1
|\ \
| * | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-291-16/+1
| |/
* | spi: topcliff-pch: fix error return code in pch_spi_probe()Wei Yongjun2013-05-221-0/+1
* | spi: topcliff-pch: Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-201-1/+1
|/
* spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun2013-04-281-6/+6
* spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun2013-04-251-1/+3
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-6/+6
* Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-021-2/+0
|\
| * spi/topcliff-pch: Fix device remove functionGuenter Roeck2012-08-271-2/+0
* | spi: fix comment/printk typos in spiMasanari Iida2012-09-011-1/+1
|/
* spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely2012-05-191-1/+0
* spi/topcliff: use correct __devexit_p annotationArnd Bergmann2012-05-191-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-2/+2
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-2/+2
* | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-29/+84
|\ \
| * | spi-topcliff-pch: add recovery processing in case wait-event timeoutTomoya MORINAGA2012-03-091-1/+9
| * | spi-topcliff-pch: supports a spi mode setup and bit order setup by IO controlTomoya MORINAGA2012-03-091-0/+1
| * | spi-topcliff-pch: Fix issue for transmitting over 4KByteTomoya MORINAGA2012-03-091-11/+55
| * | spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device infoTomoya MORINAGA2012-03-091-1/+2
| * | spi: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2012-03-091-1/+1
| * | spi-topcliff-pch: fix -Wuninitialized warningDanny Kukawka2012-03-091-16/+17
| |/
* | spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driverDanny Kukawka2012-02-051-3/+3
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-2/+2
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-2/+2
| |\
| | * spi, serial: move to dma_transfer_directionVinod Koul2011-10-311-2/+2
* | | spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-10-291-6/+6
* | | spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-10-291-1/+4
|/ /
* | spi-topcliff-pch: Fix overrun issueTomoya MORINAGA2011-10-041-5/+23
* | spi-topcliff-pch: Add recovery processing in case FIFO overrun error occursTomoya MORINAGA2011-10-041-7/+24
* | spi-topcliff-pch: Fix CPU read complete condition issueTomoya MORINAGA2011-10-041-8/+11
* | spi-topcliff-pch: Fix SSN Control issueTomoya MORINAGA2011-10-041-7/+3
* | spi-topcliff-pch: add tx-memory clear after complete transmittingTomoya MORINAGA2011-10-041-0/+5
|/
* spi/topcliff-pch: Support new device ML7223 IOHTomoya MORINAGA2011-06-161-1/+4
OpenPOWER on IntegriCloud