summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-orion.c
Commit message (Expand)AuthorAgeFilesLines
* spi: orion: remove redundant assignment of status to zeroColin Ian King2017-11-021-1/+0
* spi: Convert to using %pOF instead of full_nameRob Herring2017-07-191-2/+2
* spi: orion: Handle GPIO chip-selectsChris Packham2017-05-241-1/+9
* spi: orion: add LSB supportBastian Stender2017-04-071-2/+9
* spi: mvebu: fix baudrate calculation for armada variantUwe Kleine-König2016-12-081-29/+54
* spi: orion: Fix return value check in orion_spi_probe()Wei Yongjun2016-06-131-2/+2
* spi: orion: Add direct access modeStefan Roese2016-05-301-0/+88
* spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572Nadav Haklai2015-08-111-1/+53
* spi: orion: Fix extended baud rates for each Armada SoCsGregory CLEMENT2015-05-271-4/+43
* spi: orion: Fix maximum baud rates for Armada 370/XPGregory CLEMENT2015-05-261-2/+23
* spi: orion: Add multiple chip select support to spi-orionKen Wilson2015-01-161-1/+14
* spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfersKen Wilson2015-01-141-50/+23
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
|\ \ | |/ |/|
| * spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | spi: orion: fix potential NULL pointer de-referenceGreg Ungerer2014-10-221-1/+1
|/
*-. Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...Mark Brown2014-10-031-22/+94
|\ \
| | * spi: orion: support armada extended baud ratesGreg Ungerer2014-10-011-22/+94
| |/
* | spi: orion: Fix checkpatch issueJingoo Han2014-09-031-2/+3
|/
*-. Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/top...Mark Brown2014-08-041-12/+56
|\ \
| * | spi: orion: Fix error return code in orion_spi_probe()Wei Yongjun2014-07-251-1/+2
| * | spi: spi-orion: add runtime PM supportRussell King2014-06-211-9/+50
| * | spi: spi-orion: check return value from clk_prepare()/clk_enable()Russell King2014-06-211-2/+4
| |/
* | spi: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni2014-07-281-6/+4
|/
*-. Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown2014-03-301-68/+11
|\ \
| | * spi: orion: Let spi core handle validating transfer lengthAxel Lin2014-03-011-11/+0
| | * spi: orion: Convert to let spi core validate xfer->bits_per_wordAxel Lin2014-02-111-18/+9
| | * spi: orion: Let spi core handle checking transfer speedAxel Lin2014-02-071-37/+2
| | * spi: orion: Remove unused pointer in orion_spi_write_read()Christian Engelmayer2014-02-061-2/+0
| |/
* | spi: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-031-1/+0
|/
* spi: orion: Use devm_clk_get()Jingoo Han2013-12-091-3/+1
* Merge remote-tracking branch 'spi/topic/orion' into spi-nextMark Brown2013-10-251-3/+3
|\
| * spi: orion: Fix checkpatch issueJingoo Han2013-10-151-3/+3
* | spi: orion: use devm_spi_register_master()Jingoo Han2013-09-261-3/+1
|/
* Merge remote-tracking branch 'spi/topic/orion' into spi-nextMark Brown2013-09-011-17/+5
|\
| * spi/orion: Convert to devm_ioremap_resource()Mark Brown2013-07-291-17/+5
* | spi/orion: Directly include linux/size.hMark Brown2013-07-291-0/+1
|/
* spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-231-2/+2
* spi/orion: Use module_platform_driver()Ezequiel Garcia2013-02-051-11/+2
* spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely2013-02-051-4/+4
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-1/+1
* spi/orion: Add SPI_CHPA and SPI_CPOL support to kirkwood driver.Jason Gunthorpe2012-12-061-1/+24
* spi: Refactor spi-orion to use SPI framework queue.Andrew Lunn2012-08-171-148/+61
* spi/orion: remove uneeded spi_infoMichael Walle2012-07-231-5/+0
* spi/orion: add device tree bindingAndrew Lunn2012-07-231-0/+17
* ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn2012-05-081-7/+23
* ARM: orion: spi: remove enable_clock_fix which is not usedAndrew Lunn2012-03-161-5/+0
* spi: Add module.h to implicit users in drivers/spiPaul Gortmaker2011-10-311-0/+1
* spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches2011-06-101-3/+3
OpenPOWER on IntegriCloud