tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded one
authorAndreas Werner <andy@wernerandy.de>
Mon, 5 Oct 2015 17:23:14 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:05:43 +0000 (21:05 -0700)
commit37f0679964fa8a1c345accb4a36da09c07d3b6a3
tree124576006a7ea93ac953e490feb7c0b7a8348c68
parent270c2adef30e1912002ba014c16c08b86706d01f
tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded one

There is no need to hardcode the MEN_Z135_MEM_SIZE. The MCB subsystem
already knowns the size which is located in the chameleon table.
MCB parse the chameleon table to get the resources of each IP and provide
the mcb_request_mem function to get those resources.

Use mcb_request_mem to get the resources. This function also takes care of
the memory region naming allocated by the driver for each of the instances.

Signed-off-by: Andreas Werner <andy@wernerandy.de>
Acked-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/men_z135_uart.c