Re: [PATCH v1 0/1] tegra_mmc: get tap and trim from dts

2023-08-24 Thread Svyatoslav Ryhel
24 серпня 2023 р. 16:27:19 GMT+03:00, Thierry Reding написав(-ла): >On Wed, Aug 23, 2023 at 02:30:48PM +0300, Svyatoslav Ryhel wrote: >> >> >> 23 серпня 2023 р. 13:53:26 GMT+03:00, Thierry Reding >> написав(-ла): >> >On Sat, Aug 19, 2023 at 06:35:00PM +0300, Svyatoslav Ryhel wrote: >> >> D

Re: [PATCH v1 0/1] tegra_mmc: get tap and trim from dts

2023-08-24 Thread Thierry Reding
On Wed, Aug 23, 2023 at 02:30:48PM +0300, Svyatoslav Ryhel wrote: > > > 23 серпня 2023 р. 13:53:26 GMT+03:00, Thierry Reding > написав(-ла): > >On Sat, Aug 19, 2023 at 06:35:00PM +0300, Svyatoslav Ryhel wrote: > >> Default-tap and default-trim values are used for eMMC setup > >> mostly on T114+

Re: [PATCH v1 0/1] tegra_mmc: get tap and trim from dts

2023-08-23 Thread Svyatoslav Ryhel
23 серпня 2023 р. 13:53:26 GMT+03:00, Thierry Reding написав(-ла): >On Sat, Aug 19, 2023 at 06:35:00PM +0300, Svyatoslav Ryhel wrote: >> Default-tap and default-trim values are used for eMMC setup >> mostly on T114+ devices. As for now, those values are hardcoded >> for T210 and ignored for al

Re: [PATCH v1 0/1] tegra_mmc: get tap and trim from dts

2023-08-23 Thread Thierry Reding
On Sat, Aug 19, 2023 at 06:35:00PM +0300, Svyatoslav Ryhel wrote: > Default-tap and default-trim values are used for eMMC setup > mostly on T114+ devices. As for now, those values are hardcoded > for T210 and ignored for all other Tegra generations. Fix this > by passing tap and trim values from dt

[PATCH v1 0/1] tegra_mmc: get tap and trim from dts

2023-08-19 Thread Svyatoslav Ryhel
Default-tap and default-trim values are used for eMMC setup mostly on T114+ devices. As for now, those values are hardcoded for T210 and ignored for all other Tegra generations. Fix this by passing tap and trim values from dts. This commit will cause regression on T210 (emmc may not work), fix is