Re: [U-Boot] [PATCH 11/51] powerpc: mpc83xx: Implement get_serial_clock()

2017-07-25 Thread Mario Six
Hi Simon, On Tue, Jul 18, 2017 at 4:01 PM, Simon Glass wrote: > On 14 July 2017 at 05:54, Mario Six wrote: >> DM serial drivers on PowerPC determine their clock frequency via the >> get_serial_clock function. This function is not Implemented yet for >>

Re: [U-Boot] [PATCH 11/51] powerpc: mpc83xx: Implement get_serial_clock()

2017-07-18 Thread Simon Glass
On 14 July 2017 at 05:54, Mario Six wrote: > DM serial drivers on PowerPC determine their clock frequency via the > get_serial_clock function. This function is not Implemented yet for > MPC83xx. > > This patch Implements the function so that DM serial drivers work on >

[U-Boot] [PATCH 11/51] powerpc: mpc83xx: Implement get_serial_clock()

2017-07-14 Thread Mario Six
DM serial drivers on PowerPC determine their clock frequency via the get_serial_clock function. This function is not Implemented yet for MPC83xx. This patch Implements the function so that DM serial drivers work on MPC83xx. Signed-off-by: Mario Six ---