1. 09 2月, 2013 1 次提交
  2. 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
  3. 13 6月, 2012 2 次提交
  4. 05 6月, 2012 1 次提交
    • M
      iio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator · cd1678f9
      Michael Hennerich 提交于
      Changes since V1:
      
      Apply Jonathan's review feedback:
      Revise device status attribute names, and split documentation into two sections.
      Add additional comments, and fix indention issues.
      Remove pointless zero initializations.
      Revise return value handling.
      Simplify some code sections.
      Split store_eeprom and sync handling into separate functions.
      Use strtobool where applicable.
      Document platform data structures using kernel-doc style.
      
      Use dev_to_iio_dev
      write_raw IIO_CHAN_INFO_FREQUENCY: Reject values <= 0
      Make patch target drivers/iio
      
      Changes since V2:
      
      Use for_each_clear_bit() and __set_bit() where applicable.
      Add descriptive comment.
      Avoid temporary for struct regulator.
      spi_device_id name use ad9523-1, ad9523 will be added later.
      Signed-off-by: NMichael Hennerich <michael.hennerich@analog.com>
      Acked-by: NJonathan Cameron <jic23@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      cd1678f9