1. 14 Sep, 2016 2 commits
    • Laura Abbott's avatar
      staging: android: ion: Make ION_OF depend on OF_ADDRESS · 8c243d21
      Laura Abbott authored
      
      The Ion platform code uses of_platform_device_create which has
      dependencies on OF_ADDRESS. Depending on OF is not sufficient
      
      Building sparc64:allmodconfig ... failed
      --------------
      Error log:
      ...
      drivers/built-in.o: In function `ion_parse_dt':
      (.text+0x11aa2c): undefined reference to `of_platform_device_create'
      
      Add a dependency on OF_ADDRESS
      Reported-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarLaura Abbott <labbott@redhat.com>
      Reviewed-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      8c243d21
    • Greg Kroah-Hartman's avatar
      Merge tag 'iio-for-4.9b' of... · 552edf8d
      Greg Kroah-Hartman authored
      Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
      
      Jonathan writes:
      
      Second set of iio new device support, features and cleanups for the 4.9 cycle.
      
      New device support
      * ad8801 dac
        - new driver supporting ad8801 and ad8803 DACs.
      * adc12138
        - new driver supporting TI adc12130/adc12132 and adc12138 ADCs.
      * ltc2485 adc
        - new driver
      * mxc6255
        - add support for the mxc6225 part name and fixup the ID check so it works.
      * vz89x VOC sensor
        - add support for the vz89te part which drops the voc_short channel and adds
          CRCs compared to other supported parts.
      
      New features
      * core
        - immutable triggers.  These effectively grant exclusive control over a
          trigger. The typical usecase is a device representing an analog part
          (perhaps a MUX) that needs to control the sampling of a downstream
          ADC.
        - resource managed trigger registration and triggered_buffer_init.
        - iio_push_event now protected against case of the event interface
          registration...
      552edf8d
  2. 13 Sep, 2016 15 commits
  3. 12 Sep, 2016 23 commits