1. 14 Jul, 2016 1 commit
  2. 11 Jul, 2016 2 commits
  3. 08 Jul, 2016 1 commit
  4. 07 Jul, 2016 3 commits
  5. 06 Jul, 2016 3 commits
  6. 05 Jul, 2016 3 commits
  7. 04 Jul, 2016 1 commit
  8. 01 Jul, 2016 1 commit
  9. 28 Jun, 2016 1 commit
  10. 27 Jun, 2016 3 commits
  11. 25 Jun, 2016 1 commit
  12. 21 Jun, 2016 1 commit
  13. 20 Jun, 2016 5 commits
  14. 16 Jun, 2016 6 commits
  15. 15 Jun, 2016 1 commit
  16. 14 Jun, 2016 2 commits
  17. 13 Jun, 2016 1 commit
    • Olof Johansson's avatar
      Merge tag 'samsung-defconfig-4.8' of... · 5d075b0b
      Olof Johansson authored
      Merge tag 'samsung-defconfig-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/defconfig
      
      Samsung defconfig update for v4.8:
      1. Disable big.LITTLE switcher so the cpufreq-dt could be enabled.
      2. Enable Samsung media platform drivers.
      3. Enable some board-specific drivers for boards: Trats2, Universal C210.
      4. Few more minor additions.
      
      * tag 'samsung-defconfig-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: exynos_defconfig: Save defconfig on current linux-next
        ARM: multi_v7_defconfig: Enable s5p-secss driver
        ARM: multi_v7_defconfig: Enable drivers for Exynos4210 Universal C210 board
        ARM: multi_v7_defconfig: Enable Trats2 audio codec, touchscreen and sensors
        ARM: multi_v7_defconfig: Switch max77693 to module
        ARM: multi_v7_defconfig: Enable Exynos MFC driver as module
        ARM: exynos_defconfig: Enable MFC driver as module
        ARM: multi_v7_defconfig: Enable Samsung media platform drivers as modules
        ARM: exynos_defconfig: Enable Samsung media platform drivers as modules
        ARM: multi_v7_defconfig: Enable Exynos DRM Mixer driver
        ARM: exynos_defconfig: Disable big.LITTLE switcher
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      5d075b0b
  18. 12 Jun, 2016 4 commits
    • Linus Torvalds's avatar
      Linux 4.7-rc3 · 5edb5649
      Linus Torvalds authored
      5edb5649
    • Linus Torvalds's avatar
      Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux · 57120fac
      Linus Torvalds authored
      Pull thermal management fixes from Zhang Rui:
      
       - fix an ordering issue in cpu cooling that cooling device is
         registered before it's ready (freq_table being populated).
         (Lukasz Luba)
      
       - fix a missing comment update (Caesar Wang)
      
      * 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
        thermal: add the note for set_trip_temp
        thermal: cpu_cooling: fix improper order during initialization
      57120fac
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.dk/linux-block · 8714f8f5
      Linus Torvalds authored
      Pull block layer fixes from Jens Axboe:
       "A small collection of fixes for the current series.  This contains:
      
         - Two fixes for xen-blkfront, from Bob Liu.
      
         - A bug fix for NVMe, releasing only the specific resources we
           requested.
      
         - Fix for a debugfs flags entry for nbd, from Josef.
      
         - Plug fix from Omar, fixing up a case of code being switched between
           two functions.
      
         - A missing bio_put() for the new discard callers of
           submit_bio_wait(), fixing a regression causing a leak of the bio.
           From Shaun.
      
         - Improve dirty limit calculation precision in the writeback code,
           fixing a case where setting a limit lower than 1% of memory would
           end up being zero.  From Tejun"
      
      * 'for-linus' of git://git.kernel.dk/linux-block:
        NVMe: Only release requested regions
        xen-blkfront: fix resume issues after a migration
        xen-blkfront: don't call talk_to_blkback when already connected to blkback
        nbd: pass the nbd pointer for flags debugfs
        block: missing bio_put following submit_bio_wait
        blk-mq: really fix plug list flushing for nomerge queues
        writeback: use higher precision calculation in domain_dirty_limits()
      8714f8f5
    • Linus Torvalds's avatar
      Merge tag 'gpio-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio · 3a7c114d
      Linus Torvalds authored
      Pull GPIO fixes from Linus Walleij:
       "A new bunch of GPIO fixes for v4.7.
      
        This time I am very grateful that Ricardo Ribalda Delgado went in and
        fixed my stupid refcounting mistakes in the removal path for GPIO
        chips.  I had a feeling something was wrong here and so it was.  It
        exploded on OMAP and it fixes their problem.  Now it should be (more)
        solid.
      
        The rest i compilation, Kconfig and driver fixes.  Some tagged for
        stable.
      
        Summary:
      
         - Fix a NULL pointer dereference when we are searching the GPIO
           device list but one of the devices have been removed (struct
           gpio_chip pointer is NULL).
      
         - Fix unaligned reference counters: we were ending on +3 after all
           said and done.  It should be 0.  Remove an extraneous get_device(),
           and call cdev_del() followed by device_del() in gpiochip_remove()
           instead and the count goes to zero and calls the release() function
           properly.
      
         - Fix a compile warning due to a missing #include in the OF/device
           tree portions.
      
         - Select ANON_INODES for GPIOLIB, we're using that for our character
           device.  Some randconfig tests disclosed the problem.
      
         - Make sure the Zynq driver clock runs also without CONFIG_PM enabled
      
         - Fix an off-by-one error in the 104-DIO-48E driver
      
         - Fix warnings in bcm_kona_gpio_reset()"
      
      * tag 'gpio-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
        gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
        gpio: select ANON_INODES
        gpio: include <linux/io-mapping.h> in gpiolib-of
        gpiolib: Fix unaligned used of reference counters
        gpiolib: Fix NULL pointer deference
        gpio: zynq: initialize clock even without CONFIG_PM
        gpio: 104-dio-48e: Fix control port offset computation off-by-one error
      3a7c114d