aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-ep93xx.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-25Merge remote-tracking branch 'spi/topic/bfin' into spi-nextGravatar Mark Brown 1-2/+1
2013-10-16spi: Add missing newline to dev_ prints in driversGravatar Jarkko Nikula 1-2/+2
2013-09-26spi: ep93xx: use devm_spi_register_master()Gravatar Jingoo Han 1-2/+1
2013-09-01Merge remote-tracking branch 'spi/topic/pdata' into spi-nextGravatar Mark Brown 1-1/+1
2013-08-29spi: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-07-31spi/ep93xx: Fix format specifier warningGravatar Emil Goode 1-1/+1
2013-07-17spi: spi-ep93xx: convert to the queued driver infrastructureGravatar H Hartley Sweeten 1-146/+19
2013-07-15spi: spi-ep93xx: move the clock divider calcs into ep93xx_spi_chip_setup()Gravatar H Hartley Sweeten 1-32/+25
2013-07-15spi: spi-ep93xx: don't bother calculating the divisors in ep93xx_spi_setup()Gravatar H Hartley Sweeten 1-14/+0
2013-07-15spi: spi-ep93xx: use devm_clk_get()Gravatar H Hartley Sweeten 1-6/+3
2013-07-15spi: spi-ep93xx: remove 'dss' from per chip private dataGravatar H Hartley Sweeten 1-10/+7
2013-07-15spi: spi-ep93xx: remove dev_err() for kzalloc() failureGravatar H Hartley Sweeten 1-3/+1
2013-07-15spi: spi-ep93xx: get platform resources early in (*probe)Gravatar H Hartley Sweeten 1-14/+12
2013-07-15spi: spi-ep93xx: remove bits_per_word() helperGravatar H Hartley Sweeten 1-11/+3
2013-07-15spi: spi-ep93xx: use read,write instead of __raw_* variantsGravatar H Hartley Sweeten 1-12/+10
2013-07-15spi: spi-ep93xx: always handle transfer specific settingsGravatar H Hartley Sweeten 1-33/+10
2013-06-26Merge remote-tracking branch 'spi/topic/ep93xx' into spi-nextGravatar Mark Brown 1-0/+1
2013-06-26Merge remote-tracking branch 'spi/topic/core' into spi-nextGravatar Mark Brown 1-2/+0
2013-05-29spi: convert drivers to use bits_per_word_maskGravatar Stephen Warren 1-10/+1
2013-05-16spi: ep93xx: fix error return code in ep93xx_spi_probe()Gravatar Wei Yongjun 1-0/+1
2013-05-13spi: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+3
2013-02-05spi: remove check for bits_per_word on transfer from low level driverGravatar Laxman Dewangan 1-1/+1
2013-01-25spi: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-4/+3
2012-12-07spi: Remove HOTPLUG section attributesGravatar Grant Likely 1-3/+3
2012-09-14ARM: ep93xx: move platform_data definitionsGravatar Arnd Bergmann 1-2/+2
2012-05-09spi/ep93xx: clean probe/remove routinesGravatar Hannu Heikkinen 1-27/+10
2012-04-27spi/spi-ep93xx.c: use dma_transfer_direction instead of dma_data_directionGravatar H Hartley Sweeten 1-14/+10
2012-03-21dmaengine/dma_slave: introduce inline wrappersGravatar Alexandre Bounine 1-2/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnGravatar Vinod Koul 1-3/+6
2011-10-31spi, serial: move to dma_transfer_directionGravatar Vinod Koul 1-3/+6
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGravatar Grant Likely 1-15/+5
2011-10-16spi/spi-ep93xx: add module.h includeGravatar Mika Westerberg 1-0/+1
2011-06-09Merge branch 'ep93xx-dma' into spi/nextGravatar Grant Likely 1-12/+291
2011-06-06spi: reorganize driversGravatar Grant Likely 1-0/+938