Re: [linux-sunxi] [PATCH 2/2] mmc: sunxi: fix new timings mode on A64 EMMC (MMC2) controller

2017-08-07 Thread icenowy
在 2017-08-06 10:39,Chen-Yu Tsai 写道: On Sat, Aug 05, 2017 at 05:35:55AM +0800, Icenowy Zheng wrote: The configuration struct of A64 EMMC(MMC2) compatible used to have the needs_new_timings variable missing, which lead to NULL pointer dereference now when trying to set up the old timings mode, as

Re: [linux-sunxi] [PATCH 2/2] mmc: sunxi: fix new timings mode on A64 EMMC (MMC2) controller

2017-08-07 Thread icenowy
在 2017-08-06 10:39,Chen-Yu Tsai 写道: On Sat, Aug 05, 2017 at 05:35:55AM +0800, Icenowy Zheng wrote: The configuration struct of A64 EMMC(MMC2) compatible used to have the needs_new_timings variable missing, which lead to NULL pointer dereference now when trying to set up the old timings mode, as

Re: [linux-sunxi] [PATCH 2/2] mmc: sunxi: fix new timings mode on A64 EMMC (MMC2) controller

2017-08-05 Thread Icenowy Zheng
于 2017年8月6日 GMT+08:00 上午10:39:54, Chen-Yu Tsai 写到: >On Sat, Aug 05, 2017 at 05:35:55AM +0800, Icenowy Zheng wrote: >> The configuration struct of A64 EMMC(MMC2) compatible used to >> have the needs_new_timings variable missing, which lead to NULL >> pointer dereference now when

Re: [linux-sunxi] [PATCH 2/2] mmc: sunxi: fix new timings mode on A64 EMMC (MMC2) controller

2017-08-05 Thread Icenowy Zheng
于 2017年8月6日 GMT+08:00 上午10:39:54, Chen-Yu Tsai 写到: >On Sat, Aug 05, 2017 at 05:35:55AM +0800, Icenowy Zheng wrote: >> The configuration struct of A64 EMMC(MMC2) compatible used to >> have the needs_new_timings variable missing, which lead to NULL >> pointer dereference now when trying to set up

Re: [linux-sunxi] [PATCH 2/2] mmc: sunxi: fix new timings mode on A64 EMMC (MMC2) controller

2017-08-05 Thread Chen-Yu Tsai
On Sat, Aug 05, 2017 at 05:35:55AM +0800, Icenowy Zheng wrote: > The configuration struct of A64 EMMC(MMC2) compatible used to > have the needs_new_timings variable missing, which lead to NULL > pointer dereference now when trying to set up the old timings mode, as > the old timings mode doesn't

Re: [linux-sunxi] [PATCH 2/2] mmc: sunxi: fix new timings mode on A64 EMMC (MMC2) controller

2017-08-05 Thread Chen-Yu Tsai
On Sat, Aug 05, 2017 at 05:35:55AM +0800, Icenowy Zheng wrote: > The configuration struct of A64 EMMC(MMC2) compatible used to > have the needs_new_timings variable missing, which lead to NULL > pointer dereference now when trying to set up the old timings mode, as > the old timings mode doesn't

[PATCH 2/2] mmc: sunxi: fix new timings mode on A64 EMMC (MMC2) controller

2017-08-04 Thread Icenowy Zheng
The configuration struct of A64 EMMC(MMC2) compatible used to have the needs_new_timings variable missing, which lead to NULL pointer dereference now when trying to set up the old timings mode, as the old timings mode doesn't exist at all on A64. Fix this issue by adding this variable and setting

[PATCH 2/2] mmc: sunxi: fix new timings mode on A64 EMMC (MMC2) controller

2017-08-04 Thread Icenowy Zheng
The configuration struct of A64 EMMC(MMC2) compatible used to have the needs_new_timings variable missing, which lead to NULL pointer dereference now when trying to set up the old timings mode, as the old timings mode doesn't exist at all on A64. Fix this issue by adding this variable and setting