1. 11 May, 2018 17 commits
  2. 10 May, 2018 4 commits
    • Mauro Carvalho Chehab's avatar
      media: update/fix my e-mail on some places · 901b9dd5
      Mauro Carvalho Chehab authored
      There are two places pointing to an unexisting "m.chehab@kernel.org"
      email. I never had such email, so, I'm unsure how it ends there.
      Anyway, it is plain wrong.
      
      While here, use my canonical e-mail on a bunch of places that
      are pointing to another e-mail. The idea is that, from now on,
      all places will be pointing to the same SMTP server.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      901b9dd5
    • Mauro Carvalho Chehab's avatar
      Merge tag 'v4.17-rc4' into patchwork · 71db1cd7
      Mauro Carvalho Chehab authored
      Linux 4.17-rc4
      
      * tag 'v4.17-rc4': (920 commits)
        Linux 4.17-rc4
        KVM: x86: remove APIC Timer periodic/oneshot spikes
        genksyms: fix typo in parse.tab.{c,h} generation rules
        kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
        gcc-plugins: fix build condition of SANCOV plugin
        MAINTAINERS: Update Kbuild entry with a few paths
        Revert "usb: host: ehci: Use dma_pool_zalloc()"
        platform/x86: Kconfig: Fix dell-laptop dependency chain.
        platform/x86: asus-wireless: Fix NULL pointer dereference
        arm64: vgic-v2: Fix proxying of cpuif access
        KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance
        KVM: arm64: Fix order of vcpu_write_sys_reg() arguments
        MAINTAINERS & files: Canonize the e-mails I use at files
        media: imx-media-csi: Fix inconsistent IS_ERR and PTR_ERR
        tools: power/acpi, revert to LD = gcc
        bdi: Fix oops in wb_workfn()
        RDMA/cma: Do not query GID during QP state transition to RTR
        IB/mlx4: Fix integer overflow when calculating optimal MTT size
        IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
        IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure
        ...
      71db1cd7
    • Mauro Carvalho Chehab's avatar
      media: dvbsky: use just one mutex for serializing device R/W ops · 7d95fb74
      Mauro Carvalho Chehab authored
      Right now, there are two mutexes serializing r/w ops: one "generic"
      and another one specifically for stream on/off.
      
      Clean it a little bit, getting rid of one of the mutexes.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      7d95fb74
    • Mauro Carvalho Chehab's avatar
      qm1d1b0004: fix a warning about an unused default_cfg var · 3b7158d6
      Mauro Carvalho Chehab authored
      As warned by gcc:
      
      	drivers/media/tuners/qm1d1b0004.c:62:39: warning: 'default_cfg' defined but not used [-Wunused-const-variable=]
      	 static const struct qm1d1b0004_config default_cfg = {
      	                                       ^~~~~~~~~~~
      
      This var is currently unused. So, comment it out.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      3b7158d6
  3. 09 May, 2018 19 commits