Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752691AbbKKPfB (ORCPT ); Wed, 11 Nov 2015 10:35:01 -0500 Received: from fw-tnat.cambridge.arm.com ([217.140.96.140]:28020 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752141AbbKKPe7 (ORCPT ); Wed, 11 Nov 2015 10:34:59 -0500 From: Liviu Dudau To: David Airlie Cc: Russell King , DRI devel , LKML Subject: [PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting. Date: Wed, 11 Nov 2015 15:34:32 +0000 Message-Id: <1447256075-471-1-git-send-email-Liviu.Dudau@arm.com> X-Mailer: git-send-email 2.6.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1138 Lines: 30 Hello, While updating the HDLCD driver to support atomic modesetting I've encountered crashes when using it with the tda998x driver because the later doesn't support the atomic helper functions. While going through the code testing I've noticed an unbalanced .unbind missing drm_connector_unregister() and updated the pixel clock support for TDA19988. These patches are to be applied on top of David Airlie's drm-next. I've used commit 816d2206f0f9 as that includes Russell's cleanup for tda998x that has gone into v4.4-rc1. Best regards, Liviu Liviu Dudau (3): drm/i2c: tda998x: Unregister the connector in the unbind function. drm/i2c: tda998x: Increase the supported dotclock frequency to 165MHz for TDA19988. drm/i2c: tda998x: Add support for atomic modesetting. drivers/gpu/drm/i2c/tda998x_drv.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -- 2.6.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/