1. 02 Aug, 2018 3 commits
    • Steve Longerbeam's avatar
      staging: vboxvideo: Pass a new framebuffer to vbox_crtc_do_set_base · ba67f54d
      Steve Longerbeam authored
      This modifies vbox_crtc_do_set_base() to take a new framebuffer to
      be activated, instead of the existing framebuffer attached to the crtc.
      This change allows the function to be given the new framebuffer from
      a page-flip request.
      Signed-off-by: default avatarSteve Longerbeam <steve_longerbeam@mentor.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      ba67f54d
    • Ivan Bornyakov's avatar
      staging: gasket: sysfs: fix potential null dereference · 548b9f03
      Ivan Bornyakov authored
      Add handling of possible allocation failure.
      
      Reported by smatch:
      
        drivers/staging/gasket/gasket_sysfs.c:105 put_mapping() error: potential null dereference 'files_to_remove'. (kcalloc returns null)
      Signed-off-by: default avatarIvan Bornyakov <brnkv.i1@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      548b9f03
    • Greg Kroah-Hartman's avatar
      Merge tag 'iio-for-4.19c' of... · c0f460ff
      Greg Kroah-Hartman authored
      Merge tag 'iio-for-4.19c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
      
      Jonathan writes:
      
      Third set of IIO new device support, cleanups and features for the 4.19 cycle.
      
      This is a somewhat sneaky late pull request given Linus has announced
      a likely 1 week delay.  If it is too late I'll resend after the merge
      window.  I merged in the fixes branch as those are primarily around
      things queued for the merge window.
      
      Particulary good to see the output of our Himanshu Jha, a GSOC student
      who developed the bme680 driver.
      
      New device support:
      * bme680 gas sensor (with temperature, humidity and pressure)
        - new driver to support this device
      * vcn4000
        - support vcnl4200 (lots of rework to allow this)
        - ids added for VCNL4010 and VCNL4020 sensors
      
      New features:
      * ad9523
        - support the various external signal options via gpios.
      
      Cleanups and fixes
      * ad_sigma_delta
        - unsigned long for a timeout.
      * ad9523
        - fix a wrong return value that was indicating successful write failed
          and might lead to an infinite loop.
      * si1133
        - fix an impossible test.
        - fix an uninitialsed variable by reading from the device in all paths.
      * xilinx xadc
        - check for return values in clk related functions
        - limit the pcap clock frequency to supported ranges.
        - stash the irq to avoid calling platform_get_irq from the remove path.
        - ensure the irq is actually requested before we enable the hardware to
          output it.
      c0f460ff
  2. 01 Aug, 2018 21 commits
  3. 30 Jul, 2018 16 commits