]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Change Mipi register definitions
authorShashank Sharma <shashank.sharma@intel.com>
Mon, 2 Jun 2014 12:37:47 +0000 (18:07 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Jun 2014 14:36:04 +0000 (16:36 +0200)
commitec40d30848f8caa946084c2fbd3dce22183bd863
tree25072226aa55665d86005c1b861fa0f449ebd169
parentf943be426b766d6cadfc08dda4240240c86adebb
drm/i915: Change Mipi register definitions

Re-define MIPI register definitions in such a way that most of
the existing DSI code can be re-used for future platforms. Register
definitions are re-written using MMIO offset variable, so that without
changing the existing sequence, same code can be generically applied.

V4: Addressing review comments by Damien and Ville, splitting into two patches
This patch removes all the un-necessary formatting changes from previous patch.
V5: Removed 80 char limit formatting for existing MIPI regs
V6: Removed extra space, change one definition

Signed-off-by: Shashank Sharma <shashank.sharma@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h