1. eb8ca0f ASoC: samsung: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  2. 074b89b ASoC: samsung: i2s: Add clock provider for the I2S internal clocks by Sylwester Nawrocki · 10 years ago
  3. ce8bcdb ASoC: samsung: i2s: Protect more registers with a spinlock by Sylwester Nawrocki · 10 years ago
  4. f367053 ASoC: samsung: i2s: Add spinlock in place of local_irq_* calls by Sylwester Nawrocki · 10 years ago
  5. 872c26b ASoC: samsung: i2s: Remove an unneeded goto usage by Sylwester Nawrocki · 10 years ago
  6. dcd60fc ASoC: samsung: i2s: Add get_other_dai helper function by Sylwester Nawrocki · 10 years ago
  7. c92f1d0 ASoC: samsung: i2s: Move clk enable to the platform driver probe() by Sylwester Nawrocki · 10 years ago
  8. 0ec2ba8 ASoC: samsung: i2s: Move clk_get() to platform driver probe() by Sylwester Nawrocki · 10 years ago
  9. af1cf5c ASoC: samsung: i2s: Request memory region in driver probe() by Sylwester Nawrocki · 10 years ago
  10. 53f7faa ASoC: samsung: i2s: Add return value checks in probe() by Sylwester Nawrocki · 10 years ago
  11. 9cf2474 ASoC: samsung: i2s: samsung_i2s_get_driver_data() cleanup by Sylwester Nawrocki · 10 years ago
  12. fce091e ASoC: samsung: i2s: Remove unused gpios field from struct i2s by Sylwester Nawrocki · 10 years ago
  13. 20e471f Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  14. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  15. c52e569 Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/intel', 'asoc/fix/rt5645', 'asoc/fix/rt5677' and 'asoc/fix/samsung' into asoc-linus by Mark Brown · 10 years ago
  16. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  17. 641d334 sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  18. 7e5d870 ASoC: samsung: i2s: Add missing assignment of variant_regs by Sylwester Nawrocki · 10 years ago
  19. 3f02498 ASoC: samsung: Fix non-DT use of I2S controller by Mark Brown · 10 years ago
  20. ba56447 ASoC: samsung: Fix error handling for clock lookup by Mark Brown · 10 years ago
  21. b2de1d2 ASoC: samsung: ASoC: samsung: Fix IISMOD setting in i2s_set_sysclk() by Padmavathi Venna · 10 years ago
  22. a5a5687 ASoC: samsung: add support for exynos7 I2S controller by Padmavathi Venna · 10 years ago
  23. b075973 ASoC: Samsung: Add quirk for internal DMA by Padmavathi Venna · 10 years ago
  24. ac204d2 ASoC: samsung: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  25. 133c268 ASoC: samsung-i2s: Check secondary DAI exists before referencing by Charles Keepax · 10 years ago
  26. c1bd940 Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'asoc/topic/s6000', 'asoc/topic/samsung' and 'asoc/topic/sh-fsi' into asoc-next by Mark Brown · 10 years ago
  27. dd2380e ASoC: samsung: remove unused DMA data by Arnd Bergmann · 10 years ago
  28. b97c60a ASoC: samsung-i2s: Maintain CDCLK settings across i2s_{shutdown/startup} by Sylwester Nawrocki · 10 years ago
  29. d3d4e52 ASoC: samsung: Correct I2S DAI suspend/resume ops by Sylwester Nawrocki · 10 years ago
  30. 88ce146 ASoC: samsung: Use params_width() by Tushar Behera · 10 years ago
  31. a6aba53 ASoC: samsung: Handle errors when getting the op_clk clock by Sylwester Nawrocki · 10 years ago
  32. 55313bd ASoC: samsung: Use devm_snd_soc_register_platform by Tushar Behera · 10 years ago
  33. c86d50f ASoC: samsung: Allow setting OP_CLK of the IIS Multi Audio Interface by Sylwester Nawrocki · 10 years ago
  34. d66eac3 ASoC: samsung: Don't clear clock setting during i2s_startup by Tushar Behera · 10 years ago
  35. 71e5222 ASoC: samsung: Fix build on multiplatform by Sachin Kamat · 10 years ago
  36. 4c021cc ASoC: samsung: Remove dma.h inclusion by Sachin Kamat · 11 years ago
  37. 57e3378 ASoC: samsung: Add NULL check in i2s.c by Sachin Kamat · 11 years ago
  38. d37bdf7 ASoC: samsung: Use ASoC dmaengine code where possible by Mark Brown · 11 years ago
  39. 3688569 ASoC: samsung: Provide helper for DMA init by Mark Brown · 11 years ago
  40. d092232 Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next by Mark Brown · 11 years ago
  41. 29ca9c7 ASoC: samsung: fix return value check in i2s_alloc_dai() by Wei Yongjun · 11 years ago
  42. 1f7f8e0 Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next by Mark Brown · 11 years ago
  43. 511e303 ASoC: samsung: Initialise DMA data at device probe time by Mark Brown · 11 years ago
  44. d644a11 ASoC: samsung-i2s: Use devm_snd_soc_register_component() by Mark Brown · 11 years ago
  45. a0ff6ea ASoC: samsung: Allow mono in i2s driver by Charles Keepax · 11 years ago
  46. c41788c0 Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next by Mark Brown · 11 years ago
  47. 85ff3c2 ASoC: samsung: Rename DMA platform registration functions by Mark Brown · 11 years ago
  48. 4ca0c0d ASoC: Samsung: I2S: Modify the I2S driver to support I2S on Exynos5420 by Padmavathi Venna · 11 years ago
  49. 7da493e ASoC: Samsung: I2S: Add quirks as driver data in I2S by Padmavathi Venna · 11 years ago
  50. 2f6f0ff ASoC: samsung: Make secondary I2S DAI device a child of primary by Mark Brown · 11 years ago
  51. b60be4a ASoC: Samsung: I2S: Modify driver to give more flexibility by Padmavathi Venna · 11 years ago
  52. 7701001 ASoC: Samsung: Set RFS and BFS in slave mode by Padmavathi Venna · 11 years ago
  53. 0429ffe ASoC: samsung: Remove obsolete GPIO based DT pinmuxing by Mark Brown · 11 years ago
  54. df00b71 Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next by Mark Brown · 11 years ago
  55. 2af1955 ASoC: samsung: fix module_device_table by Arnd Bergmann · 11 years ago
  56. 89cab46 ASoC: core: Merge Samsung fixes to avoid trivial context conflict by Mark Brown · 11 years ago
  57. c6f9b1e ASoC: Samsung: set drvdata before adding secondary device by Prathyush K · 11 years ago
  58. a9b977e ASoC: Samsung: return error if drvdata is not set by Prathyush K · 11 years ago
  59. 4b82853 ASoC: switch over to use snd_soc_register_component() on samsung i2s by Kuninori Morimoto · 11 years ago
  60. 5b1d3c3 ASoC: Samsung: I2S: Add support for runtime S2R by R. Chandrasekar · 12 years ago
  61. 40476f6 ASoC: samsung: Add DT support for i2s by Padmavathi Venna · 12 years ago
  62. 2d77828 ASoC: Samsung: Add I2S S/W RST in startup function by Padmavathi Venna · 12 years ago
  63. 7c62eeb ASoC: samsung: Rename samsung i2s secondary device name by Padmavathi Venna · 12 years ago
  64. fdca21a ASoC: Samsung: remove __dev* attributes by Bill Pemberton · 12 years ago
  65. a08485d ASoC: Samsung: Do not register samsung audio dma device as pdev by Padmavathi Venna · 12 years ago
  66. 1974a04 ASoC: Samsung: Get I2S src_clk from clock alias id. by Padmavathi Venna · 12 years ago
  67. 98614cf ASoC: SAMSUNG: i2s: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  68. 436d42c ARM: samsung: move platform_data definitions by Arnd Bergmann · 12 years ago
  69. 588fb70 ASoC: Samsung: Added to support mono recording by Sangsu Park · 12 years ago
  70. df8ad33 ASoC: Samsung: Update email id of the author by Jaswinder Singh · 12 years ago
  71. c90887f ASoC: Samsung: Merge two identical if-else clauses by Jassi Brar · 12 years ago
  72. c5cf4db ASoC: Add trivial pm_runtime usage to Samsung DAI drivers by Mark Brown · 13 years ago
  73. b960ce7 ASoC: Convert Samsung I2S driver to devm_kzalloc() by Mark Brown · 13 years ago
  74. 9b8f569 ASoC: Fix __iomem annotation for IDMA registers by Mark Brown · 13 years ago
  75. e00c3f5 ASoC: Convert Samsung directory to module_platform_driver by Mark Brown · 13 years ago
  76. 85e7652 ASoC: Constify snd_soc_dai_ops structs by Lars-Peter Clausen · 13 years ago
  77. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  78. c4c5839 ASoC: samsung: Add __devexit_p at necessary places by Axel Lin · 13 years ago
  79. 61100f4 ASoC: SAMSUNG: Modify I2S driver to support idma by Sangbeom Kim · 13 years ago
  80. 172a453 ASoC: SAMSUNG: Move I2S common register definition by Sangbeom Kim · 13 years ago
  81. 3319550 ASoC: SAMSUNG: Fix the incorrect referencing of I2SCON register by Sangbeom Kim · 13 years ago
  82. 0378b6a ASoC: SAMSUNG: Clean-up header includes by Seungwhan Youn · 14 years ago
  83. 775bc97 ASoC: Samsung: I2S: Flush FIFO after stop by Jassi Brar · 14 years ago
  84. 6ce534a ASoC: Samsung: Set default rclk source rate by Jassi Brar · 14 years ago
  85. 5033f43 ASoC: Samsung: Rename from s3c24xx to samsung by Jassi Brar · 14 years ago[Renamed (99%) from sound/soc/s3c24xx/i2s.c]
  86. 1c7ac01 ASoC: Samsung: Add common I2S driver by Jassi Brar · 14 years ago