1. 02 10月, 2018 1 次提交
    • P
      x86/cpu: Sanitize FAM6_ATOM naming · f2c4db1b
      Peter Zijlstra 提交于
      Going primarily by:
      
        https://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors
      
      with additional information gleaned from other related pages; notably:
      
       - Bonnell shrink was called Saltwell
       - Moorefield is the Merriefield refresh which makes it Airmont
      
      The general naming scheme is: FAM6_ATOM_UARCH_SOCTYPE
      
        for i in `git grep -l FAM6_ATOM` ; do
      	sed -i  -e 's/ATOM_PINEVIEW/ATOM_BONNELL/g'		\
      		-e 's/ATOM_LINCROFT/ATOM_BONNELL_MID/'		\
      		-e 's/ATOM_PENWELL/ATOM_SALTWELL_MID/g'		\
      		-e 's/ATOM_CLOVERVIEW/ATOM_SALTWELL_TABLET/g'	\
      		-e 's/ATOM_CEDARVIEW/ATOM_SALTWELL/g'		\
      		-e 's/ATOM_SILVERMONT1/ATOM_SILVERMONT/g'	\
      		-e 's/ATOM_SILVERMONT2/ATOM_SILVERMONT_X/g'	\
      		-e 's/ATOM_MERRIFIELD/ATOM_SILVERMONT_MID/g'	\
      		-e 's/ATOM_MOOREFIELD/ATOM_AIRMONT_MID/g'	\
      		-e 's/ATOM_DENVERTON/ATOM_GOLDMONT_X/g'		\
      		-e 's/ATOM_GEMINI_LAKE/ATOM_GOLDMONT_PLUS/g' ${i}
        done
      Signed-off-by: NPeter Zijlstra (Intel) <peterz@infradead.org>
      Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
      Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
      Cc: Jiri Olsa <jolsa@redhat.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Stephane Eranian <eranian@google.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Vince Weaver <vincent.weaver@maine.edu>
      Cc: dave.hansen@linux.intel.com
      Cc: len.brown@intel.com
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      f2c4db1b
  2. 21 9月, 2018 1 次提交
  3. 19 7月, 2018 5 次提交
  4. 11 7月, 2018 5 次提交
  5. 27 6月, 2018 9 次提交
  6. 31 5月, 2018 1 次提交
    • H
      ASoC: Intel: bytcr_rt5651: Set card long_name based on quirks · 64484cce
      Hans de Goede 提交于
      Many X86 devices using a BYT SoC + RT5651 codec are cheap devices with
      generic DMI strings, causing snd_soc_set_dmi_name() to fail to set a
      long_name, making it impossible for userspace to have a correct UCM
      profile which knowns which input is connected to the internal mic,
      which input is connected to the hsmic (for correct jack-based switching)
      and which inputs are unused.
      
      Our quirks already specify which inputs the internal and headset mic
      are connected to.
      
      This commit sets a long_name based on the quirks so that userspace can
      have UCM profiles doing the right thing based on the long_name.
      
      Note that if we ever encounter the need for a special UCM profile for
      some device we can add a quirk to set a specific long_name for the
      device,
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      64484cce
  7. 03 5月, 2018 1 次提交
  8. 21 4月, 2018 1 次提交
  9. 28 3月, 2018 1 次提交
  10. 07 3月, 2018 13 次提交
  11. 02 3月, 2018 1 次提交
  12. 12 2月, 2018 1 次提交