]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/commit
drivers/video: fsl-diu-fb: improve device tree usage
authorTimur Tabi <timur@freescale.com>
Thu, 15 Sep 2011 21:44:50 +0000 (16:44 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sun, 18 Sep 2011 20:08:56 +0000 (20:08 +0000)
commit9e52ba612fa0d554c83c4bd988d60d4586347c17
tree2cf13795aab4c4765dca8db306a78e6bc9b5cb36
parent89f08e3e5d063b9fd7f37e8514e5f0af8c1015e8
drivers/video: fsl-diu-fb: improve device tree usage

Implement various improvements to the way the Freescale DIU framebuffer
driver access the device tree.

1) Use of_iomap() instead of of_address_to_resource() and ioremap()

2) Use be32_to_cpup() instead of directly dereferencing the device_node
   pointer.

3) Rename variable 'ofdev' to 'pdev' to avoid any confusion that it's
   a platform_device pointer, not an of_device pointer (of_device no
   longer exists).

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/fsl-diu-fb.c