[OpenWrt-Devel] [PATCH v2 2/2] ath79: Remove mtd cfi_cmdset_0002 status check patches

2020-01-05 Thread Tokunori Ikegami
/openwrt/commit/ddc11c3932c7b7b7df7d5fbd48f207e7 Note: The changes are mainly applied into the linux kernel upstream. Signed-off-by: Tokunori Ikegami Cc: Koen Vandeputte --- .../403-mtd_fix_cfi_cmdset_0002_status_check.patch | 62 -- .../403

[OpenWrt-Devel] [PATCH v2 0/2] Remove mtd cfi_cmdset_0002 status check patches

2020-01-05 Thread Tokunori Ikegami
The following commit changes are mainly applied into the linux kernel upstream. https://github.com/openwrt/openwrt/commit/ddc11c3932c7b7b7df7d5fbd48f207e77619eaa7 So it is not necessary to remain current patches and remove them. Tokunori Ikegami (2): ar71xx: Remove mtd cfi_cmdset_0002

[OpenWrt-Devel] [PATCH v2 1/2] ar71xx: Remove mtd cfi_cmdset_0002 status check patch

2020-01-05 Thread Tokunori Ikegami
/openwrt/openwrt/commit/ddc11c3932c7b7b7df7d5fbd48f207e77619eaa7 Note: The changes are mainly applied into the linux kernel upstream. Signed-off-by: Tokunori Ikegami Cc: Koen Vandeputte --- .../403-mtd_fix_cfi_cmdset_0002_status_check.patch | 62 -- 1 file changed, 62 deletions

Re: [OpenWrt-Devel] ar71xx: Remove mtd cfi_cmdset_0002 status check patch

2020-01-03 Thread Tokunori Ikegami
Hi, Thanks for the confirmation. Yes your understanding is correct. Also I could understand it as rejected patch since ar71xx is deprecated. By the way how about ath79 is if deprecated as same? Since there are same patches in ath79 also. Regards, Ikegami On 2020/01/03 22:43, m...@adrianschmut

[OpenWrt-Devel] [PATCH] ar71xx: Remove mtd cfi_cmdset_0002 status check patch

2019-11-20 Thread Tokunori Ikegami
Currently the patch only changes break to use goto statement instead. But not necessary acutually since the ret value checked after the for loop. So it is okay for the break case before changed by the patch also. Signed-off-by: Tokunori Ikegami Cc: openwrt-devel@lists.openwrt.org --- .../403

[OpenWrt-Devel] [PATCH v2 0/1] ar71xx: Remove mtd cfi_cmdset_0002 force word write patch

2019-02-07 Thread Tokunori Ikegami
t work correctly. And it is not depended on the patches so it is caused without the patches also. The remaining issue will be investigated separately. Signed-off-by: Tokunori Ikegami Cc: Felix Fietkau Cc: openwrt-devel@lists.openwrt.org Tokunori Ikegami (1): ar71xx: Remove mtd cfi_cmdset_0002

[OpenWrt-Devel] [PATCH v2 1/1] ar71xx: Remove mtd cfi_cmdset_0002 force word write patch

2019-02-07 Thread Tokunori Ikegami
Currently the buffer write works as same with word write correctly. So it looks that it is not necessary to force word write. Also the write performance will be improved by the change to buffer write. Signed-off-by: Tokunori Ikegami Cc: Felix Fietkau Cc: openwrt-devel@lists.openwrt.org