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@xxxxxxxxxx> > Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > CC: devicetree@xxxxxxxxxxxxxxx > > version 3: > - change hdmi phandle from "st,hdmi-handle" to "hdmi-handle" > --- > .../devicetree/bindings/media/stih-cec.txt | 2 + Acked-by: Rob Herring <robh@xxxxxxxxxx> > 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 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel