On 8 September 2015 at 16:38, Marek Vasut <ma...@denx.de> wrote:
> On Tuesday, September 08, 2015 at 03:17:49 AM, Chin Liang See wrote:
>> Ensuring spi_calibration is run when there is a change of sclk
>> frequency. This will ensure the qspi flash access works for high
>> sclk frequency
>>
>> Signed-off-by: Chin Liang See <cl...@altera.com>
>> Cc: Dinh Nguyen <dingu...@opensource.altera.com>
>> Cc: Dinh Nguyen <dinh.li...@gmail.com>
>> Cc: Marek Vasut <ma...@denx.de>
>> Cc: Stefan Roese <s...@denx.de>
>> Cc: Vikas Manocha <vikas.mano...@st.com>
>> Cc: Jagannadh Teki <jt...@openedev.com>
>> Cc: Pavel Machek <pa...@denx.de>
>
> Acked-by: Marek Vasut <ma...@denx.de>
>
> Jagan, please apply for -next or I'll pick it up. Which do you prefer ?

You can pick, no issues. once 2/4, 3/4 ready.

>
> [...]
>
>> diff --git a/drivers/spi/cadence_qspi.h b/drivers/spi/cadence_qspi.h
>> index 98e57aa..2912e36 100644
>> --- a/drivers/spi/cadence_qspi.h
>> +++ b/drivers/spi/cadence_qspi.h
>> @@ -38,6 +38,7 @@ struct cadence_spi_priv {
>>       int             qspi_is_init;
>>       unsigned int    qspi_calibrated_hz;
>>       unsigned int    qspi_calibrated_cs;
>
> Idea for future patch: we should get rid of these qspi_ prefixes, they are
> really useless.
>
>> +     unsigned int    previous_hz;
>>  };
>>
>>  /* Functions call declaration */
>

thanks!
-- 
Jagan | openedev.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to