The following changes since commit c3b809834db8b1a8891c7ff873a216eac119628d: [media] pulse8-cec: fix compiler warning (2016-09-12 06:42:44 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git stcec for you to fetch changes up to 25e8af2ec02b5ba76e34b687d80f8c58bb8db809: add maintainer for stih-cec driver (2016-09-15 10:38:23 +0200) ---------------------------------------------------------------- Benjamin Gaignard (4): bindings for stih-cec driver add stih-cec driver add stih-cec driver into DT add maintainer for stih-cec driver Documentation/devicetree/bindings/media/stih-cec.txt | 25 +++++ MAINTAINERS | 7 ++ arch/arm/boot/dts/stih407-family.dtsi | 12 +++ drivers/staging/media/Kconfig | 2 + drivers/staging/media/Makefile | 1 + drivers/staging/media/st-cec/Kconfig | 8 ++ drivers/staging/media/st-cec/Makefile | 1 + drivers/staging/media/st-cec/stih-cec.c | 380 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 436 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/stih-cec.txt create mode 100644 drivers/staging/media/st-cec/Kconfig create mode 100644 drivers/staging/media/st-cec/Makefile create mode 100644 drivers/staging/media/st-cec/stih-cec.c -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html