| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: samsung: i2s: Null pointer dereference on samsung_i2s_remove | Anton Vasilyev | 2017-08-15 | 1 | -5/+1 |
* | ASoC: samsung: i2s: Handle return value of clk_prepare_enable. | Arvind Yadav | 2017-07-26 | 1 | -4/+15 |
* | ASoC: samsung: i2s: Support more resolution rates | Jaechul Lee | 2017-07-17 | 1 | -7/+13 |
* | ASoC: samsung: Remove extra blank lines | Calin Cruceru | 2017-03-07 | 1 | -1/+0 |
*-. | Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5677', 'aso... | Mark Brown | 2017-02-19 | 1 | -109/+94 |
|\ \ |
|
| | * | ASoC: samsung: i2s: Provide I2S device for registered clocks | Marek Szyprowski | 2016-12-31 | 1 | -3/+3 |
| | * | ASoC: samsung: i2s: Let runtime PM operations to control op_clk too | Marek Szyprowski | 2016-12-31 | 1 | -0/+5 |
| | * | ASoC: samsung: i2s: Move saving and restoring regs to runtime pm operations | Marek Szyprowski | 2016-12-31 | 1 | -14/+12 |
| | * | ASoC: samsung: i2s: Ensure proper runtime PM state of I2S device | Marek Szyprowski | 2016-12-31 | 1 | -8/+46 |
| | * | ASoC: samsung: i2s: Remove virtual device for secondary DAI | Marek Szyprowski | 2016-12-31 | 1 | -76/+26 |
| | * | ASoC: samsung: Remove tests of member address | Krzysztof Kozlowski | 2016-12-15 | 1 | -8/+2 |
| |/ |
|
* / | ASoC: Revert "samsung: Remove unneeded initialization of chan_name" | Sylwester Nawrocki | 2017-01-23 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'fix/samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Mark Brown | 2016-10-28 | 1 | -9/+10 |
|\ |
|
| * | ASoC: samsung: get access to DMA engine early to defer probe properly | Marek Szyprowski | 2016-10-28 | 1 | -9/+10 |
* | | Merge branch 'topic/dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/g... | Mark Brown | 2016-10-25 | 1 | -3/+0 |
|\ \ |
|
| * | | ASoC: samsung: Remove unneeded initialization of chan_name | Sylwester Nawrocki | 2016-10-25 | 1 | -3/+0 |
| |/ |
|
* / | ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock call | Charles Keepax | 2016-10-24 | 1 | -2/+3 |
|/ |
|
* | ASoC: samsung: i2s: Add missing clk_disable_unprepare() on error in samsung_i... | Wei Yongjun | 2016-08-24 | 1 | -2/+6 |
* | ASoC: samsung: Drop usage of struct s3c_dma_params from i2s.c | Sylwester Nawrocki | 2016-08-08 | 1 | -24/+24 |
* | ASoC: samsung: Specify DMA channels through struct snd_dmaengine_pcm_config | Sylwester Nawrocki | 2016-07-21 | 1 | -2/+3 |
* | ASoC: samsung: Fix error paths in the I2S driver's probe() | Sylwester Nawrocki | 2016-07-21 | 1 | -5/+20 |
* | ASoC: samsung: Use of_device_get_match_data() helper | Sylwester Nawrocki | 2016-05-30 | 1 | -17/+7 |
* | ASoC: samsung: Remove definition of an unused data structure | Sylwester Nawrocki | 2016-05-30 | 1 | -4/+0 |
* | ASoC: samsung: Remove unused "samsung-i2sv4" platform_device_id entry | Sylwester Nawrocki | 2016-05-30 | 1 | -3/+0 |
* | ASoC: samsung: Use IRQ safe spin lock calls | Charles Keepax | 2016-02-19 | 1 | -9/+12 |
* | ASoC: samsung: pass filter function as pointer | Arnd Bergmann | 2015-11-21 | 1 | -3/+8 |
* | ASoC: samsung: pass DMA channels as pointers | Arnd Bergmann | 2015-11-18 | 1 | -21/+5 |
* | ASoC: samsung: Constify platform_device_id | Krzysztof Kozlowski | 2015-05-01 | 1 | -1/+1 |
* | ASoC: samsung: i2s: Add clock provider for the I2S internal clocks | Sylwester Nawrocki | 2015-01-14 | 1 | -20/+93 |
* | ASoC: samsung: i2s: Protect more registers with a spinlock | Sylwester Nawrocki | 2015-01-14 | 1 | -30/+51 |
* | ASoC: samsung: i2s: Add spinlock in place of local_irq_* calls | Sylwester Nawrocki | 2015-01-14 | 1 | -5/+13 |
* | ASoC: samsung: i2s: Remove an unneeded goto usage | Sylwester Nawrocki | 2015-01-14 | 1 | -9/+8 |
* | ASoC: samsung: i2s: Add get_other_dai helper function | Sylwester Nawrocki | 2015-01-14 | 1 | -9/+15 |
* | ASoC: samsung: i2s: Move clk enable to the platform driver probe() | Sylwester Nawrocki | 2015-01-14 | 1 | -14/+11 |
* | ASoC: samsung: i2s: Move clk_get() to platform driver probe() | Sylwester Nawrocki | 2015-01-14 | 1 | -12/+7 |
* | ASoC: samsung: i2s: Request memory region in driver probe() | Sylwester Nawrocki | 2015-01-14 | 1 | -38/+7 |
* | ASoC: samsung: i2s: Add return value checks in probe() | Sylwester Nawrocki | 2015-01-14 | 1 | -4/+8 |
* | ASoC: samsung: i2s: samsung_i2s_get_driver_data() cleanup | Sylwester Nawrocki | 2015-01-14 | 1 | -5/+4 |
* | ASoC: samsung: i2s: Remove unused gpios field from struct i2s | Sylwester Nawrocki | 2015-01-06 | 1 | -1/+0 |
* | Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-20 | 1 | -0/+2 |
|\ |
|
| *-. | Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/intel', 'asoc/fix/... | Mark Brown | 2014-12-16 | 1 | -70/+176 |
| |\ \ |
|
| | | * | ASoC: samsung: i2s: Add missing assignment of variant_regs | Sylwester Nawrocki | 2014-12-08 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-19 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-13 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | ASoC: samsung: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
| |/ |
|
* | | ASoC: samsung: Fix non-DT use of I2S controller | Mark Brown | 2014-12-08 | 1 | -1/+4 |
* | | ASoC: samsung: Fix error handling for clock lookup | Mark Brown | 2014-12-06 | 1 | -2/+8 |
* | | ASoC: samsung: ASoC: samsung: Fix IISMOD setting in i2s_set_sysclk() | Padmavathi Venna | 2014-11-21 | 1 | -2/+3 |
* | | ASoC: samsung: add support for exynos7 I2S controller | Padmavathi Venna | 2014-11-07 | 1 | -62/+156 |