aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01spi: Unlock a spinlock before calling into the controller driver.Bryan Freed1-8/+7
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
2012-11-21of_spi: add generic binding support to specify cs gpioJean-Christophe PLAGNIOL-VILLARD1-3/+51
2012-11-09Merge branches 'spi-core' and 'spi-tegra' into spi-nextMark Brown1-3/+13
2012-11-09spi: Dont call master->setup if not populatedLaxman Dewangan1-2/+3
2012-11-09spi: make sure all transfer has bits_per_word setLaxman Dewangan1-1/+10
2012-05-20spi: Add "spi:" prefix to modalias attribute of spi devicesGrant Likely1-1/+1
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely1-0/+2
2012-05-10spi: Dont call prepare/unprepare transfer if not populatedShubhrajyoti D1-2/+2
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGrant Likely1-1/+91
2012-03-15spi: remove redundant variable assignmentGuennadi Liakhovetski1-2/+0
2012-03-10spi: release lock on error path in spi_pump_messages()Dan Carpenter1-0/+1
2012-03-09spi: Mark spi_register_board_info() __devinitMark Brown1-1/+1
2012-03-09spi/doc: spi_master_put must be followed up by kfreeUwe Kleine-König1-1/+2
2012-03-07spi: create a message queueing infrastructureLinus Walleij1-1/+338
2011-12-13spi: Fix device unregistration when unregistering the bus masterLaurent Pinchart1-1/+1
2011-10-31spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.cPaul Gortmaker1-0/+1
2011-06-06spi: reorganize driversGrant Likely1-1/+1
2011-05-20spi: Use void pointers for data in simple SPI I/O operationsMark Brown1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-25spi / PM: Support dev_pm_opsMark Brown1-8/+84
2010-12-22drivers/spi/spi.c: don't release the spi device twiceSebastian Andrzej Siewior1-2/+1
2010-10-22spi: fixed odd static string conventions in core codeLinus Walleij1-5/+5
2010-10-21spi: enable spi_board_info to be registered after spi_masterFeng Tang1-41/+47
2010-10-02of/spi: Fix OF-style driver binding of spi devicesSinan Akman1-0/+5
2010-09-01spi: free children in spi_unregister_master, not siblingsDavid Lamparter1-6/+3
2010-08-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-33/+192
2010-07-30of/spi: call of_register_spi_devices() from spi core codeAnatolij Gustschin1-0/+4