1. 10 1月, 2016 1 次提交
  2. 11 1月, 2014 1 次提交
  3. 18 12月, 2013 1 次提交
  4. 24 10月, 2013 1 次提交
  5. 01 10月, 2013 1 次提交
  6. 21 9月, 2013 1 次提交
  7. 16 9月, 2013 1 次提交
  8. 04 8月, 2013 4 次提交
  9. 18 3月, 2013 1 次提交
  10. 04 1月, 2013 1 次提交
    • G
      Drivers: iio: remove __dev* attributes. · fc52692c
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, and __devexit
      from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Jonathan Cameron <jic23@cam.ac.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      fc52692c
  11. 13 6月, 2012 1 次提交
    • P
      iio: add mcp4725 I2C DAC driver · cf35ad61
      Peter Meerwald 提交于
      v5:
      * fix warnings (Jonathan Cameron)
      
      v4:
      * remove unused indio_dev pointer in mcp4725_data (Jonathan Cameron)
      * use u16 instead of unsigned short in mcp4725_data (Jonathan Cameron)
      * #include mcp4725.h from linux/iio/dac/
      
      v3:
      * move from staging to drivers/iio
      * switch to chan_spec
      * dev_get_drvdata() -> dev_to_iio_dev()
      * annotate probe() and remove() with __devinit and __devexit
      
      v2 (based on comments from Jonathan Cameron and Lars-Peter Clausen):
      * did NOT switch to chan_spec yet
      * rebase to staging-next tree, update iio header locations
      * dropped dac.h #include, not needed
      * strict_strtol() -> kstrtol()
      * call iio_device_unregister() in remove()
      * everything in one patch
      Signed-off-by: NPeter Meerwald <pmeerw@pmeerw.net>
      Acked-by: NJonathan Cameron <jic23@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      cf35ad61