[U-Boot] [PATCH 10/10] mmc: uniphier-sd: Add Renesas SDR104/HS200 tuning support

Jaehoon Chung jh80.chung at samsung.com
Tue Feb 13 23:48:54 UTC 2018


Hi Marek,

On 02/14/2018 07:05 AM, Marek Vasut wrote:
> On 02/09/2018 06:28 PM, Masahiro Yamada wrote:
>> Jaehoon,
>>
>> 2018-02-01 0:21 GMT+09:00 Marek Vasut <marek.vasut at gmail.com>:
>>> Add code for PHY tuning required for SDR104/HS200 support on Renesas RCar.
>>>
>>> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
>>> Cc: Jaehoon Chung <jh80.chung at samsung.com>
>>> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
>>> ---
>>
>>
>> Please apply whole of the series.
>>
>>
>> This patch introduces warnings for configs/uniphier_v7_defconfig,
>> but it is trivial to fix it up.
>>
>> (Please replace 'static' with 'static inline')
>>
>>
>>
>>
>>   CC      spl/drivers/core/ofnode.o
>>   CC      spl/drivers/core/read_extra.o
>>   LD      spl/drivers/core/built-in.o
>>   CC      spl/drivers/mmc/mmc.o
>>   CC      spl/drivers/mmc/mmc-uclass.o
>>   CC      spl/drivers/mmc/mmc_boot.o
>>   CC      spl/drivers/mmc/uniphier-sd.o
>> In file included from drivers/mmc/uniphier-sd.c:21:0:
>> drivers/mmc/uniphier-sd.h:149:12: warning:
>> ‘rcar_gen3_sd_execute_tuning’ defined but not used [-Wunused-function]
>>  static int rcar_gen3_sd_execute_tuning(struct udevice *dev, uint opcode)
>>             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>> drivers/mmc/uniphier-sd.h:145:13: warning: ‘rcar_gen3_sd_reset_tuning’
>> defined but not used [-Wunused-function]
>>  static void rcar_gen3_sd_reset_tuning(struct uniphier_sd_priv *priv)
>>              ^~~~~~~~~~~~~~~~~~~~~~~~~
>>   LD      spl/drivers/mmc/built-in.o
>>   CC      spl/drivers/mtd/nand/denali_spl.o
>>   LD      spl/drivers/mtd/nand/built-in.o
>>   CC      spl/drivers/pinctrl/pinctrl-uclass.o
>>   CC      spl/drivers/pinctrl/pinctrl-generic.o
>>
>>
>>
> [...]
> Jaehoon, any news here ?

Thanks for reminding ping. Today, i will do to check other patches, also this.

Best Regards,
Jaehoon Chung

> 



More information about the U-Boot mailing list