gma500: initial medfield merge
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 8 Mar 2012 16:02:20 +0000 (16:02 +0000)
committerDave Airlie <airlied@redhat.com>
Sat, 10 Mar 2012 13:05:48 +0000 (13:05 +0000)
commit026abc333205c1fff80138b8c2cac3d0347685f4
treedbcb2ad763f96b5f0c99ec5650f477aa103a8528
parentc6265ff593467d472814aa9f16f89f6c1dc90a5d
gma500: initial medfield merge

We need to merge this ahead of some of the cleanup because a lot of needed
cleanup spans both new and old chips. If we try and clean up and the merge
we end up fighting ourselves.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
[With a load of the cleanup stuff folded in, register stuff reworked sanely]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
22 files changed:
arch/x86/platform/mrst/mrst.c
drivers/gpu/drm/gma500/Kconfig
drivers/gpu/drm/gma500/Makefile
drivers/gpu/drm/gma500/mdfld_device.c [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_dsi_dpi.c [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_dsi_dpi.h [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_dsi_output.c [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_dsi_output.h [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.h [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_intel_display.c [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_output.c [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_output.h [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_tmd_vid.c [new file with mode: 0644]
drivers/gpu/drm/gma500/mdfld_tpo_vid.c [new file with mode: 0644]
drivers/gpu/drm/gma500/psb_drv.c
drivers/gpu/drm/gma500/psb_drv.h
drivers/gpu/drm/gma500/psb_irq.c
drivers/gpu/drm/gma500/psb_irq.h
drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c [new file with mode: 0644]
drivers/gpu/drm/gma500/tc35876x-dsi-lvds.h [new file with mode: 0644]
include/linux/i2c/tc35876x.h [new file with mode: 0644]