]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge tag 'v4.12-rc6' into patchwork
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 20 Jun 2017 11:51:56 +0000 (08:51 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 20 Jun 2017 11:51:56 +0000 (08:51 -0300)
Linux 4.12-rc6

* tag 'v4.12-rc6': (813 commits)
  Linux 4.12-rc6
  mm: larger stack guard gap, between vmas
  virtio_balloon: disable VIOMMU support
  mm: correct the comment when reclaimed pages exceed the scanned pages
  userfaultfd: shmem: handle coredumping in handle_userfault()
  mm: numa: avoid waiting on freed migrated pages
  swap: cond_resched in swap_cgroup_prepare()
  mm/memory-failure.c: use compound_head() flags for huge pages
  perf unwind: Report module before querying isactivation in dwfl unwind
  fs: pass on flags in compat_writev
  objtool: Add fortify_panic as __noreturn function
  powerpc/debug: Add missing warn flag to WARN_ON's non-builtin path
  USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
  drm: mxsfb_crtc: Reset the eLCDIF controller
  drm/mgag200: Fix to always set HiPri for G200e4 V2
  i2c: ismt: fix wrong device address when unmap the data buffer
  i2c: rcar: use correct length when unmapping DMA
  powerpc/xive: Fix offset for store EOI MMIOs
  drm/tegra: Correct idr_alloc() minimum id
  drm/tegra: Fix lockup on a use of staging API
  ...

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
1  2 
MAINTAINERS
drivers/media/cec/cec-api.c
include/media/cec.h

diff --cc MAINTAINERS
Simple merge
Simple merge
index 7e32e80b243ed44afcbfe6335aa5aebd6b3597bf,201f060978da2d5f8f49ad3fb31ac514c55e60c2..56643b27e4b8f8c6c07a2c62b4c623e66f66fe99
@@@ -207,9 -206,7 +207,9 @@@ static inline bool cec_is_sink(const st
  #define cec_phys_addr_exp(pa) \
        ((pa) >> 12), ((pa) >> 8) & 0xf, ((pa) >> 4) & 0xf, (pa) & 0xf
  
- #if IS_ENABLED(CONFIG_CEC_CORE)
 +struct edid;
 +
+ #if IS_REACHABLE(CONFIG_CEC_CORE)
  struct cec_adapter *cec_allocate_adapter(const struct cec_adap_ops *ops,
                void *priv, const char *name, u32 caps, u8 available_las);
  int cec_register_adapter(struct cec_adapter *adap, struct device *parent);