summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: Skylake: Add DSP module init and binding routinesJeeja KP2015-08-072-0/+192
* ASoC: Intel: Skylake: Add helpers for SRC and converter modulesHardik T Shah2015-08-072-4/+76
* ASoC: Intel: Skylake: Add helpers for DSP module configurationJeeja KP2015-08-073-0/+725
* ASoC: Intel: Skylake: Use acpi header for NHLT headerJeeja KP2015-08-072-13/+2
* ASoC: Intel: Skylake: Fix the NHLT rate sizeJeeja KP2015-08-071-1/+1
* ASoC: intel: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-071-2/+1
* ASoC: Intel: Skylake: Add dsp and ipc init helpersJeeja KP2015-07-233-1/+140
* ASoC: Intel: Skylake: Add NHLT support to get BE configJeeja KP2015-07-234-1/+265
* ASoC: Intel: Skylake: Print error code in IPC for SKLOmair M Abdullah2015-07-161-0/+6
* ASoC: Intel: Skylake: Add SKL DSP initializationSubhransu S. Prusty2015-07-164-1/+295
* ASoC: Intel: Skylake: Process code loader DMA interruptSubhransu S. Prusty2015-07-162-0/+8
* ASoC: Intel: Skylake: Add code loader DMA APIsVinod Koul2015-07-164-1/+143
* ASoC: Intel: Skylake: add code loader DMA operationsVinod Koul2015-07-162-0/+254
* ASoC: Intel: Skylake: Add code loader DMA registersVinod Koul2015-07-161-0/+191
* ASoC: Intel: Skylake: Add dsp loader opsSubhransu S. Prusty2015-07-161-0/+9
* ASoC: Intel: Add DSP init and boot up functionality for SKLSubhransu S. Prusty2015-07-094-1/+399
* ASoC: Intel: Add Skylake IPC librarySubhransu S. Prusty2015-07-095-0/+895
* ASoC: Intel: Add helper to update register bits with attr RWCSubhransu S. Prusty2015-07-092-0/+32
* ASoC: Intel: Add helper to poll register for DSP statusSubhransu S. Prusty2015-07-092-0/+45
* ASoC: Intel: Add support for decoupled mode in skl driverJeeja KP2015-07-092-8/+349
* ASoC: Intel: Add makefile support for SKL driverJeeja KP2015-07-093-0/+8
* ASoC: Intel: Add Skylake HDA audio driverJeeja KP2015-07-091-0/+525
* ASoC: Intel: Add Skylake HDA platform driverJeeja KP2015-07-092-0/+657
* ASoC: Intel: Reorganize the common dsp structureSubhransu S. Prusty2015-07-081-4/+8
* ASoC: Intel: Define SKL ADSP IPC and general purpose registersSubhransu S. Prusty2015-07-081-0/+62
* ASoC: intel - atom: fix sst_platform_compr_ops declarationVinod Koul2015-07-082-1/+1
* ASoC: intel - atom: statify sst_slot_enum_infoVinod Koul2015-07-081-1/+1
* ASoC: intel - kconfig: remove SND_SOC_INTEL_SST promptVinod Koul2015-07-081-10/+9
* ASoC: intel: kconfig - Move DW_DMAC_CORE dependency to machinesVinod Koul2015-07-081-1/+4
* ASoC: Intel: use CONFIG_SND_SOC for intel boardsVinod Koul2015-07-081-1/+1
* Linux 4.2-rc1v4.2-rc1Linus Torvalds2015-07-051-2/+2
* Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-057-45/+1004
|\
| * intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-305-0/+864
| * tc1100-wmi: Delete an unnecessary check before the function call "kfree"Markus Elfring2015-06-271-1/+1
| * dell-laptop: Fix allocating & freeing SMI buffer pagePali Rohár2015-06-251-5/+3
| * dell-laptop: Show info about WiGig and UWB in debugfsPali Rohár2015-06-221-0/+17
| * dell-laptop: Update information about wireless controlPali Rohár2015-06-221-39/+119
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-0599-553/+784
|\ \
| * | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
| * | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2
| * | dax: bdev_direct_access() may sleepMatthew Wilcox2015-07-041-0/+6
| * | block: Add support for DAX reads/writes to block devicesMatthew Wilcox2015-07-042-2/+8
| * | dax: Use copy_from_iter_nocacheMatthew Wilcox2015-07-041-1/+1
| * | dax: Add block size note to documentationMatthew Wilcox2015-07-041-2/+4
| * | fs/file.c: __fget() and dup2() atomicity rulesEric Dumazet2015-07-011-2/+8
| * | fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2015-07-013-19/+55
| * | fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Wang YanQing2015-07-011-1/+1
| * | vfs: avoid creation of inode number 0 in get_next_inoCarlos Maiolino2015-07-011-1/+5
| * | namei: make set_root_rcu() return voidAl Viro2015-06-291-3/+3