summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: samsung: Add machine driver for Exynos5433 based TM2 boardSylwester Nawrocki2016-12-013-0/+563
* ASoC: samsung: Add DT bindings documentation for TM2 sound subsystemSylwester Nawrocki2016-12-011-0/+38
* ASoC: samsung: Enable COMPILE_TEST for SmartQ and WM8580Krzysztof Kozlowski2016-11-221-2/+3
* ASoC: samsung: Enable COMPILE_TEST for entire Samsung ASocKrzysztof Kozlowski2016-11-221-1/+2
* ASoC: samsung: smdk_wm8580: Remove old platforms and drop mach-types usageKrzysztof Kozlowski2016-11-221-27/+3
* ASoC: samsung: Remove non-existing MACH dependenciesKrzysztof Kozlowski2016-11-221-1/+1
* ASoC: samsung: Remove unselectable smdk_wm8580pcmLars-Peter Clausen2016-11-113-186/+0
* ASoC: samsung: Makefile cleanupValentin Rothberg2016-11-111-3/+0
* ASoC: samsung: s3c24xx-i2s.c merge fixupSylwester Nawrocki2016-11-021-4/+3
* ASoC: samsung: Drop AC97 driversSylwester Nawrocki2016-11-027-785/+0
* ASoC: samsung: s2c24xx-i2s: remove redundant error messageSylwester Nawrocki2016-11-021-5/+1
* ASoC: samsung: pcm: Conversion to use devm_ioremap_resource()Sylwester Nawrocki2016-11-021-44/+16
* Merge branch 'fix/samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2016-10-286-43/+46
|\
| * ASoC: samsung: get access to DMA engine early to defer probe properlyMarek Szyprowski2016-10-286-45/+47
* | ASoC: samsung: s3c24xx-i2s: Debug/error trace cleanupSylwester Nawrocki2016-10-251-26/+4
* | ASoC: samsung: s3c24xx-i2s: Don't use platform_data for DMA parametersSylwester Nawrocki2016-10-251-13/+2
* | Merge branch 'topic/dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2016-10-256-31/+3
|\ \
| * | ASoC: Drop SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flagSylwester Nawrocki2016-10-252-18/+1
| * | ASoC: samsung: Remove unneeded initialization of chan_nameSylwester Nawrocki2016-10-254-13/+2
| |/
* | ASoC: s3c24xx_uda134x: Move global variables to driver's data structureSylwester Nawrocki2016-10-251-36/+43
* | ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock callCharles Keepax2016-10-241-2/+3
|/
* Linux 4.9-rc1v4.9-rc1Linus Torvalds2016-10-151-2/+2
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244
|\
| * befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3
| * befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3
| * befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7
| * befs: dump inode_size superblock informationLuis de Bethencourt2016-10-081-0/+1
| * befs: remove unnecessary initializationSalah Triki2016-10-081-1/+1
| * befs: fix typo in befs_sb_infoSalah Triki2016-10-081-1/+1
| * befs: add flags field to validate superblock stateSalah Triki2016-10-082-1/+6
| * befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-081-1/+1
| * befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-082-19/+16
| * fs: befs: remove ret variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
| * fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove useless initialization to zeroSalah Triki2016-10-081-1/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-2/+0
| * fs: befs: Insert NULL inode to dentrySalah Triki2016-10-081-0/+1
| * fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-081-2/+0
| * fs: befs: Coding style fixSalah Triki2016-10-081-3/+3
| * fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki2016-10-081-8/+0
| * befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt2016-10-081-2/+2
| * befs: in memory free_node_ptr and max_size never readLuis de Bethencourt2016-10-081-2/+0
| * befs: make consistent use of befs_error()Luis de Bethencourt2016-10-083-4/+9
| * befs: use simpler while loopLuis de Bethencourt2016-10-081-36/+38
| * befs: remove constant variableLuis de Bethencourt2016-10-081-5/+2