1. 08 Sep, 2016 2 commits
  2. 05 Sep, 2016 4 commits
  3. 29 Aug, 2016 9 commits
  4. 17 Aug, 2016 8 commits
  5. 15 Aug, 2016 7 commits
  6. 09 Aug, 2016 6 commits
  7. 08 Aug, 2016 2 commits
    • Tim Harvey's avatar
      ARM: dts: imx: ventana: Add ext watchdog reset · 51a012b7
      Tim Harvey authored
      bc677ff4 adds a device-tree property
      to specify that an external watchdog reset is used to reset other
      portions of the board and not just the IMX6 SoC.
      
      This adds the property to the proper watchdog as well as the pinmux for
      the Gateworks Ventana boards that use this external watchdog reset to
      reset the PMIC which will reset all the PMIC power rails and not just
      a chip-level IMX6 reset. This helps to work around various system issues
      that can cause a hang when coming out of reset.
      Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      51a012b7
    • Linus Torvalds's avatar
      Linux 4.8-rc1 · 29b4817d
      Linus Torvalds authored
      29b4817d
  8. 07 Aug, 2016 2 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.dk/linux-block · 857953d7
      Linus Torvalds authored
      Pull more block fixes from Jens Axboe:
       "As mentioned in the pull the other day, a few more fixes for this
        round, all related to the bio op changes in this series.
      
        Two fixes, and then a cleanup, renaming bio->bi_rw to bio->bi_opf.  I
        wanted to do that change right after or right before -rc1, so that
        risk of conflict was reduced.  I just rebased the series on top of
        current master, and no new ->bi_rw usage has snuck in"
      
      * 'for-linus' of git://git.kernel.dk/linux-block:
        block: rename bio bi_rw to bi_opf
        target: iblock_execute_sync_cache() should use bio_set_op_attrs()
        mm: make __swap_writepage() use bio_set_op_attrs()
        block/mm: make bdev_ops->rw_page() take a bool for read/write
      857953d7
    • Linus Torvalds's avatar
      Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux · 635a4ba1
      Linus Torvalds authored
      Pull drm zpos property support from Dave Airlie:
       "This tree was waiting on some media stuff I hadn't had time to get a
        stable branchpoint off, so I just waited until it was all in your tree
        first.
      
        It's been around a bit on the list and shouldn't affect anything
        outside adding the generic API and moving some ARM drivers to using
        it"
      
      * tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux:
        drm: rcar: use generic code for managing zpos plane property
        drm/exynos: use generic code for managing zpos plane property
        drm: sti: use generic zpos for plane
        drm: add generic zpos property
      635a4ba1