1. 07 8月, 2014 5 次提交
  2. 02 8月, 2014 1 次提交
  3. 28 7月, 2014 1 次提交
  4. 27 7月, 2014 2 次提交
  5. 24 7月, 2014 2 次提交
  6. 21 7月, 2014 1 次提交
  7. 20 7月, 2014 6 次提交
  8. 14 7月, 2014 10 次提交
  9. 13 7月, 2014 1 次提交
  10. 12 7月, 2014 2 次提交
    • S
      iio: core : events ABI for specifying period · 77a533c7
      Srinivas Pandruvada 提交于
      The iio sysfs ABI defines a way to specify period for roc and thresholds.
      What:		/sys/.../events/in_accel_x_thresh_rising_period
      What:		/sys/.../events/in_accel_x_thresh_falling_period
      what:		/sys/.../events/in_accel_x_roc_rising_period
      What:		/sys/.../events/in_accel_x_roc_falling_period
      
      But there is no way to add period with the current event info enum.
      
      Added IIO_EV_INFO_PERIOD and corresponding string.
      Signed-off-by: NSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      77a533c7
    • L
      iio: st_sensors: add devicetree probing support · 2d7768a8
      Linus Walleij 提交于
      The I2C devices that make up the STMicroelectronics MEMS sensors
      may be sneakily enabled by cleverly giving the device node the same
      name as a string match from the platform device ID table. However
      the right method is to use the compatible string.
      
      On detection, the ST sensors use the ID string to probe and
      instatiate the right sensor driver, so pass the kernel-internal ID
      string in the .data field of the OF match table, and set the I2C
      client name to this name when a compatible match is used.
      
      This avoids having misc Linux-specific strings floating around in
      the device tree.
      
      Cc: Lee Jones <lee.jones@linaro.org>
      Cc: Denis CIOCCA <denis.ciocca@st.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      2d7768a8
  11. 09 7月, 2014 2 次提交
  12. 07 7月, 2014 7 次提交