From 57b17ae71f412b870415b698655f00846e34ce0a Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Thu, 2 Oct 2014 14:33:31 +0200 Subject: [PATCH] gpu: host1x: mipi: Registers are 32 bits wide On 64-bit platforms an unsigned long would be 64 bit and cause unnecessary casting when being passed to writel() or returned from readl(). Make register values 32 bits wide to avoid that. Signed-off-by: Thierry Reding --- Reading git-format-patch failed