1. 01 May, 2016 1 commit
  2. 25 Apr, 2016 7 commits
  3. 24 Apr, 2016 8 commits
  4. 23 Apr, 2016 5 commits
  5. 19 Apr, 2016 12 commits
  6. 18 Apr, 2016 2 commits
  7. 17 Apr, 2016 4 commits
  8. 16 Apr, 2016 1 commit
    • Linus Walleij's avatar
      iio: light: new driver for the ROHM BH1780 · 1f0477f1
      Linus Walleij authored
      This is a reimplementation of the old misc device driver for the
      ROHM BH1780 ambient light sensor (drivers/misc/bh1780gli.c).
      
      Differences from the old driver:
      - Uses the IIO framework
      - Uses runtime PM to idle the hardware after 5 seconds
      - No weird custom power management from userspace
      - No homebrewn values in sysfs
      
      This uses the same (undocumented) device tree compatible-string
      as the old driver ("rohm,bh1780gli").
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Ulf Hansson <ulf.hansson@linaro.org>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Reviewed-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      1f0477f1