aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Merge remote-tracking branch 'spi/topic/quad' into spi-nextMark Brown1-40/+37
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown1-1/+117
2013-09-01Merge remote-tracking branch 'spi/topic/msglen' into spi-nextMark Brown1-0/+1
2013-09-01Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+2
2013-09-01spi: quad: fix the name of DT propertywangyuhang1-4/+4
2013-08-31spi: core: Fix spi_register_master error handlingAxel Lin1-1/+1
2013-08-31spi: quad: Make DT properties optionalMark Brown1-38/+34
2013-08-30spi: quad: Fix missing returnwangyuhang1-0/+1
2013-08-23Merge remote-tracking branch 'spi/topic/quad' into spi-qspiMark Brown1-1/+118
2013-08-22spi: Remove a redundant test for master->running in spi_queued_transferAxel Lin1-1/+1
2013-08-22spi: conditional checking of mode and transfer bits.Sourav Poddar1-26/+30
2013-08-22spi: DUAL and QUAD supportwangyuhang1-0/+96
2013-08-14spi: limit default transfer speed to controller's max speedGabor Juhos1-1/+6
2013-07-29spi: Provide core support for runtime PM during transfersMark Brown1-0/+16
2013-07-18driver: spi: Modify core to compute the message lengthSourav Poddar1-0/+1
2013-07-15spi: More sanity checks for transfersMark Brown1-0/+5
2013-07-15spi: Support transfer speed checking in the coreMark Brown1-0/+7
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+1
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown1-3/+6
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+8
2013-04-07spi: Return error from of_spi_register_master on bad "cs-gpios" propertyAndreas Larsson1-1/+4
2013-04-07spi: Initialize cs_gpio and cs_gpios with -ENOENTAndreas Larsson1-2/+2
2013-04-05Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/miscLinus Torvalds1-8/+7
2013-04-02ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices()Rafael J. Wysocki1-1/+1
2013-04-01Merge branch 'spi-fix' into spi-nextMark Brown1-8/+7
2013-04-01spi: Unlock a spinlock before calling into the controller driver.Bryan Freed1-8/+7
2013-04-01spi: add ability to validate xfer->bits_per_word in SPI coreStephen Warren1-0/+8
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+2
2013-02-20Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-4/+11
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-3/+2
2013-02-10spi/of: Fix initialization of cs_gpios arrayAndreas Larsson1-1/+2
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-1/+1
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-02-05spi: Ensure memory used for spi_write_then_read() is DMA safeMark Brown1-1/+2
2013-02-05spi: make sure all transfer has proper speed setLaxman Dewangan1-2/+4
2013-02-05spi/of: Use DT aliases for assigning bus numberGrant Likely1-0/+3
2012-12-15of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.David Daney1-1/+4
2012-12-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-22/+79
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+102
2012-12-10spi/sparc: Allow of_register_spi_devices for sparcAndreas Larsson1-1/+1
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-2/+1
2012-12-07spi: Add support for specifying 3-wire mode via device treeLars-Peter Clausen1-0/+2
2012-12-06spi: Fix comparison of different integer typesGrant Likely1-1/+1
2012-12-06spi: Remove SPI_BUFSIZ restriction on spi_write_then_read()Mark Brown1-13/+11
2012-12-06Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.gitGrant Likely1-3/+13
2012-11-30spi / ACPI: add ACPI enumeration supportMika Westerberg1-1/+102
2012-11-29of/spi: Honour "status=disabled" property of deviceAlexander Sverdlin1-1/+1