Message ID | 1481623759-12786-4-git-send-email-bgolaszewski@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: > THS8135 is a configurable video DAC, but no configuration is actually > necessary to make it work. > > For now use the dumb-vga-dac driver to support it. Queued to drm-misc-next Archit > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > drivers/gpu/drm/bridge/dumb-vga-dac.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/bridge/dumb-vga-dac.c b/drivers/gpu/drm/bridge/dumb-vga-dac.c > index e570698..86e9f9c 100644 > --- a/drivers/gpu/drm/bridge/dumb-vga-dac.c > +++ b/drivers/gpu/drm/bridge/dumb-vga-dac.c > @@ -237,6 +237,7 @@ static int dumb_vga_remove(struct platform_device *pdev) > > static const struct of_device_id dumb_vga_match[] = { > { .compatible = "dumb-vga-dac" }, > + { .compatible = "ti,ths8135" }, > {}, > }; > MODULE_DEVICE_TABLE(of, dumb_vga_match); >
Hi Archit, On Wednesday 14 December 2016 10:35 AM, Archit Taneja wrote: > > > On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: >> THS8135 is a configurable video DAC, but no configuration is actually >> necessary to make it work. >> >> For now use the dumb-vga-dac driver to support it. > > Queued to drm-misc-next This patch and 2/5 are not in v4.10 kernel. Did you mean to queue them to v4.10? Thanks, Sekhar
Hi Sekhar, On 1/2/2017 4:38 PM, Sekhar Nori wrote: > Hi Archit, > > On Wednesday 14 December 2016 10:35 AM, Archit Taneja wrote: >> >> >> On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: >>> THS8135 is a configurable video DAC, but no configuration is actually >>> necessary to make it work. >>> >>> For now use the dumb-vga-dac driver to support it. >> >> Queued to drm-misc-next > > This patch and 2/5 are not in v4.10 kernel. Did you mean to queue them > to v4.10? These missed out on 4.10 because the drm related pull requests were already sent by then. These 2 patches are queued for 4.11. Thanks, Archit > > Thanks, > Sekhar >
On Tuesday 03 January 2017 10:56 AM, Archit Taneja wrote: > Hi Sekhar, > > On 1/2/2017 4:38 PM, Sekhar Nori wrote: >> Hi Archit, >> >> On Wednesday 14 December 2016 10:35 AM, Archit Taneja wrote: >>> >>> >>> On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: >>>> THS8135 is a configurable video DAC, but no configuration is actually >>>> necessary to make it work. >>>> >>>> For now use the dumb-vga-dac driver to support it. >>> >>> Queued to drm-misc-next >> >> This patch and 2/5 are not in v4.10 kernel. Did you mean to queue them >> to v4.10? > > These missed out on 4.10 because the drm related pull requests were > already sent by then. These 2 patches are queued for 4.11. Alright, thanks for the update. Regards, Sekhar
diff --git a/drivers/gpu/drm/bridge/dumb-vga-dac.c b/drivers/gpu/drm/bridge/dumb-vga-dac.c index e570698..86e9f9c 100644 --- a/drivers/gpu/drm/bridge/dumb-vga-dac.c +++ b/drivers/gpu/drm/bridge/dumb-vga-dac.c @@ -237,6 +237,7 @@ static int dumb_vga_remove(struct platform_device *pdev) static const struct of_device_id dumb_vga_match[] = { { .compatible = "dumb-vga-dac" }, + { .compatible = "ti,ths8135" }, {}, }; MODULE_DEVICE_TABLE(of, dumb_vga_match);