aboutsummaryrefslogtreecommitdiff
path: root/Documentation/spi
AgeCommit message (Expand)Author
2015-09-20ARM: pxa: Remove unused clock_enable field from struct pxa2xx_spi_masterJarkko Nikula
2015-04-17Documentation/spi/spidev_test.c: fix warningAndrew Morton
2015-04-11Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/spidev-test'...Mark Brown
2015-03-10spi: spidev_test: Added input buffer from the terminalAdrian Remonda
2015-03-10spi: spidev_test: Added verbose outputAdrian Remonda
2015-03-10spi: spidev_test: Cleaned hexadecimal dumpAdrian Remonda
2015-03-08spi: Use PM ops instead of legacy suspend/resumeLars-Peter Clausen
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-26Documentation: use subdir-y to avoid unnecessary built-in.o filesPeter Foley
2014-09-16spi-summary: documentation mistakeOscar Utbult
2014-03-30Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 's...Mark Brown
2014-02-27spi: spidev_fdx: Add support for Dual/Quad SPI TransfersGeert Uytterhoeven
2014-02-27spi: spidev_test: Add support for Dual/Quad SPI TransfersGeert Uytterhoeven
2014-02-27spi: spidev: Add support for Dual/Quad SPI TransfersGeert Uytterhoeven
2014-02-22spi/spidev_test: Document -N/--no-cs and -R/--readyGeert Uytterhoeven
2014-02-12Merge tag 'spi-v3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2014-02-10Documentation/: update 00-INDEX filesHenrik Austad
2014-01-27spi: correct the transfer_one_message documentation wordingBaruch Siach
2014-01-27spi: document the transfer_one spi_master callbackBaruch Siach
2013-12-09spi: Correction to typos in Documentation/spi/spi-summaryJohn Whitmore
2013-08-08spi/documentation: Fix usage of __initdataSachin Kamat
2013-01-03Documentation: remove __dev* attributes.Greg Kroah-Hartman
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann
2012-08-22spi: Master driver for NXP SC18IS602/603Guenter Roeck
2012-03-07spi: create a message queueing infrastructureLinus Walleij
2011-09-27doc: fix broken referencesPaul Bolle
2011-06-18spi/pxa2xx: Remove unavailable ssp_type from documentationStefan Schmidt
2011-06-08spi/ep93xx: add DMA supportMika Westerberg
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-01arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior
2010-05-25spi/ep93xx: implemented driver for Cirrus EP93xx SPI controllerMika Westerberg
2010-05-25Documentation/spi/* compile warning fixPrarit Bhargava
2010-04-29spi: spidev_test gives error upon 1-byte transferHector Palacios
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-09-23spi: fix spelling of `automatically' in documentationBen Dooks
2009-09-23Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGSLadinu Chandrasinghe
2009-06-30spi: new spi->mode bitsDavid Brownell
2009-04-21spi: documentation: emphasise spi_master.setup() semanticsDavid Brownell
2009-01-07hwmon: (lm70) Code streamlining and cleanupKaiwan N Billimoria
2008-12-01spi documentation: use __initdata on structroel kluin
2008-10-30.gitignore updatesAlexey Dobriyan
2008-10-16pxa2xx_spi: fix chip_info defaults and documentation.Vernon Sauder
2008-08-12docsrc: build Documentation/ sourcesRandy Dunlap
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-04-28documentation: move spidev_fdx example to its own source fileRandy Dunlap
2008-04-08spi: documentation tweaksDavid Brownell
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-10-16spi doesn't need class_deviceTony Jones
2007-10-16Documentation/spi/spidev_test.c: constify some variablesWANG Cong