Skip to content
Snippets Groups Projects
Select Git revision
  • 0940c52742de0d2f70ba687bfd5fe8aa38c5f27d
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tomi Valkeinen authored
    Commit edb715df ("drm/omap: dss: dsi: Move initialization code from
    bind to probe") moved the of_platform_populate() call from dsi_bind() to
    dsi_probe(), but failed to move the corresponding
    of_platform_depopulate() from dsi_unbind() to dsi_remove(). This results
    in OF child devices being potentially removed multiple times. Fix it by
    placing the of_platform_depopulate() call where it belongs.
    
    Fixes: edb715df ("drm/omap: dss: dsi: Move initialization code from bind to probe")
    Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
    Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20190111035120.20668-4-laurent.pinchart@ideasonboard.com
    0940c527
    History
    Name Last commit Last update