]> 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>
Wed, 11 Jun 2014 14:57:39 +0000 (16:57 +0200)
commit4ad83e94059969b5b3ac107ee002d9401e8ac5b3
tree46c696a563fab20a092aaf2466e6085ca547fba2
parent1a5036bfd40bd7138fef8bb35adce7d76d8da924
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