1. 26 Sep, 2012 33 commits
  2. 25 Sep, 2012 3 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'iio-for-v3.7e' of... · 71c62902
      Greg Kroah-Hartman authored
      Merge tag 'iio-for-v3.7e' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
      
      Fifth round of new drivers and device support for the IIO
      subsystem in the 3.7 cycle.
      
      Here we have a mixed bag of new stuff, minor fixes and
      more major fixes for drivers added earlier in this cycle.
      
      1) A number of fixes for the HID sensors code added in previous
      pull request.  Typical stuff that has become apparent as more eyes
      have looked at the code post merging. Similar case for the ad5755 dac.
      
      2) Cleanups of error handing in inkern.c - again typical stuff to see
      as code comes into heavier use and people notice the naughty short
      cuts that snuck in originally and kindly fix them.
      
      3) A series from Lars that removes some incorrect error handling
      from the remove functions of a number of drivers.  These have been
      there for a very long time hence I'm not pushing these out for the
      3.6 cycle.
      
      4) Support for more parts in the ad7780 driver.
      
      5) A driver for the adcs on the lp8788 power management unit
      
      6) A client driver for IIO to allow it's ADCs to be used for
      battery status measurement.  Note this driver has some dependencies
      on some utility functions added to IIO in this series, hence it is
      coming via this tree rather than Anton's.
      
      7) A null pointer dereference bug in the 'fake' driver. I'm not
      doing this as a fix for the 3.6 cycle because it only effects
      'fake' hardware and that code is typically only used by people
      investigating how IIO works as part of writing new drivers. Hence
      it's hardly a critical fix.
      71c62902
    • Harsh Kumar's avatar
      staging: winbond: Coding Style correction and removal of unused macro · 9970eeae
      Harsh Kumar authored
      Removed an unused macro. Plus, couple of grammatical and coding style fixes.
      
      1) The macro _INLINE is not used anywhere. Anyways __inline is not portable.
      2) Changed comment from "Not use" to "Unused" make it grammatically correct and
         to fit in 80 word limit.
      3.) Removed space after *
      Signed-off-by: default avatarHarsh Kumar <harsh1kumar@gmail.com>
      Acked-by: default avatarPavel Machek <pavel@ucw.cz>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9970eeae
    • Alexey Khoroshilov's avatar
      staging: sbe-2t3e3: fix error handling in t3e3_init_channel() · 4c229df0
      Alexey Khoroshilov authored
      t3e3_init_channel() incorrectly handles errors in several places:
      it returns zero and does not deallocate all required resources.
      The patch fixes that places.
      
      Found by Linux Driver Verification project (linuxtesting.org).
      Signed-off-by: default avatarAlexey Khoroshilov <khoroshilov@ispras.ru>
      Reviewed-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c229df0
  3. 22 Sep, 2012 4 commits