Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751462AbWIYLqP (ORCPT ); Mon, 25 Sep 2006 07:46:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751466AbWIYLqP (ORCPT ); Mon, 25 Sep 2006 07:46:15 -0400 Received: from calculon.skynet.ie ([193.1.99.88]:1988 "EHLO calculon.skynet.ie") by vger.kernel.org with ESMTP id S1751462AbWIYLqO (ORCPT ); Mon, 25 Sep 2006 07:46:14 -0400 Date: Mon, 25 Sep 2006 12:46:12 +0100 (IST) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: torvalds@osdl.org, Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [git pull] intelfb tree for 2.6.18-rc1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2042 Lines: 58 Hi Linus, This is an update to the Intel Framebuffer driver with i2c support for the intelfb and vsync support, along with some annotation fixing by Al. Please pull from 'intelfb-patches' branch of master.kernel.org:/pub/scm/linux/kernel/git/airlied/intelfb-2.6.git intelfb-patches to receive the following updates: Documentation/fb/intelfb.txt | 11 +- drivers/video/Kconfig | 26 ++++- drivers/video/intelfb/Makefile | 4 + drivers/video/intelfb/intelfb.h | 81 ++++++++++++++ drivers/video/intelfb/intelfb_i2c.c | 200 +++++++++++++++++++++++++++++++++++ drivers/video/intelfb/intelfbdrv.c | 82 +++++++++++++- drivers/video/intelfb/intelfbhw.c | 160 +++++++++++++++++++++++++--- drivers/video/intelfb/intelfbhw.h | 25 ++++ include/linux/i2c-id.h | 1 9 files changed, 555 insertions(+), 35 deletions(-) create mode 100644 drivers/video/intelfb/intelfb_i2c.c Al Viro: intelfb delousing Christian Merkle: intelfb: update doc and Kconfig (supported devices) Dave Airlie: intelfb: fix mtrr_reg signedness Dennis Munsie: intelfb: add preliminary i2c support intelfb: add preliminary i2c support intelfb: add preliminary i2c support intelfb: add preliminary i2c support intelfb: add preliminary i2c support intelfb: add preliminary i2c support intelfb: add preliminary i2c support intelfb: add preliminary i2c support Eric Hustvedt: intelfb: add vsync interrupt support intelfb: add vsync interrupt support intelfb: add vsync interrupt support intelfb: add vsync interrupt support intelfb: add vsync interrupt support Parag Warudkar: intelfbhw.c: intelfbhw_get_p1p2 defined but not used - 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/