summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-spi.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top...Mark Brown2017-04-261-1/+2
|\ \
| * | spi: fsl: Call irq_dispose_mapping in err pathLiu Xiang2017-03-131-1/+2
| |/
* | spi: fsl: Combine substrings for two messagesMarkus Elfring2017-01-171-6/+6
* | spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects()Markus Elfring2017-01-171-1/+1
* | spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects()Markus Elfring2017-01-171-1/+2
|/
* spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resourceAxel Lin2015-08-301-2/+2
* spi: fsl-(e)spi: simplify cleanup codeHeiner Kallweit2015-08-281-11/+7
* spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanupHeiner Kallweit2015-08-281-13/+8
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-2/+0
|\
| * spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0
* | spi: fsl-spi: remove unused variable assignmentHeiner Kallweit2014-12-041-1/+0
* | spi: spi-fsl-spi: Return an error code in fsl_spi_do_one_msg()Fabio Estevam2014-12-041-1/+1
* | spi: fsl-(e)spi: migrate to generic master queueingHeiner Kallweit2014-12-031-8/+6
|/
*-. Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...Mark Brown2014-10-031-11/+11
|\ \
| | * spi: fsl: Sort include headers alphabeticallyXiubo Li2014-09-291-11/+11
| |/
* | spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-09-011-3/+7
|/
* spi: fsl-spi: Make of_device_id array constJingoo Han2014-06-061-1/+1
* spi: fsl-spi: Fix memory leakAxel Lin2014-04-141-1/+1
*-. Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown2014-04-101-1/+2
|\ \
| * | spi: Always check complete callback before calling itAxel Lin2014-04-031-1/+2
| |/
* | spi: fsl-spi: Convert to let spi core validate xfer->bits_per_wordAxel Lin2014-02-231-6/+4
* | spi: fsl: Fix problem with multi message transfersStefan Roese2014-02-041-5/+15
|/
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-041-1/+1
|\
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* | spi: use dev_get_platdata()Jingoo Han2013-08-291-6/+7
|/
* spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-231-1/+1
* spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type coresAndreas Larsson2013-04-071-5/+45
* spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally runnin...Andreas Larsson2013-04-071-12/+86
* spi/spi-fsl-spi: Add support for setting a maximum number of bits per wordAndreas Larsson2013-04-071-1/+7
* spi/spi-fsl-spi: Introduce a type for the driverAndreas Larsson2013-04-071-7/+32
* spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accesse...Andreas Larsson2013-04-071-20/+31
* spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactiveAndreas Larsson2013-04-071-0/+4
* spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environ...Andreas Larsson2013-04-071-402/+9
* spi/fsl: Use PTR_RET functionAlexandru Gheorghiu2013-04-011-3/+1
* gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-131-2/+2
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-7/+7
* spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_controlHerton Ronaldo Krzesinski2012-05-191-1/+1
* spi/mpc83xx: fix NULL pdata dereference bugKenth Eriksson2012-03-301-1/+3
* spi: Fix WARN when removing spi-fsl-spi moduleJeff Harris2011-09-231-0/+3
* spi/fsl_spi: fix CPM spi driverHolger Brunck2011-07-051-17/+11
* spi: reorganize driversGrant Likely2011-06-061-0/+1192
OpenPOWER on IntegriCloud