summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-0750-136/+168
|\
| * Documentation: fix broken v4l-utils URLMichael Opdenacker2014-10-032-2/+2
| * Documentation: update include path for mpssdPeter Foley2014-10-031-1/+1
| * Documentation: correct parameter error for dma_mapping_errorLiu Hua2014-09-261-3/+3
| * MAINTAINERS: update location of linux-doc treeJiri Kosina2014-09-261-0/+1
| * Documentation: remove networking/.gitignorePeter Foley2014-09-261-0/+0
| * tools: add more endian.h macrosPeter Foley2014-09-261-0/+24
| * Make Documenation depend on headers_installPeter Foley2014-09-261-0/+2
| * Docs: this_cpu_ops: remove redundant add formsMark Rutland2014-09-261-2/+0
| * Documentation: disable vdso_test to avoid breakage with old glibcPeter Foley2014-09-261-2/+2
| * Documentation: update vDSO makefile to build portable examplesPeter Foley2014-09-261-3/+6
| * Documentation: update .gitignore filesPeter Foley2014-09-2610-8/+12
| * Documentation: support glibc versions without htole macrosPeter Foley2014-09-265-2/+36
| * v4l2-pci-skeleton: Only build if PCI is availableMark Brown2014-09-262-1/+10
| * Documentation: fix misc. warningsPeter Foley2014-09-262-5/+5
| * Documentation: make functions static to avoid prototype warningsPeter Foley2014-09-264-13/+16
| * Documentation: add makefiles for more targetsPeter Foley2014-09-2614-64/+55
| * Documentation: use subdir-y to avoid unnecessary built-in.o filesPeter Foley2014-09-2615-43/+6
* | Merge tag 'spi-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2014-10-0741-371/+1282
|\ \
| * \ Merge remote-tracking branch 'spi/topic/xilinx' into spi-nextMark Brown2014-10-031-1/+0
| |\ \
| | * | spi: xilinx: Remove .owner field for driverMichal Simek2014-08-161-1/+0
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to...Mark Brown2014-10-039-113/+226
| |\ \ \ \ \ \ \
| | | | | | * | | spi: sirf: cleanup the indentation of marcosQipan Li2014-09-041-8/+8
| | | | | | * | | spi: sirf: fix 'cmd_transfer' function typosQipan Li2014-09-041-4/+3
| | | | | | * | | spi: sirf: correct spi gpio and hardware chipselect behaviourQipan Li2014-09-041-53/+33
| | | | | | |/ /
| | | | | * | | spi: sh-msiof: Add support for new R-Car Gen2 SoCsGeert Uytterhoeven2014-08-282-1/+11
| | | | | * | | spi: sh-msiof: Fix transmit-only DMA transfersGeert Uytterhoeven2014-08-161-2/+2
| | | | | * | | spi: sh-msiof: Return early in sh_msiof_dma_once() where possibleGeert Uytterhoeven2014-08-161-9/+4
| | | | | * | | spi: sh-msiof: Add DT support to DMA setupGeert Uytterhoeven2014-08-162-10/+32
| | | | | * | | spi: sh-msiof: Configure DMA slave bus widthGeert Uytterhoeven2014-08-161-2/+5
| | | | * | | | spi: rspi: Add support for new R-Car Gen2 SoCsGeert Uytterhoeven2014-08-282-2/+5
| | | | * | | | spi: rspi: Add DT support to DMA setupGeert Uytterhoeven2014-08-162-14/+28
| | | | * | | | spi: rspi: Configure DMA slave bus width to 8 bitGeert Uytterhoeven2014-08-161-2/+5
| | | | * | | | spi: rspi: Use devm_kasprintf()Geert Uytterhoeven2014-08-161-4/+3
| | | | * | | | spi: rspi: Remove unneeded semicolonGeert Uytterhoeven2014-08-161-1/+1
| | | * | | | | spi/pxa2xx-pci: remove unnecessary assignmentAndy Shevchenko2014-08-191-1/+0
| | | * | | | | spi/pxa2xx-pci: Add common clock framework support in PCI glue layerChew, Chiau Ee2014-08-162-2/+21
| | | | |_|/ / | | | |/| | |
| | * | | | | spi: pl022: Add support for chip select extensionAnders Berg2014-09-242-1/+63
| | * | | | | spi: pl022: Add missing error check for devm_kzallocKiran Padwal2014-09-181-0/+5
| | |/ / / /
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...Mark Brown2014-10-0312-50/+501
| |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | spi: orion: support armada extended baud ratesGreg Ungerer2014-10-012-23/+95
| | | | | | |/ / / /
| | | | | * | | | | spi: omap-100k: Remove unused definitionsNick Krause2014-08-161-4/+0
| | | | | |/ / / /
| | | | * | | | | spi: spi-mxs: fix a tiny typo in a commentMichael Heimpold2014-10-031-1/+1
| | | | |/ / / /
| | | * | | | | spi: spi-imx: add DMA supportRobin Gong2014-09-172-6/+285
| | | |/ / / /
| | * | | | | spi: fsl-dspi: Remove probe info messageAlexander Stein2014-09-251-1/+0
| | * | | | | Merge tag 'dt-endian' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown2014-08-271-93/+50
| | |\ \ \ \ \
| | * | | | | | spi: fsl-dspi: Convert to use regmap framework's endianness method.Xiubo Li2014-08-182-4/+6
| | * | | | | | Merge tag 'dt-endian' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown2014-08-184-11/+157
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...Mark Brown2014-10-0313-145/+211
| |\ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | spi: fsl: Sort include headers alphabeticallyXiubo Li2014-09-295-36/+36
| | | | | |/ / / / / /
OpenPOWER on IntegriCloud