summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-topcliff-pch.c
Commit message (Expand)AuthorAgeFilesLines
* spi/topcliff-pch: Delete an error message for a failed memory allocation in p...Markus Elfring2017-01-171-1/+0
* spi/topcliff-pch: Combine substrings for four messagesMarkus Elfring2017-01-171-9/+11
* spi/topcliff-pch: Improve size determinations in pch_spi_probe()Markus Elfring2017-01-171-2/+2
* spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma()Markus Elfring2017-01-171-2/+2
* spi/topcliff-pch: Delete an unnecessary return statement in two functionsMarkus Elfring2017-01-171-2/+0
* spi: spi-topcliff-pch: Remove some dead codeChristophe JAILLET2016-11-211-12/+1
* spi: spi-topcliff-pch: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-111-23/+3
* spi: Remove FSF mailing addressesJarkko Nikula2014-12-221-4/+0
* spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* spi: topcliff-pch: don't hardcode PCI slot to get DMA deviceAndy Shevchenko2014-07-311-2/+2
* spi: topcliff-pch: Update error messages for dmaengine_prep_slave_sg() APIGeert Uytterhoeven2014-07-161-4/+4
* 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
|/
OpenPOWER on IntegriCloud