1. 10 5月, 2016 9 次提交
  2. 09 5月, 2016 5 次提交
    • P
      [media] c8sectpfe: Rework firmware loading mechanism · c23ac90f
      Peter Griffin 提交于
      c8sectpfe driver relied on CONFIG_FW_LOADER_USER_HELPER_FALLBACK option
      for loading its xp70 firmware. A previous commit removed this Kconfig
      option, as it is apparently harmful, but did not update the driver
      code which relied on it.
      
      This patch reworks the firmware loading into the start_feed callback.
      At this point we can be sure the rootfs is present, thereby removing
      the depedency on CONFIG_FW_LOADER_USER_HELPER_FALLBACK.
      
      Fixes: 79f5b6ae ('[media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK')
      Signed-off-by: NPeter Griffin <peter.griffin@linaro.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      c23ac90f
    • P
    • P
      [media] c8sectpfe: Fix broken circular buffer wp management · a6311d27
      Peter Griffin 提交于
      During the review process, a regression was intoduced in the
      circular buffer write pointer management. This means that wp
      doesn't get managed properly once the buffer becomes full.
      Signed-off-by: NPeter Griffin <peter.griffin@linaro.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      a6311d27
    • M
      Merge tag 'v4.6-rc7' into patchwork · a022f934
      Mauro Carvalho Chehab 提交于
      Linux 4.6-rc7
      
      * tag 'v4.6-rc7': (185 commits)
        Linux 4.6-rc7
        parisc: fix a bug when syscall number of tracee is __NR_Linux_syscalls
        x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO
        mailmap: add John Paul Adrian Glaubitz
        byteswap: try to avoid __builtin_constant_p gcc bug
        lib/stackdepot: avoid to return 0 handle
        mm: fix kcompactd hang during memory offlining
        modpost: fix module autoloading for OF devices with generic compatible property
        proc: prevent accessing /proc/<PID>/environ until it's ready
        mm/zswap: provide unique zpool name
        mm: thp: kvm: fix memory corruption in KVM with THP enabled
        MAINTAINERS: fix Rajendra Nayak's address
        mm, cma: prevent nr_isolated_* counters from going negative
        mm: update min_free_kbytes from khugepaged after core initialization
        huge pagecache: mmap_sem is unlocked when truncation splits pmd
        rapidio/mport_cdev: fix uapi type definitions
        mm: memcontrol: let v2 cgroups follow changes in system swappiness
        mm: thp: correct split_huge_pages file permission
        maintainers: update rmk's email address(es)
        writeback: Fix performance regression in wb_over_bg_thresh()
        ...
      a022f934
    • L
      Linux 4.6-rc7 · 44549e8f
      Linus Torvalds 提交于
      44549e8f
  3. 08 5月, 2016 3 次提交
  4. 07 5月, 2016 23 次提交