1. 28 6月, 2013 1 次提交
  2. 17 4月, 2013 1 次提交
  3. 08 4月, 2013 3 次提交
  4. 23 3月, 2013 1 次提交
    • J
      hwmon: Move the IIO client driver for hwmon out of staging · 51b53dc9
      Jonathan Cameron 提交于
      This driver uses channel maps, defined either through device tree
      or platform data, to create a hwmon driver which acts as a client
      for the underlying IIO device channels.  Thus a general purpose
      IIO adc driver can be used to provide hardware monitoring using a subset
      of its channels.
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      Acked-by: NGuenter Roeck <linux@roeck-us.net>
      
      --
       The only non move changes here concern the description and changes to the
       dependencies to IIO explicit and hwmon implicit.
      
       I'm proposing moving this into hwmon on the basis of placing drivers
       based on what they provide rather than what their underlying hardware
       is.
      
       drivers/hwmon/Kconfig           |   9 ++
       drivers/hwmon/Makefile          |   1 +
       drivers/hwmon/iio_hwmon.c       | 196 ++++++++++++++++++++++++++++++++++++++++
       drivers/staging/iio/Kconfig     |   8 --
       drivers/staging/iio/Makefile    |   2 -
       drivers/staging/iio/iio_hwmon.c | 196 ----------------------------------------
       6 files changed, 206 insertions(+), 206 deletions(-)
      51b53dc9
  5. 07 2月, 2013 2 次提交
  6. 06 12月, 2012 1 次提交
  7. 17 10月, 2012 1 次提交
  8. 24 9月, 2012 3 次提交
  9. 22 7月, 2012 2 次提交
  10. 22 5月, 2012 1 次提交
  11. 23 3月, 2012 1 次提交
  12. 25 10月, 2011 2 次提交
  13. 29 7月, 2011 1 次提交
  14. 28 7月, 2011 3 次提交
  15. 26 7月, 2011 2 次提交
  16. 26 5月, 2011 3 次提交
  17. 21 5月, 2011 1 次提交
  18. 19 5月, 2011 5 次提交
  19. 23 3月, 2011 1 次提交
  20. 22 3月, 2011 5 次提交