1. 14 Dec, 2015 2 commits
    • Vladimir Zapolskiy's avatar
      iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock · 99138095
      Vladimir Zapolskiy authored
      commit 01bb70ae upstream.
      
      If common clock framework is configured, the driver generates a warning,
      which is fixed by this change:
      
          root@devkit3250:~# cat /sys/bus/iio/devices/iio\:device0/in_voltage0_raw
          ------------[ cut here ]------------
          WARNING: CPU: 0 PID: 724 at drivers/clk/clk.c:727 clk_core_enable+0x2c/0xa4()
          Modules linked in: sc16is7xx snd_soc_uda1380
          CPU: 0 PID: 724 Comm: cat Not tainted 4.3.0-rc2+ #198
          Hardware name: LPC32XX SoC (Flattened Device Tree)
          Backtrace:
          [<>] (dump_backtrace) from [<>] (show_stack+0x18/0x1c)
          [<>] (show_stack) from [<>] (dump_stack+0x20/0x28)
          [<>] (dump_stack) from [<>] (warn_slowpath_common+0x90/0xb8)
          [<>] (warn_slowpath_common) from [<>] (warn_slowpath_null+0x24/0x2c)
          [<>] (warn_slowpath_null) from [<>] (clk_core_enable+0x2c/0xa4)
          [<>] (clk_core_enable) from [<>] (clk_enable+0x24/0x38)
          [<>] (clk_enable) from [<>] (lpc32xx_read_raw+0x38/0x80)
          [<>] (lpc32xx_read_raw) from [<>] (iio_read_channel_info+0x70/0x94)
          [<>] (iio_read_channel_info) from [<>] (dev_attr_show+0x28/0x4c)
          [<>] (dev_attr_show) from [<>] (sysfs_kf_seq_show+0x8c/0xf0)
          [<>] (sysfs_kf_seq_show) from [<>] (kernfs_seq_show+0x2c/0x30)
          [<>] (kernfs_seq_show) from [<>] (seq_read+0x1c8/0x440)
          [<>] (seq_read) from [<>] (kernfs_fop_read+0x38/0x170)
          [<>] (kernfs_fop_read) from [<>] (do_readv_writev+0x16c/0x238)
          [<>] (do_readv_writev) from [<>] (vfs_readv+0x50/0x58)
          [<>] (vfs_readv) from [<>] (default_file_splice_read+0x1a4/0x308)
          [<>] (default_file_splice_read) from [<>] (do_splice_to+0x78/0x84)
          [<>] (do_splice_to) from [<>] (splice_direct_to_actor+0xc8/0x1cc)
          [<>] (splice_direct_to_actor) from [<>] (do_splice_direct+0xa0/0xb8)
          [<>] (do_splice_direct) from [<>] (do_sendfile+0x1a8/0x30c)
          [<>] (do_sendfile) from [<>] (SyS_sendfile64+0x104/0x10c)
          [<>] (SyS_sendfile64) from [<>] (ret_fast_syscall+0x0/0x38)
      Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
      99138095
    • Bhuvanchandra DV's avatar
      vf610_adc: Fix internal temperature calculation · b2864829
      Bhuvanchandra DV authored
      commit 6219f432 upstream.
      
      Calculate ADCR_VTEMP25 using VTEMP25 at VREFH_ADC 3V3. Existing
      calculations consider the typical values provided in datasheet.
      Those typical values are valid for VREFH_ADC at 3.0V. VTEMP25
      is different for different VREFH_ADC voltages. With VREFH_ADC
      at 3.3V, voltage at 25°C is 0.699V. Hence update the VTEMP25
      to 0.699V which gives ADCR@Temp25 as 867.
      
      Formula for finding ADCR@Temp25:
      ADCR@Temp25 = (ADCR@Vdd * V@TEMP25 * 10) / VDDconv
      
      ADCR@Vdd for 12-Bit ADC = 4095
      VDDconv = VREFH_ADC * 10
      
      VREFH_ADC@3.3V
      ADCR@Temp25 = (4095 * .699 * 10) / 33
      ADCR@Temp25 ~= 867
      
      | VREFH_ADC | V@TEMP25 | VDDconv | ADCR@Temp25 |
      |   3.0V    | 0.696mV  |    30   |     950     |
      |   3.3V    | 0.699mV  |    33   |     867     |
      Signed-off-by: default avatarBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
      Acked-by: default avatarFugang Duan <B38611@freescale.com>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
      b2864829
  2. 07 Dec, 2015 1 commit
  3. 04 Dec, 2015 2 commits
  4. 02 Dec, 2015 1 commit
  5. 01 Dec, 2015 1 commit
  6. 30 Nov, 2015 33 commits