[linux-sunxi] Re: [PATCH v2] mmc: sunxi: Fix NULL pointer reference on clk_delays

2017-08-08 Thread Ulf Hansson
On 8 August 2017 at 09:02, Chen-Yu Tsai wrote: > Some SoCs do not support clk delays for MMC in the clock control unit. > These include the old controllers in A10/A10s/A13/R8, and the new eMMC > controller in A64. The config structure for these controllers do not > specify

Re: [linux-sunxi] Re: [PATCH v2] mmc: sunxi: Fix NULL pointer reference on clk_delays

2017-08-08 Thread icenowy
在 2017-08-08 15:10,Chen-Yu Tsai 写道: On Tue, Aug 8, 2017 at 3:07 PM, wrote: 在 2017-08-08 15:02,Chen-Yu Tsai 写道: Some SoCs do not support clk delays for MMC in the clock control unit. These include the old controllers in A10/A10s/A13/R8, and the new eMMC controller in A64.

Re: [linux-sunxi] Re: [PATCH v2] mmc: sunxi: Fix NULL pointer reference on clk_delays

2017-08-08 Thread Chen-Yu Tsai
On Tue, Aug 8, 2017 at 3:07 PM, wrote: > 在 2017-08-08 15:02,Chen-Yu Tsai 写道: >> >> Some SoCs do not support clk delays for MMC in the clock control unit. >> These include the old controllers in A10/A10s/A13/R8, and the new eMMC >> controller in A64. The config structure for

[linux-sunxi] Re: [PATCH v2] mmc: sunxi: Fix NULL pointer reference on clk_delays

2017-08-08 Thread icenowy
在 2017-08-08 15:02,Chen-Yu Tsai 写道: Some SoCs do not support clk delays for MMC in the clock control unit. These include the old controllers in A10/A10s/A13/R8, and the new eMMC controller in A64. The config structure for these controllers do not specify clk_delays, but the check for this was