diff options
author | Ryan Mallon <[email protected]> | 2012-01-22 20:31:32 +1100 |
---|---|---|
committer | Ryan Mallon <[email protected]> | 2012-03-14 11:41:10 +1100 |
commit | 0fd1958050e92c859152e775e548284582335d25 (patch) | |
tree | dd457bc43e459ff65aa0dba5034ec52de5d43364 /net/lapb/lapb_subr.c | |
parent | 2ae18b471d91f7622e54f18ed3a4b5b20e9bf871 (diff) |
ep93xx: Use ioremap for backlight driver
The ep93xx backlight driver uses a single register within the
framebuffer's register space. Currently the backlight driver uses a
static IO mapping for the register since the memory cannot be
requested by both drivers.
Convert the static mapping to use ioremap so that we can remove the
dependency on mach/hardware.h. To do so, we need remove the
request_mem_region from both the backlight and framebuffer drivers,
since whichever driver is loaded second will fail with -EBUSY
otherwise.
A proper fix is still required, and a FIXME comment has been added to
both drivers.
Signed-off-by: Ryan Mallon <[email protected]>
Suggested-by: Arnd Bergmann <[email protected]>
Cc: Mika Westerberg <[email protected]>
Cc: Richard Purdie <[email protected]>
Cc: Florian Tobias Schandinat <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Acked-by: H Hartley Sweeten <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions