[PATCH v3 2/3] stih-cec: add HPD notifier support

Rob Herring robh at kernel.org
Mon Feb 27 16:43:03 UTC 2017


On Fri, Feb 17, 2017 at 11:46:51AM +0100, Benjamin Gaignard wrote:
> By using the HPD notifier framework there is no longer any reason
> to manually set the physical address. This was the one blocking
> issue that prevented this driver from going out of staging, so do
> this move as well.
> 
> Update the bindings documentation the new hdmi phandle.

Should be a separate commit, but it's fine unless you do another spin.

> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard at linaro.org>
> Signed-off-by: Hans Verkuil <hans.verkuil at cisco.com>
> CC: devicetree at vger.kernel.org
> 
> version 3:
> - change hdmi phandle from "st,hdmi-handle" to "hdmi-handle"
> ---
>  .../devicetree/bindings/media/stih-cec.txt         |   2 +

Acked-by: Rob Herring <robh at kernel.org>

>  drivers/media/platform/Kconfig                     |  10 +
>  drivers/media/platform/Makefile                    |   1 +
>  drivers/media/platform/sti/cec/Makefile            |   1 +
>  drivers/media/platform/sti/cec/stih-cec.c          | 404 +++++++++++++++++++++
>  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/TODO                  |   7 -
>  drivers/staging/media/st-cec/stih-cec.c            | 379 -------------------
>  11 files changed, 418 insertions(+), 398 deletions(-)
>  create mode 100644 drivers/media/platform/sti/cec/Makefile
>  create mode 100644 drivers/media/platform/sti/cec/stih-cec.c
>  delete mode 100644 drivers/staging/media/st-cec/Kconfig
>  delete mode 100644 drivers/staging/media/st-cec/Makefile
>  delete mode 100644 drivers/staging/media/st-cec/TODO
>  delete mode 100644 drivers/staging/media/st-cec/stih-cec.c


More information about the dri-devel mailing list