[U-Boot] [PATCH 2/4] ARM: mx6: ddr: Factor out SDQS configuration code

2019-12-29 Thread sbabic
> Pull out the code turning SDQS pullups on and off into a separate > function, since it is replicated in two places in the code and it > is the single place in the entire function which is SoC dependent. > Signed-off-by: Marek Vasut > Cc: Eric Nelson > Cc: Fabio Estevam > Cc: Stefano Babic >

Re: [U-Boot] [PATCH 2/4] ARM: mx6: ddr: Factor out SDQS configuration code

2019-11-26 Thread Eric Nelson
Hi Marek, On 11/26/19 1:34 AM, Marek Vasut wrote: Pull out the code turning SDQS pullups on and off into a separate function, since it is replicated in two places in the code and it is the single place in the entire function which is SoC dependent. Signed-off-by: Marek Vasut Cc: Eric Nelson

[U-Boot] [PATCH 2/4] ARM: mx6: ddr: Factor out SDQS configuration code

2019-11-26 Thread Marek Vasut
Pull out the code turning SDQS pullups on and off into a separate function, since it is replicated in two places in the code and it is the single place in the entire function which is SoC dependent. Signed-off-by: Marek Vasut Cc: Eric Nelson Cc: Fabio Estevam Cc: Stefano Babic ---