Re: [PATCH 35/41] drivers: tty: serial: 8250: add mapsize to platform data

2019-04-29 Thread Esben Haabendal
"Enrico Weigelt, metux IT consult" writes: > Adding a mapsize field for the 8250 port platform data struct, > so we can now set the resource size (eg. *1) and don't need > funny runtime detections like serial8250_port_size() anymore. > > For now, serial8250_port_size() is called everytime we need

[PATCH 35/41] drivers: tty: serial: 8250: add mapsize to platform data

2019-04-27 Thread Enrico Weigelt, metux IT consult
Adding a mapsize field for the 8250 port platform data struct, so we can now set the resource size (eg. *1) and don't need funny runtime detections like serial8250_port_size() anymore. For now, serial8250_port_size() is called everytime we need the io resource size. That function checks which chip