summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: qcom: storm: remove special casing EPROBE_DEFERSrinivas Kandagatla2015-06-091-6/+3
* ASoC: qcom: storm: allocate snd_soc_card struct dynamically.Srinivas Kandagatla2015-06-091-12/+5
* ASoC: qcom: fix STORM board KconfigArnd Bergmann2015-06-021-1/+1
* ASoC: qcom: Add apq8016 lpass driver supportSrinivas Kandagatla2015-05-255-0/+263
* ASoC: qcom: Document apq8016 bindings.Srinivas Kandagatla2015-05-221-1/+12
* ASoC: qcom: add bit map to track static dma channel allocationsSrinivas Kandagatla2015-05-221-0/+3
* ASoC: qcom: Add ability to handle interrupts per dma channelSrinivas Kandagatla2015-05-222-35/+63
* ASoC: qcom: add dma channel control offset to variant dataSrinivas Kandagatla2015-05-222-1/+6
* ASoC: qcom: make osr clock optionalSrinivas Kandagatla2015-05-221-9/+18
* ASoC: qcom: support bitclk and osrclk per i2s portSrinivas Kandagatla2015-05-222-22/+43
* ASoC: qcom: ipq806x_lpass_alloc_dma_channel() can be statickbuild test robot2015-05-221-2/+2
* ASoC: qcom: remove hardcoded dma channelSrinivas Kandagatla2015-05-213-30/+77
* ASoC: qcom: remove hardcoded i2s port numberSrinivas Kandagatla2015-05-212-9/+8
* ASoC: qcom: move ipq806x specific bits out of lpass driver.Srinivas Kandagatla2015-05-217-172/+261
* ASoC: qcom: remove incorrect dependenciesArnd Bergmann2015-05-211-2/+0
* ASoC: qcom: remove unnecessary header filesSrinivas Kandagatla2015-05-042-11/+1
* ASoC: qcom: Remove redundant error check.Srinivas Kandagatla2015-05-041-4/+0
* Linux 4.1-rc1v4.1-rc1Linus Torvalds2015-04-271-2/+2
* x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-275-0/+48
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-04-275-14/+95
|\
| * Merge tag 'drm-intel-next-fixes-2015-04-25' of git://anongit.freedesktop.org/...Dave Airlie2015-04-275-14/+95
| |\
| | * drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT regImre Deak2015-04-231-2/+2
| | * drm/i915: Workaround to avoid lite restore with HEAD==TAILMichel Thierry2015-04-232-2/+36
| | * drm/i915: cope with large i2c transfersDmitry Torokhov2015-04-232-10/+57
* | | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-04-273-83/+82
|\ \ \
| * | | iommu/vt-d: support extended root and context entriesDavid Woodhouse2015-03-251-75/+60
| * | | iommu/vt-d: Add new extended capabilities from v2.3 VT-d specificationDavid Woodhouse2015-03-251-0/+14
| * | | iommu/vt-d: Allow RMRR on graphics devices tooDavid Woodhouse2015-03-251-1/+6
| * | | iommu/vt-d: Print x2apic opt out info instead of printing a warningFenghua Yu2015-03-251-4/+1
| * | | iommu/vt-d: kill bogus ecap_niotlb_iunits()David Woodhouse2015-03-251-3/+1
* | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-277-14/+18
|\ \ \ \
| * | | | i2c: st: add include for pinctrlWolfram Sang2015-04-231-6/+7
| * | | | i2c: mux: use proper dev when removing "channel-X" symlinksWolfram Sang2015-04-231-3/+5
| * | | | i2c: digicolor: remove duplicate includeWolfram Sang2015-04-231-2/+1
| * | | | i2c: Mark adapter devices with pm_runtime_no_callbacksCharles Keepax2015-04-231-0/+2
| * | | | i2c: pca-platform: fix broken email addressWolfram Sang2015-04-231-1/+1
| * | | | i2c: mxs: fix broken email addressWolfram Sang2015-04-231-1/+1
| * | | | i2c: rk3x: report number of messages transmittedDmitry Torokhov2015-04-231-1/+1
* | | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-271-17/+25
|\ \ \ \ \
| * | | | | Btrfs: prevent list corruption during free space cache processingChris Mason2015-04-241-14/+18
| * | | | | Btrfs: fix inode cache writeoutChris Mason2015-04-241-3/+7
* | | | | | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-2749-914/+1150
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-04-23645-5202/+7692
| |\ \ \ \ \ \
| | * | | | | | xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever2015-03-315-46/+73
| | * | | | | | xprtrdma: Handle non-SEND completions via a calloutChuck Lever2015-03-313-10/+28
| | * | | | | | xprtrdma: Add "open" memreg opChuck Lever2015-03-315-46/+70
| | * | | | | | xprtrdma: Add "destroy MRs" memreg opChuck Lever2015-03-315-51/+40
| | * | | | | | xprtrdma: Add "reset MRs" memreg opChuck Lever2015-03-315-101/+83
| | * | | | | | xprtrdma: Add "init MRs" memreg opChuck Lever2015-03-315-101/+119
| | * | | | | | xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever2015-03-317-90/+84