Re: [U-Boot] [PATCH 01/13] serial: 16550: Add getfcr accessor

2016-12-02 Thread Simon Glass
On 30 November 2016 at 18:06, Marek Vasut wrote: > Add function which allows fetching the default FCR register setting > from platform data for DM , while retaining old behavior for non-DM > by returning UART_FCRVAL. > > Signed-off-by: Marek Vasut > Cc: Tom Rini

[U-Boot] [PATCH 01/13] serial: 16550: Add getfcr accessor

2016-11-30 Thread Marek Vasut
Add function which allows fetching the default FCR register setting from platform data for DM , while retaining old behavior for non-DM by returning UART_FCRVAL. Signed-off-by: Marek Vasut Cc: Tom Rini Cc: Simon Glass --- V2: If