1. 80bf737 sound: tegra: Add a sound driver by Simon Glass · Mon Apr 01 13:38:41 2019 -0700
  2. 6d823d0 tegra: sound: Add an I2S driver by Simon Glass · Mon Apr 01 13:38:40 2019 -0700
  3. cb51a7d tegra: sound: Add an audio hub driver by Simon Glass · Mon Apr 01 13:38:39 2019 -0700
  4. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · Thu Mar 28 11:01:23 2019 +0800
  5. 7e111d4 x86: Add sound support for samus by Simon Glass · Sat Feb 16 20:25:07 2019 -0700
  6. 5b6e44e x86: sound: Add sound support for samus (broadwell) by Simon Glass · Sat Feb 16 20:25:06 2019 -0700
  7. 12b3b58 sound: Add a driver for RealTek RT5677 by Simon Glass · Sat Feb 16 20:25:05 2019 -0700
  8. ba4b87a x86: sound: Add support for broadwell I2S by Simon Glass · Sat Feb 16 20:25:04 2019 -0700
  9. 950cc82 sound: Add a driver for the i8254 beep by Simon Glass · Sat Feb 16 20:24:59 2019 -0700
  10. e7ceeef sound: x86: link: Add sound support by Simon Glass · Sat Feb 16 20:24:57 2019 -0700
  11. 4d5814c sandbox: sound: Silence sound for testing by Simon Glass · Sat Feb 16 20:24:56 2019 -0700
  12. b67c18d sound: Add support for Intel HDA by Simon Glass · Sat Feb 16 20:24:55 2019 -0700
  13. ecd02e7 sound: Add uclass operations for beeping by Simon Glass · Sat Feb 16 20:24:54 2019 -0700
  14. 7dfe527 sound: Mark sound_setup() as optional by Simon Glass · Sat Feb 16 20:24:53 2019 -0700
  15. d789d08 sound: Allow audio codecs to be used by other SoCs by Simon Glass · Thu Dec 27 13:24:39 2018 -0700
  16. c3bc6b3 sound: samsung: Fix 'regiter' typo by Simon Glass · Thu Dec 27 13:24:37 2018 -0700
  17. 355ec12 sound: Add a driver for max98088 by Simon Glass · Fri Jan 11 18:37:09 2019 -0700
  18. f65a7d4 rockchip: Add a sound driver by Simon Glass · Thu Dec 27 20:15:22 2018 -0700
  19. 63a65b4 rockchip: Add an I2S driver by Simon Glass · Thu Dec 27 20:15:21 2018 -0700
  20. 51aa860 dm: sound: Use the correct number of channels for sound by Simon Glass · Mon Dec 10 10:37:51 2018 -0700
  21. 658a874 dm: sandbox: Allow selection of sample rate and channels by Simon Glass · Mon Dec 10 10:37:50 2018 -0700
  22. ad2a5e3 dm: sound: max98095: Tidy up error codes by Simon Glass · Mon Dec 10 10:37:49 2018 -0700
  23. c301445 dm: sound: Fix license headers by Simon Glass · Mon Dec 10 10:37:48 2018 -0700
  24. ab6dbe6 dm: sound: Complete migration to driver model by Simon Glass · Mon Dec 10 10:37:47 2018 -0700
  25. 38d0bb3 dm: exynos: sound: Convert to use driver model by Simon Glass · Mon Dec 10 10:37:44 2018 -0700
  26. 803f6b5 dm: sound: exynos: Add support for max98090 by Simon Glass · Mon Dec 10 10:37:43 2018 -0700
  27. 504a790 dm: sound: Move common code out of maxim98095 by Simon Glass · Mon Dec 10 10:37:42 2018 -0700
  28. 4070ba6 dm: sound: Add conversion to driver model by Simon Glass · Mon Dec 10 10:37:39 2018 -0700
  29. 927a371 dm: sound: Start i2c IDs from 0 by Simon Glass · Mon Dec 10 10:37:38 2018 -0700
  30. 76072ac dm: sound: Create a uclass for sound by Simon Glass · Mon Dec 10 10:37:36 2018 -0700
  31. c953aaf dm: sound: Create a uclass for i2s by Simon Glass · Mon Dec 10 10:37:34 2018 -0700
  32. ed96cde dm: sound: Create a uclass for audio codecs by Simon Glass · Mon Dec 10 10:37:33 2018 -0700
  33. aaa650c dm: sound: Rename samsung_i2s_priv to i2s_uc_priv by Simon Glass · Mon Dec 10 10:37:32 2018 -0700
  34. 799b29b dm: sound: Create an option to use driver model for sound by Simon Glass · Mon Dec 10 10:37:31 2018 -0700
  35. 15a94be dm: sound: exynos: Correct codec bus addresses by Simon Glass · Mon Dec 10 10:37:30 2018 -0700
  36. f222236 dm: sound: Fix up header ordering by Simon Glass · Mon Dec 03 04:37:34 2018 -0700
  37. 21f2a48 dm: sound: wm8994: Drop wm8994_i2c_init() by Simon Glass · Mon Dec 03 04:37:33 2018 -0700
  38. 860b11c dm: sound: max98095: Drop g_codec_info and g_max98095_info by Simon Glass · Mon Dec 03 04:37:32 2018 -0700
  39. 2947db1 dm: sound: wm8994: Drop g_codec_info and g_wm8994_info by Simon Glass · Mon Dec 03 04:37:31 2018 -0700
  40. 77c0434 dm: sound: max98095: Drop global i2c-address variable by Simon Glass · Mon Dec 03 04:37:30 2018 -0700
  41. 49471d8 dm: sound: wm8994: Drop global i2c-address variable by Simon Glass · Mon Dec 03 04:37:29 2018 -0700
  42. e1458f6 dm: sound: max98095: Split out interface setup code by Simon Glass · Mon Dec 03 04:37:28 2018 -0700
  43. 378b23a dm: sound: wm899c: Split out interface setup code by Simon Glass · Mon Dec 03 04:37:27 2018 -0700
  44. 998f4d8 dm: sound: wm8994: Create a new common init function by Simon Glass · Mon Dec 03 04:37:26 2018 -0700
  45. fd7d697 dm: sound: max98095: Pass private data to internal functions by Simon Glass · Mon Dec 03 04:37:25 2018 -0700
  46. e9be4cf dm: sound: wm8994: Pass private data to internal functions by Simon Glass · Mon Dec 03 04:37:24 2018 -0700
  47. 1073d2e dm: sound: Drop codec_type by Simon Glass · Mon Dec 03 04:37:23 2018 -0700
  48. 302eea4 dm: sound: samsung: Rename i2stx_info to samsung_i2s_priv by Simon Glass · Mon Dec 03 04:37:22 2018 -0700
  49. 6e5faf0 dm: sound: Drop unused pre-device-tree code by Simon Glass · Mon Dec 03 04:37:21 2018 -0700
  50. 3f1bd87 dm: sound: samsung: Make local function static by Simon Glass · Mon Dec 03 04:37:19 2018 -0700
  51. ddad032 sound: Add sample rate as a parameter for square wave by Simon Glass · Thu Nov 15 19:56:13 2018 -0700
  52. ffefc8d sound: Correct data output in sound_create_square_wave() by Simon Glass · Thu Nov 15 19:56:12 2018 -0700
  53. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  54. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  55. 1d9af1f dm: gpio: Add live tree support by Simon Glass · Tue May 30 21:47:09 2017 -0600
  56. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  57. cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · Sun Jul 26 02:46:26 2015 +0900
  58. 9c2d7af sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig by Simon Glass · Fri Mar 06 13:19:14 2015 -0700
  59. bb3315f sandbox: exynos: Move CONFIG_SOUND_WM8994 to Kconfig by Simon Glass · Fri Mar 06 13:19:13 2015 -0700
  60. 015b4a5 sandbox: exynos: Move CONFIG_SOUND_MAX98095 to Kconfig by Simon Glass · Fri Mar 06 13:19:12 2015 -0700
  61. 67402f0 sandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig by Simon Glass · Fri Mar 06 13:19:11 2015 -0700
  62. c62d28e sandbox: exynos: Move CONFIG_I2S to Kconfig by Simon Glass · Fri Mar 06 13:19:10 2015 -0700
  63. 3f111d4 sandbox: exynos: Move CONFIG_SOUND to Kconfig by Simon Glass · Fri Mar 06 13:19:08 2015 -0700
  64. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  65. c5b2a00 build: define CPU only when arch/${ARCH}/cpu/${CPU} exists by Masahiro Yamada · Tue Jun 24 22:10:52 2014 +0900
  66. 59c021e sound: Move Samsung-specific code into its own file by Simon Glass · Thu Feb 27 13:26:20 2014 -0700
  67. 279fc16 sandbox: Add a simple sound driver by Simon Glass · Thu Feb 27 13:26:18 2014 -0700
  68. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:57 2013 +0900
  69. 6e19490 Sound: MAX98095: Support I2S0 channel by Dani Krishna Mohan · Wed Sep 11 16:38:50 2013 +0530
  70. 1cc114a Sound: I2S: Replacing I2S1 with I2S0 channel. by Dani Krishna Mohan · Wed Sep 11 16:38:49 2013 +0530
  71. 65c7ee6 ARM: Added I2S0 clocks for audio by Dani Krishna Mohan · Wed Sep 11 16:38:48 2013 +0530
  72. 962e08c Sound: WM8994: Support I2S0 channel by Dani Krishna Mohan · Wed Sep 11 16:38:46 2013 +0530
  73. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  74. 1bf5825 Sound: Support for MAX98095 codec in driver by Rajeshwari Shinde · Thu Feb 14 19:46:13 2013 +0000
  75. cd93e9b Sound: MAX98095: Add the driver for codec by Rajeshwari Shinde · Thu Feb 14 19:46:12 2013 +0000
  76. d5d9a6e Sound: WM8994: Add FDT support to codec by Rajeshwari Shinde · Wed Dec 26 20:03:18 2012 +0000
  77. 7376621 Sound: Add FDT support to driver by Rajeshwari Shinde · Wed Dec 26 20:03:17 2012 +0000
  78. bd3841f SOUND: Add WM8994 codec by Rajeshwari Shinde · Thu Oct 25 19:49:23 2012 +0000
  79. 836a66c SOUND: SAMSUNG: Add I2S driver by Rajeshwari Shinde · Thu Oct 25 19:49:22 2012 +0000