1. 11db0da ASoC: sgtl5000: clean up sgtl5000_enable_regulators() by Shawn Guo · 11 years ago
  2. 252e91f ASoC: sgtl5000: read chip revision for once by Shawn Guo · 11 years ago
  3. d6abe0d Merge remote-tracking branch 'asoc/topic/sgtl5000' into asoc-next by Mark Brown · 11 years ago
  4. e06e4c2 ASoC: sgtl5000: fix codec clock source transition to avoid clockless moment by Oskar Schirmer · 11 years ago
  5. 65f2b22 ASoC: sgtl5000: fix buggy 'Capture Attenuate Switch' control by Lothar Waßmann · 11 years ago
  6. f091f3f ASoC: sgtl5000: prevent playback to be muted when terminating concurrent capture by Lothar Waßmann · 11 years ago
  7. 46a5905 ASoC: sgtl5000: defer the probe if clock is not found by Shawn Guo · 11 years ago
  8. cb23e85 ASoC: sglt5000: Provide the reg_stride field by Fabio Estevam · 11 years ago
  9. 016fcab ASoC: sglt5000: Fix the default value of CHIP_SSS_CTRL by Fabio Estevam · 11 years ago
  10. 7c647af ASoC: sgtl5000: Use i2c_get_clientdata() by Fabio Estevam · 11 years ago
  11. 9e13f34 ASoC: sgtl5000: Let the codec acquire its clock by Fabio Estevam · 11 years ago
  12. 2bdc1bb ASoC: sgtl5000: Make device cache only when powered off by Mark Brown · 11 years ago
  13. dd4d2d6 ASoC: sgtl5000: Fix VAG_POWER enabling/disabling order by Marek Vasut · 11 years ago
  14. af8ee11 ASoC: sgtl5000: Fix driver probe after reset by Fabio Estevam · 11 years ago
  15. b871f1a ASoC: sgtl5000: Read SGTL5000_CHIP_ID in i2c_probe() by Fabio Estevam · 11 years ago
  16. e5d80e8 ASoC: sgtl5000: Convert to use regmap directly by Fabio Estevam · 11 years ago
  17. b50684d ASoC: sgtl5000: Fix maximum value for microphone gain by Fabio Estevam · 12 years ago
  18. 7a79e94 ASoC: codecs: remove __dev* attributes by Bill Pemberton · 12 years ago
  19. eef69ac ASoC: sgtl5000: enable VAG_POWER for LINE_IN by Dong Aisheng · 12 years ago
  20. a07e8d4 ASoC: sgtl5000: remove unneeded snd_soc_dapm_new_widgets in probe by Dong Aisheng · 12 years ago
  21. 2e341ca Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  22. 178e43a Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regmap' and 'regulator/topic/register' into regulator-next by Mark Brown · 12 years ago
  23. d5efccd ASoC: Merge tag 'v3.4-rc3' into for-3.5 by Mark Brown · 12 years ago
  24. c172708 regulator: core: Use a struct to pass in regulator runtime configuration by Mark Brown · 12 years ago
  25. e6968a1 ASoC: codecs: Remove rtd->codec usage from CODEC drivers by Mark Brown · 12 years ago
  26. 67d4509 ASoC: sgtl5000: Convert to module_i2c_driver() by Mark Brown · 12 years ago
  27. cd041f6 ASoC: sgtl5000: Fix warning due to the lack of REGULATOR_CHANGE_VOLTAGE by Fabio Estevam · 12 years ago
  28. f0cdcf3 ASoC: sgtl5000: Enable VAG when DAC/ADC up by Zeng Zhaoming · 12 years ago
  29. 8fc8ec9 ASoC: sgtl5000: Convert mic bias to a supply widget by Mark Brown · 12 years ago
  30. 5e0ac52 ASoC: sgtl5000: It's sgtl5000 not sgtl500 by Mark Brown · 13 years ago
  31. 8998963 ASoC: sgtl5000: Convert to table based DAPM and control init by Fabio Estevam · 13 years ago
  32. f2c6e75 ASoC: sgtl5000: Print revision number in hex by Fabio Estevam · 13 years ago
  33. bb362e2 ASoC: sgtl5000: Fix wrong register name in restore by Zeng Zhaoming · 13 years ago
  34. 9278e63 Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  35. f7cb8a4 ASoC: sgtl5000: update author email address by Zeng Zhaoming · 13 years ago
  36. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  37. 269d430 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  38. 512fa7c ASoC: Convert sgtl5000 to use devm_kzalloc() by Fabio Estevam · 13 years ago
  39. cf1ee98 ASoC: sgtl5000: Fix voltage units in dev_err message by Fabio Estevam · 13 years ago
  40. 84b315e ASoC: Drop unused state parameter from CODEC suspend callback by Lars-Peter Clausen · 13 years ago
  41. 997c2ea ASoC: Remove unneeded platform_device.h inclusions from CODECs by Mark Brown · 13 years ago
  42. 2c043bc regulator: pass additional of_node to regulator_register() by Rajendra Nayak · 13 years ago
  43. 85e7652 ASoC: Constify snd_soc_dai_ops structs by Lars-Peter Clausen · 13 years ago
  44. 740fb9d ASoC: sgtl5000: fix DB_RANGE size by Clemens Ladisch · 13 years ago
  45. 33cb92c ASoC: sgtl5000: Fix wrong mask in some snd_soc_update_bits calls by Axel Lin · 13 years ago
  46. 064a4bc ASoC: Use SGTL5000_LINREG_VDDD_MASK instead of hardcoded mask value by Axel Lin · 13 years ago
  47. 5b13de7 ASoC: Set sgtl5000->ldo in ldo_regulator_register by Axel Lin · 13 years ago
  48. dc56c5a ASoC: sgtl5000: Fix setting mic bias resistor by Axel Lin · 13 years ago
  49. 4c54c6d ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids by Axel Lin · 13 years ago
  50. 18d4ed4 Merge branch 'for-3.1' into for-3.2 by Mark Brown · 13 years ago
  51. 151798f ASoC: sgtl5000: fix cache handling by Wolfram Sang · 13 years ago
  52. c56c5d0 ASoC: sgtl5000: add one missed cache reg by Dong Aisheng · 13 years ago
  53. 58e4942 ASoC: sgtl5000: add device tree probe support by Shawn Guo · 13 years ago
  54. 09bddc8 ASoC: sgtl5000: guide user when regulator support is needed by Wolfram Sang · 13 years ago
  55. e94a406 ASoC: sgtl5000: refactor registering internal ldo by Wolfram Sang · 13 years ago
  56. 333802e ASoC: Support !REGULATOR build for sgtl5000 by Mark Brown · 13 years ago
  57. 62f75aa ASoC: sgtl5000: use after free in ldo_regulator_register() by Dan Carpenter · 13 years ago
  58. 61a142b ASoC: Staticise non-exported symbols in SGTL5000 by Mark Brown · 13 years ago
  59. 5f83df9 ASoC: remove unnecessary header including in SGTL5000 codec driver by Zeng Zhaoming · 13 years ago
  60. 9b34e6c ASoC: Add Freescale SGTL5000 codec support by Zeng Zhaoming · 13 years ago