mbox series

[GIT,PULL] tilcdc fixes for v4.19

Message ID 89464bc0-c425-84f3-8d35-b0dc9733d4df@ti.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] tilcdc fixes for v4.19 | expand

Pull-request

https://github.com/jsarha/linux tags/tilcdc-4.19-fixes

Message

Jyri Sarha Aug. 2, 2018, 4:55 p.m. UTC
Hi Dave,
Please pull the tilcdc fixes for Linux v4.19. This fix has been pending
for some while, because I was planning for a bigger clean up that would
remove the need for this fix. But as it is the time for it - at least
for v4.19 - is gone already so here is just this small fix.

Best regards and thanks,
Jyri

The following changes since commit acb1872577b346bd15ab3a3f8dff780d6cca4b70:

  Linux 4.18-rc7 (2018-07-29 14:44:52 -0700)

are available in the git repository at:

  https://github.com/jsarha/linux tags/tilcdc-4.19-fixes

for you to fetch changes up to 2c22a76bf3048812ea11780c705fe94010d06b13:

  drm/tilcdc: Defer probe if there are no connectors (2018-08-02
17:09:54 +0300)

----------------------------------------------------------------
tilcdc fixes for v4.19

----------------------------------------------------------------
Sjoerd Simons (1):
      drm/tilcdc: Defer probe if there are no connectors

 drivers/gpu/drm/tilcdc/tilcdc_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dave Airlie Aug. 7, 2018, 8:03 p.m. UTC | #1
On 3 August 2018 at 02:55, Jyri Sarha <jsarha@ti.com> wrote:
> Hi Dave,
> Please pull the tilcdc fixes for Linux v4.19. This fix has been pending
> for some while, because I was planning for a bigger clean up that would
> remove the need for this fix. But as it is the time for it - at least
> for v4.19 - is gone already so here is just this small fix.

I already had this in my tree for drm-next for v4.19

Dave.