Skip to content
Snippets Groups Projects
  1. Sep 18, 2019
    • Daniel Baluta's avatar
      ASoC: fsl_sai: Set SAI Channel Mode to Output Mode · 1c21a978
      Daniel Baluta authored
      
      From SAI datasheet:
      
      CHMOD, configures if transmit data pins are configured for TDM mode
      or Output mode.
      	* (0) TDM mode, transmit data pins are tri-stated when slots are
      	masked or channels are disabled.
      	* (1) Output mode, transmit data pins are never tri-stated and
      	will output zero when slots are masked or channels are disabled.
      
      When data pins are tri-stated, there is noise on some channels
      when FS clock value is high and data is read while fsclk is
      transitioning from high to low.
      
      Fix this by setting CHMOD to Output Mode so that pins will output zero
      when slots are masked or channels are disabled.
      
      Cc: NXP Linux Team <linux-imx@nxp.com>
      Signed-off-by: default avatarCosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
      Signed-off-by: default avatarDaniel Baluta <daniel.baluta@nxp.com>
      1c21a978
    • Marco Felsch's avatar
      iio: light: add missing vcnl4040 of_compatible · 92b7616f
      Marco Felsch authored
      
      Commit 5a441aad ("iio: light: vcnl4000 add support for the VCNL4040
      proximity and light sensor") added the support for the vcnl4040 but
      forgot to add the of_compatible. Fix this by adding it now.
      
      Signed-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
      92b7616f
    • Marco Felsch's avatar
      iio: light: fix vcnl4000 devicetree hooks · b7d0b526
      Marco Felsch authored
      
      Since commit ebd457d5 ("iio: light: vcnl4000 add devicetree hooks")
      the of_match_table is supported but the data shouldn't be a string.
      Instead it shall be one of 'enum vcnl4000_device_ids'. Also the matching
      logic for the vcnl4020 was wrong. Since the data retrieve mechanism is
      still based on the i2c_device_id no failures did appeared till now.
      
      Fixes: ebd457d5 ("iio: light: vcnl4000 add devicetree hooks")
      Signed-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
      b7d0b526
  2. Sep 17, 2019
  3. Sep 16, 2019
  4. Sep 10, 2019
  5. Jul 14, 2019
  6. Jul 11, 2019
  7. Jul 09, 2019
Loading