summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/s5pv210.c
diff options
context:
space:
mode:
authorLennart Sorensen <lsorense@csclub.uwaterloo.ca>2011-06-01 18:38:41 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 16:25:34 (GMT)
commitaf99d6f0037d970084b03d9690f50e34d6f70dae (patch)
tree4f2480b9be4f29e55f62c6d343c905dea5dc643a /drivers/tty/serial/s5pv210.c
parent163baa33552bb1c08b6bf109319505570658a8f3 (diff)
downloadlinux-af99d6f0037d970084b03d9690f50e34d6f70dae.tar.xz
serial: ioremap warning fix for jsm driver.
I saw a warning about ioremap from the jsm driver on a system which looked like this: resource map sanity check conflict: 0xe0200800 0xe02017ff 0xe0200800 0xe0200fff 0000:01:08.0 Turns out the warning is valid. The jsm driver has been asking to ioremap 0x1000 forever, but in fact only 8 port chips have 0x1000 bytes of memory. 4 port chips have 0x800 and 2 port chips have 0x400 according to the data sheet. It makes more sense to map the size of the region rather than a hard coded value. If you happen to have the region legitimately mapped to a base address that is not 4K aligned, ioremap complains otherwise. Signed-off-by: Len Sorensen <lsorense@csclub.uwaterloo.ca> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/s5pv210.c')
0 files changed, 0 insertions, 0 deletions