1. 11 Jul, 2014 1 commit
    • Linus Walleij's avatar
      iio: st_sensors: add devicetree probing support · 2d7768a8
      Linus Walleij authored
      
      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: default avatarLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      2d7768a8
  2. 08 Jul, 2014 6 commits
  3. 07 Jul, 2014 14 commits
  4. 05 Jul, 2014 1 commit
  5. 03 Jul, 2014 5 commits
  6. 01 Jul, 2014 4 commits
  7. 29 Jun, 2014 9 commits