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