1. 12 Jun, 2013 1 commit
  2. 05 Jun, 2013 1 commit
  3. 21 May, 2013 1 commit
  4. 01 Apr, 2013 1 commit
  5. 08 Mar, 2013 2 commits
  6. 14 Feb, 2013 1 commit
  7. 07 Feb, 2013 3 commits
  8. 19 Jan, 2013 1 commit
    • Joe Millenbach's avatar
      tty: Added a CONFIG_TTY option to allow removal of TTY · 4f73bc4d
      Joe Millenbach authored
      The option allows you to remove TTY and compile without errors. This
      saves space on systems that won't support TTY interfaces anyway.
      bloat-o-meter output is below.
      
      The bulk of this patch consists of Kconfig changes adding "depends on
      TTY" to various serial devices and similar drivers that require the TTY
      layer.  Ideally, these dependencies would occur on a common intermediate
      symbol such as SERIO, but most drivers "select SERIO" rather than
      "depends on SERIO", and "select" does not respect dependencies.
      
      bloat-o-meter output comparing our previous minimal to new minimal by
      removing TTY.  The list is filtered to not show removed entries with awk
      '$3 != "-"' as the list was very long.
      
      add/remove: 0/226 grow/shrink: 2/14 up/down: 6/-35356 (-35350)
      function                                     old     new   delta
      chr_dev_init                                 166     170      +4
      allow_signal                                  80      82      +2
      static.__war...
      4f73bc4d
  9. 21 Nov, 2012 1 commit
  10. 28 Oct, 2012 2 commits
  11. 27 Oct, 2012 1 commit
  12. 15 Oct, 2012 1 commit
  13. 28 Sep, 2012 1 commit
  14. 23 Aug, 2012 1 commit
  15. 11 Jul, 2012 1 commit
  16. 04 Jul, 2012 1 commit
  17. 23 Jun, 2012 2 commits
  18. 11 Jun, 2012 2 commits
  19. 05 Jun, 2012 1 commit
    • M R Swami Reddy's avatar
      ASoC: Support TI Isabelle Audio driver · 2f989f7e
      M R Swami Reddy authored
      
      ASoC: Support TI Isabelle Audio driver
      
      The Isabelle Audio IC is a complete low power high fidelity CODEC with integrated
      ADCs, DACs, decimation and interpolation filters, PLL, and power providers. This
      device supports 2 analog and 2 digital microphone channels, a mono earpiece driver,
      stereo class G headphone drivers with ultra low power and best SNR in the industry,
      stereo Class D speaker drivers, and 2 high performance Line drivers.
      
      The below patch is a basic driver code for TI Isabelle audio codec. The
      functionalities like headset detection, etc., will be included incrementally
      in the up-coming patches.
      Signed-off-by: default avatarVishwas A Deshpande <vishwas.a.deshpande@ti.com>
      Signed-off-by: default avatarM R Swami Reddy <mr.swami.reddy@ti.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      2f989f7e
  20. 18 May, 2012 2 commits
  21. 30 Apr, 2012 1 commit
  22. 16 Apr, 2012 1 commit
  23. 01 Apr, 2012 2 commits
  24. 30 Jan, 2012 1 commit
  25. 26 Jan, 2012 1 commit
  26. 06 Dec, 2011 1 commit
  27. 03 Dec, 2011 2 commits
  28. 29 Nov, 2011 1 commit
  29. 17 Nov, 2011 1 commit
  30. 10 Nov, 2011 1 commit
  31. 11 Oct, 2011 1 commit