aboutsummaryrefslogtreecommitdiff
path: root/test/dmesg/padcod-10.1.log
blob: b72cd62930800784b194d99a7fc8c65404ad03ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
ype: 0
<4>[    2.879742] [NE]part recovery size: 0x10000 type: 0
<4>[    2.879751] [NE]part cache size: 0x100000 type: 0
<4>[    2.879759] [NE]part metadata size: 0x8000 type: 0
<4>[    2.879768] [NE]part private size: 0x8000 type: 0
<4>[    2.879776] [NE]partition_num: 1,size :0x978000,cross_talk 1
<4>[    2.879785] [NE]part UDISK size: 0xffffffff type: 0
<4>[    2.879843] [ND]phy_partition->PartitionNO :0
<4>[    2.879851] [ND]phy_partition->SectorNumsPerPage :64
<4>[    2.879859] [ND]phy_partition->PageNumsPerBlk :256
<4>[    2.879867] [ND]phy_partition->TotalBlkNum :339
<4>[    2.879875] [ND]phy_partition->FullBitmapPerPage :64
<4>[    2.879882] [ND]phy_partition->FreeBlock :0
<4>[    2.879890] [ND]phy_partition->TotalSectors :5046272
<4>[    2.879898] [ND]phy_partition->StartBlock.Chip_NO :0
<4>[    2.879905] [ND]phy_partition->StartBlock.Block_NO :12
<4>[    2.879913] [ND]phy_partition->EndBlock.Chip_NO :0
<4>[    2.879921] [ND]phy_partition->EndBlock.Block_NO :350
<4>[    2.879929] [ND]phy_partition->next_phy_partition :0
<4>[    2.879937] [ND]phy_partition->PartitionNO 0  FACTORY BAD BLOCK:
<4>[    2.879946] [ND]phy_partition->PartitionNO 0  NEW BAD BLOCK:
<4>[    2.880024] [ND]phy_partition->PartitionNO :1
<4>[    2.880032] [ND]phy_partition->SectorNumsPerPage :64
<4>[    2.880040] [ND]phy_partition->PageNumsPerBlk :256
<4>[    2.880047] [ND]phy_partition->TotalBlkNum :673
<4>[    2.880055] [ND]phy_partition->FullBitmapPerPage :64
<4>[    2.880062] [ND]phy_partition->FreeBlock :0
<4>[    2.880070] [ND]phy_partition->TotalSectors :9928704
<4>[    2.880077] [ND]phy_partition->StartBlock.Chip_NO :0
<4>[    2.880085] [ND]phy_partition->StartBlock.Block_NO :351
<4>[    2.880093] [ND]phy_partition->EndBlock.Chip_NO :0
<4>[    2.880100] [ND]phy_partition->EndBlock.Block_NO :1023
<4>[    2.880108] [ND]phy_partition->next_phy_partition :0
<4>[    2.880116] [ND]phy_partition->PartitionNO 1  FACTORY BAD BLOCK:
<4>[    2.880124] [ND]phy_partition->PartitionNO 1  NEW BAD BLOCK:
<4>[    2.880133] [ND]build 2 phy_partition !
<4>[    2.880140] [ND]nand_info->type :0
<4>[    2.880147] [ND]nand_info->SectorNumsPerPage :64
<4>[    2.880154] [ND]nand_info->BytesUserData :16
<4>[    2.880162] [ND]nand_info->PageNumsPerBlk :256
<4>[    2.880169] [ND]nand_info->BlkPerChip :1024
<4>[    2.880176] [ND]nand_info->FirstBuild :0
<4>[    2.880184] [ND]nand_info->FullBitmap :1611333779
<4>[    2.880192] [ND]nand_info->bad_block_addr.Chip_NO :0
<4>[    2.880199] [ND]nand_info->bad_block_addr.Block_NO :9
<4>[    2.880207] [ND]nand_info->mbr_block_addr.Chip_NO :0
<4>[    2.880215] [ND]nand_info->mbr_block_addr.Block_NO :8
<4>[    2.880223] [ND]nand_info->no_used_block_addr.Chip_NO :0
<4>[    2.880231] [ND]nand_info->no_used_block_addr.Block_NO :12
<4>[    2.880239] [ND]nand_info->new_bad_block_addr.Chip_NO :0
<4>[    2.880247] [ND]nand_info->new_bad_block_addr.Block_NO :10
<4>[    2.880255] [ND]nand_info->new_bad_page_addr :65535
<4>[    2.880263] [ND]nand_info->partition_nums :2
<4>[    2.880271] [ND]sizeof partition:2384
<4>[    2.880277] [ND]nand_info->partition:0:
<4>[    2.880285] [ND]size:0x4d0000
<4>[    2.880291] [ND]cross_talk:0x0
<4>[    2.880297] [ND]attribute:0x0
<4>[    2.880304] [ND]start: chip:0 block:12
<4>[    2.880312] [ND]end  : chip:0 block:350
<4>[    2.880319] [ND]nand_info->partition:1:
<4>[    2.880326] [ND]size:0x978000
<4>[    2.880332] [ND]cross_talk:0x1
<4>[    2.880338] [ND]attribute:0x0
<4>[    2.880345] [ND]start: chip:0 block:351
<4>[    2.880353] [ND]end  : chip:0 block:1023
<4>[    2.880788] [NAND]nand_probe
<4>[    2.880896] [NAND]nand type err!
<4>[    2.880940] [ND]nand_partition0
<4>[    2.881000] [ND]nftl start:339,31
<4>[    2.881982] [ND]first
<4>[    2.952990] [ND]before second 339 308.
<4>[    3.244410] [ND]recover 199 104
<4>[    3.244434] [ND]A33 nand2.0 version:0008 date:Jun 29 2015 16:01:08
<4>[    3.244443] [ND]zone->nand_chip->blk_per_chip: 339 
<4>[    3.244451] [ND]zone->nand_chip->bytes_per_page: 32768 
<4>[    3.244459] [ND]zone->nand_chip->pages_per_blk: 256 
<4>[    3.244467] [ND]zone->nand_chip->max_erase_times: 3000 
<4>[    3.244475] [ND]zone->nand_chip->support_read_reclaim: 43690 
<4>[    3.244483] [ND]zone->test: 0 
<4>[    3.244489] [ND]zone->zone_no: 0 
<4>[    3.244496] [ND]zone->zone_attr: 0 
<4>[    3.244503] [ND]zone->blocks: 339 
<4>[    3.244509] [ND]zone->bad_block: 0 
<4>[    3.244516] [ND]zone->logic_cap_in_sects: 5046272 
<4>[    3.244524] [ND]zone->backup_cap_in_sects: 507904 
<4>[    3.244532] [ND]zone->free_block_num: 204 
<4>[    3.244539] [ND]zone->gc_strategy.start_gc_free_blocks: 8 
<4>[    3.244548] [ND]zone->gc_strategy.stop_gc_free_blocks: 20 
<4>[    3.244555] [ND]zone->gc_strategy.gc_page: 0 
<4>[    3.244563] [ND]zone->gc_strategy.process: 1 
<4>[    3.244570] [ND]zone->prio_gc.prio_type : 0 
<4>[    3.244578] [ND]zone->total_reads : 0 
<4>[    3.244584] [ND]zone->total_write: 0 
<4>[    3.244591] [ND]zone->zone_start_phy_block->phy_block.Block_NO: 0 
<4>[    3.244600] [ND]zone->zone_end_phy_block->phy_block.Block_NO: 338 
<4>[    3.244609] [ND]zone->zone_phy_page_map_for_gc: ee4b3000 
<4>[    3.244618] [ND]zone->current_block.phy_page_map: ee516000 
<4>[    3.244626] [ND]zone->current_block.block_info: ef2c5bfc 
<4>[    3.244634] [ND]zone->current_block.block_info->phy_block.Block_NO: 199 
<4>[    3.244643] [ND]zone->current_block.page_used: 104 
<4>[    3.244651] [ND]zone->current_block.block_info->block_used_count: 139 
<4>[    3.244661] [ND]zone->temp_page_buf: ee610000 
<4>[    3.244669] [ND]zone->max_erase_num: 1 
<4>[    3.244675] [ND]zone->total_sector_want_read: 0 
<4>[    3.244683] [ND]zone->total_sector_want_write: 0 
<4>[    3.244690] [ND]zone->total_page_want_write: 0 
<4>[    3.244698] [ND]zone->total_page_want_read: 0 
<4>[    3.244705] [ND]zone->total_page_real_write: 0 
<4>[    3.244713] [ND]zone->total_page_real_read: 0 
<4>[    3.244720] [ND]zone->total_block_real_erase: 0 
<4>[    3.244727] [ND]zone->cache.cache_totals: 0 
<4>[    3.244735] [ND]zone->cfg->nftl_dont_use_cache: 0 
<4>[    3.244743] [ND]zone->cfg->nftl_use_cache_sort: 1 
<4>[    3.244751] [ND]zone->cfg->nftl_support_gc_read_reclaim: 0 
<4>[    3.244759] [ND]zone->cfg->nftl_support_wear_leveling: 1 
<4>[    3.244767] [ND]zone->cfg->nftl_need_erase: 0 
<4>[    3.244775] [ND]zone->cfg->nftl_min_free_block_num: 19 
<4>[    3.244783] [ND]zone->cfg->nftl_gc_threshold_free_block_num: 8 
<4>[    3.244791] [ND]zone->cfg->nftl_min_free_block: 4 
<4>[    3.244799] [ND]zone->cfg->nftl_gc_threshold_ratio_numerator: 2 
<4>[    3.244807] [ND]zone->cfg->nftl_gc_threshold_ratio_denominator: 3 
<4>[    3.244816] [ND]zone->cfg->nftl_max_cache_num: 500 
<4>[    3.244824] [ND]zone->cfg->nftl_max_cache_write_num: 400 
<4>[    3.244831] [ND]zone->cfg->nftl_cross_talk: 0 
<4>[    3.244839] [ND]nftl ok!
<3>[    3.267068] add_nand: fake_nand script_get_item err. 
<3>[    3.272742] add_nand: fake_nand script_get_item err. 
<6>[    3.280965]  nanda:
<3>[    3.281333] add_nand: fake_nand script_get_item err. 
<6>[    3.289083]  nandb: unknown partition table
<3>[    3.289381] add_nand: fake_nand script_get_item err. 
<6>[    3.297319]  nandc: unknown partition table
<3>[    3.297578] add_nand: fake_nand script_get_item err. 
<6>[    3.305292]  nandd: unknown partition table
<3>[    3.305562] add_nand: fake_nand script_get_item err. 
<6>[    3.313261]  nande: unknown partition table
<3>[    3.313532] add_nand: fake_nand script_get_item err. 
<6>[    3.321169]  nandf: unknown partition table
<3>[    3.321455] add_nand: fake_nand script_get_item err. 
<6>[    3.329080]  nandg: unknown partition table
<3>[    3.329339] add_nand: fake_nand script_get_item err. 
<6>[    3.337067]  nandh: unknown partition table
<3>[    3.337347] add_nand: fake_nand script_get_item err. 
<6>[    3.343915]  nandi: unknown partition table
<3>[    3.344177] add_nand: fake_nand script_get_item err. 
<6>[    3.351889]  nandj: unknown partition table
<4>[    3.352169] [ND]nand_partition1
<4>[    3.352400] [ND]nftl start:673,67
<4>[    3.354334] [ND]first
<4>[    3.494031] _ReadCheckSpare: filled invalid page(0,976,0)...
<4>[    3.494240] _ReadCheckSpare: filled invalid page(0,977,0)...
<4>[    3.494424] _ReadCheckSpare: filled invalid page(0,978,0)...
<4>[    3.494622] _ReadCheckSpare: filled invalid page(0,979,0)...
<4>[    3.494806] _ReadCheckSpare: filled invalid page(0,980,0)...
<4>[    3.495005] _ReadCheckSpare: filled invalid page(0,981,0)...
<4>[    3.495205] _ReadCheckSpare: filled invalid page(0,982,0)...
<4>[    3.495406] _ReadCheckSpare: filled invalid page(0,983,0)...
<4>[    3.495606] _ReadCheckSpare: filled invalid page(0,984,0)...
<4>[    3.495804] _ReadCheckSpare: filled invalid page(0,985,0)...
<4>[    3.496005] _ReadCheckSpare: filled invalid page(0,986,0)...
<4>[    3.496205] _ReadCheckSpare: filled invalid page(0,987,0)...
<4>[    3.496406] _ReadCheckSpare: filled invalid page(0,988,0)...
<4>[    3.496607] _ReadCheckSpare: filled invalid page(0,989,0)...
<4>[    3.496806] _ReadCheckSpare: filled invalid page(0,990,0)...
<4>[    3.497006] _ReadCheckSpare: filled invalid page(0,991,0)...
<4>[    3.497206] _ReadCheckSpare: filled invalid page(0,992,0)...
<4>[    3.497405] _ReadCheckSpare: filled invalid page(0,993,0)...
<4>[    3.497606] _ReadCheckSpare: filled invalid page(0,994,0)...
<4>[    3.497804] _ReadCheckSpare: filled invalid page(0,995,0)...
<4>[    3.498003] _ReadCheckSpare: filled invalid page(0,996,0)...
<4>[    3.498201] _ReadCheckSpare: filled invalid page(0,997,0)...
<4>[    3.498402] _ReadCheckSpare: filled invalid page(0,998,0)...
<4>[    3.498602] _ReadCheckSpare: filled invalid page(0,999,0)...
<4>[    3.498805] _ReadCheckSpare: filled invalid page(0,1000,0)...
<4>[    3.499003] _ReadCheckSpare: filled invalid page(0,1001,0)...
<4>[    3.499203] _ReadCheckSpare: filled invalid page(0,1002,0)...
<4>[    3.499403] _ReadCheckSpare: filled invalid page(0,1003,0)...
<4>[    3.499603] _ReadCheckSpare: filled invalid page(0,1004,0)...
<4>[    3.499802] _ReadCheckSpare: filled invalid page(0,1005,0)...
<4>[    3.500024] _ReadCheckSpare: filled invalid page(0,1006,0)...
<4>[    3.500229] _ReadCheckSpare: filled invalid page(0,1007,0)...
<4>[    3.500431] _ReadCheckSpare: filled invalid page(0,1008,0)...
<4>[    3.500630] _ReadCheckSpare: filled invalid page(0,1009,0)...
<4>[    3.500830] _ReadCheckSpare: filled invalid page(0,1010,0)...
<4>[    3.501031] _ReadCheckSpare: filled invalid page(0,1011,0)...
<4>[    3.501233] _ReadCheckSpare: filled invalid page(0,1012,0)...
<4>[    3.501432] _ReadCheckSpare: filled invalid page(0,1013,0)...
<4>[    3.501632] _ReadCheckSpare: filled invalid page(0,1014,0)...
<4>[    3.501833] _ReadCheckSpare: filled invalid page(0,1015,0)...
<4>[    3.502032] _ReadCheckSpare: filled invalid page(0,1016,0)...
<4>[    3.502235] _ReadCheckSpare: filled invalid page(0,1017,0)...
<4>[    3.502435] _ReadCheckSpare: filled invalid page(0,1018,0)...
<4>[    3.502637] _ReadCheckSpare: filled invalid page(0,1019,0)...
<4>[    3.502838] _ReadCheckSpare: filled invalid page(0,1020,0)...
<4>[    3.503040] _ReadCheckSpare: filled invalid page(0,1021,0)...
<4>[    3.503425] [ND]before second 673 606.
<4>[    3.512937] [NE]NAND_EVENT: 2 current used block found 624,623!
<4>[    3.512962] [ND]something strange 1,25!!
<4>[    4.603534] [ND]cross_talk_rebuild_current_block!! 624,136,25,623,136,26!
<4>[    4.603552] [ND]corss talk rebuild 2 136 136 136!
<4>[    4.603561] [NE]erase_block block 623!
<4>[    5.215554] PHY_VirtualPageWrite: nDieNum: 0/1  nBlkNum: 974/1024  nPage: 255/256
<4>[    5.215564] 0xff 0x55 0x55 0x55 0x55 0x0 0x2 0xff 0xff 0xff 0xff 0x2 0x40 0x0 0x3 0xef 
<4>[    5.548339] [NE]erase_block block 624!
<4>[    6.159093] PHY_VirtualPageWrite: nDieNum: 0/1  nBlkNum: 975/1024  nPage: 255/256
<4>[    6.159103] 0xff 0x55 0x55 0x55 0x55 0x0 0x2 0xff 0xff 0xff 0xff 0x2 0x40 0x0 0x3 0xef 
<4>[    6.343603] [ND]recover 622 136
<4>[    6.986680] [ND]A33 nand2.0 version:0008 date:Jun 29 2015 16:01:08
<4>[    6.986693] [ND]zone->nand_chip->blk_per_chip: 673 
<4>[    6.986701] [ND]zone->nand_chip->bytes_per_page: 32768 
<4>[    6.986709] [ND]zone->nand_chip->pages_per_blk: 256 
<4>[    6.986717] [ND]zone->nand_chip->max_erase_times: 3000 
<4>[    6.986725] [ND]zone->nand_chip->support_read_reclaim: 43690 
<4>[    6.986733] [ND]zone->test: 0 
<4>[    6.986739] [ND]zone->zone_no: 1 
<4>[    6.986747] [ND]zone->zone_attr: 1 
<4>[    6.986753] [ND]zone->blocks: 673 
<4>[    6.986760] [ND]zone->bad_block: 0 
<4>[    6.986767] [ND]zone->logic_cap_in_sects: 9928704 
<4>[    6.986775] [ND]zone->backup_cap_in_sects: 1097728 
<4>[    6.986782] [ND]zone->free_block_num: 670 
<4>[    6.986790] [ND]zone->gc_strategy.start_gc_free_blocks: 13 
<4>[    6.986798] [ND]zone->gc_strategy.stop_gc_free_blocks: 44 
<4>[    6.986806] [ND]zone->gc_strategy.gc_page: 0 
<4>[    6.986813] [ND]zone->gc_strategy.process: 1 
<4>[    6.986821] [ND]zone->prio_gc.prio_type : 0 
<4>[    6.986828] [ND]zone->total_reads : 0 
<4>[    6.986835] [ND]zone->total_write: 0 
<4>[    6.986842] [ND]zone->zone_start_phy_block->phy_block.Block_NO: 0 
<4>[    6.986851] [ND]zone->zone_end_phy_block->phy_block.Block_NO: 672 
<4>[    6.986860] [ND]zone->zone_phy_page_map_for_gc: ed241000 
<4>[    6.986868] [ND]zone->current_block.phy_page_map: ee507000 
<4>[    6.986877] [ND]zone->current_block.block_info: ed22d778 
<4>[    6.986885] [ND]zone->current_block.block_info->phy_block.Block_NO: 622 
<4>[    6.986894] [ND]zone->current_block.page_used: 136 
<4>[    6.986902] [ND]zone->current_block.block_info->block_used_count: 26 
<4>[    6.986911] [ND]zone->assist_block.phy_page_map: ed23f000 
<4>[    6.986920] [ND]zone->assist_block.block_info: ed22d754 
<4>[    6.986928] [ND]zone->assist_block.block_info->phy_block.Block_NO: 621 
<4>[    6.986937] [ND]zone->assist_block.page_used: 136 
<4>[    6.986945] [ND]zone->assist_block.block_info->block_used_count: 27 
<4>[    6.986954] [ND]zone->temp_page_buf: ed258000 
<4>[    6.986961] [ND]zone->max_erase_num: 1 
<4>[    6.986968] [ND]zone->total_sector_want_read: 0 
<4>[    6.986975] [ND]zone->total_sector_want_write: 0 
<4>[    6.986983] [ND]zone->total_page_want_write: 0 
<4>[    6.986990] [ND]zone->total_page_want_read: 0 
<4>[    6.986998] [ND]zone->total_page_real_write: 0 
<4>[    6.987005] [ND]zone->total_page_real_read: 0 
<4>[    6.987012] [ND]zone->total_block_real_erase: 0 
<4>[    6.987020] [ND]zone->cache.cache_totals: 0 
<4>[    6.987028] [ND]zone->cfg->nftl_dont_use_cache: 0 
<4>[    6.987036] [ND]zone->cfg->nftl_use_cache_sort: 1 
<4>[    6.987044] [ND]zone->cfg->nftl_support_gc_read_reclaim: 0 
<4>[    6.987052] [ND]zone->cfg->nftl_support_wear_leveling: 1 
<4>[    6.987060] [ND]zone->cfg->nftl_need_erase: 0 
<4>[    6.987068] [ND]zone->cfg->nftl_min_free_block_num: 19 
<4>[    6.987076] [ND]zone->cfg->nftl_gc_threshold_free_block_num: 8 
<4>[    6.987084] [ND]zone->cfg->nftl_min_free_block: 4 
<4>[    6.987092] [ND]zone->cfg->nftl_gc_threshold_ratio_numerator: 2 
<4>[    6.987100] [ND]zone->cfg->nftl_gc_threshold_ratio_denominator: 3 
<4>[    6.987109] [ND]zone->cfg->nftl_max_cache_num: 500 
<4>[    6.987117] [ND]zone->cfg->nftl_max_cache_write_num: 8 
<4>[    6.987125] [ND]zone->cfg->nftl_cross_talk: 1 
<4>[    6.987132] [ND]nftl ok!
<3>[    7.009307] add_nand: fake_nand script_get_item err. 
<6>[    7.017477]  nandk:
<4>[    7.017805] [NAND]nand init end 
<6>[    7.019838] init: command 'insmod' r=0
<6>[    7.020190] init: command 'symlink' r=0
<6>[    7.020278] init: command 'symlink' r=0
<6>[    7.020338] init: command 'symlink' r=0
<6>[    7.020566] init: command 'mkdir' r=0
<7>[    7.100231] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<6>[    7.100330] init: command 'mount' r=0
<6>[    7.100669] init: command 'mkdir' r=0
<7>[    7.100882] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<6>[    7.100948] init: command 'mount' r=0
<6>[    7.101191] init: command 'mkdir' r=0
<6>[    7.101336] init: command 'mount' r=-1
<6>[    7.101519] init: command 'write' r=0
<6>[    7.101606] init: command 'chown' r=-2
<6>[    7.101663] init: command 'chmod' r=-2
<6>[    7.101842] init: command 'mkdir' r=0
<6>[    7.101934] init: command 'write' r=0
<6>[    7.102018] init: command 'write' r=0
<6>[    7.102082] init: command 'chown' r=-2
<6>[    7.102139] init: command 'chmod' r=-2
<6>[    7.102370] init: command 'mkdir' r=0
<6>[    7.102566] init: command 'mkdir' r=0
<6>[    7.102771] init: command 'mkdir' r=0
<6>[    7.102893] init: command 'mkdir' r=0
<6>[    7.103062] init: command 'mkdir' r=0
<6>[    7.103187] init: command 'mkdir' r=0
<6>[    7.103305] init: command 'mkdir' r=0
<6>[    7.103425] init: command 'mkdir' r=0
<7>[    7.103583] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<6>[    7.103627] init: command 'mount' r=0
<6>[    7.103790] init: command 'mkdir' r=0
<6>[    7.103934] init: command 'mkdir' r=0
<6>[    7.104128] init: command 'mkdir' r=0
<7>[    7.104269] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<6>[    7.104309] init: command 'mount' r=0
<6>[    7.104448] init: command 'mkdir' r=0
<7>[    7.104602] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
<6>[    7.104643] init: command 'mount' r=0
<6>[    7.104845] init: command 'write' r=0
<6>[    7.104893] init: command 'write' r=-2
<6>[    7.105005] init: command 'write' r=0
<6>[    7.105053] init: command 'write' r=-2
<6>[    7.105093] init: command 'write' r=-2
<6>[    7.105126] init: command 'write' r=-2
<6>[    7.105198] init: command 'write' r=0
<6>[    7.105272] init: command 'write' r=0
<6>[    7.105347] init: command 'write' r=0
<6>[    7.105421] init: command 'write' r=0
<6>[    7.105514] init: command 'write' r=0
<6>[    7.105591] init: command 'write' r=0
<6>[    7.105716] init: command 'write' r=0
<6>[    7.105797] init: command 'write' r=0
<6>[    7.105871] init: command 'write' r=0
<6>[    7.106716] init: command 'mkdir' r=0
<7>[    7.220164] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
<6>[    7.220230] init: command 'mount' r=0
<6>[    7.220303] init: command 'chown' r=0
<6>[    7.220514] init: command 'chown' r=0
<6>[    7.220590] init: command 'chmod' r=0
<6>[    7.220638] init: command 'write' r=-22
<6>[    7.220682] init: command 'write' r=0
<6>[    7.220722] init: command 'write' r=0
<6>[    7.221141] init: command 'mkdir' r=0
<6>[    7.221197] init: command 'chown' r=0
<6>[    7.221240] init: command 'chmod' r=0
<6>[    7.221278] init: command 'write' r=0
<6>[    7.221318] init: command 'write' r=0
<6>[    7.221358] init: command 'write' r=0
<6>[    7.221717] init: command 'mkdir' r=0
<6>[    7.221769] init: command 'chown' r=0
<6>[    7.221812] init: command 'chmod' r=0
<6>[    7.221855] init: command 'write' r=0
<6>[    7.221898] init: command 'write' r=0
<6>[    7.221939] init: command 'write' r=0
<6>[    7.222180] init: command 'chown' r=0
<6>[    7.222321] init: command 'chown' r=0
<6>[    7.222411] init: command 'chmod' r=0
<6>[    7.222826] init: command 'mkdir' r=0
<6>[    7.222858] init: processing action 0x521b0 (init)
<6>[    7.222875] init: command 'export' r=0
<6>[    7.222891] init: command 'export' r=0
<6>[    7.222906] init: command 'export' r=0
<6>[    7.222920] init: command 'export' r=0
<6>[    7.222934] init: command 'export' r=0
<6>[    7.222948] init: command 'export' r=0
<6>[    7.222962] init: command 'export' r=0
<6>[    7.222976] init: command 'export' r=0
<6>[    7.222990] init: command 'export' r=0
<6>[    7.223006] init: command 'export' r=0
<6>[    7.223020] init: processing action 0x55a88 (init)
<6>[    7.223034] init: command 'export' r=0
<6>[    7.223178] init: command 'mkdir' r=0
<6>[    7.223253] init: command 'symlink' r=0
<6>[    7.223306] init: command 'symlink' r=0
<6>[    7.223443] init: command 'mkdir' r=0
<6>[    7.223508] init: command 'symlink' r=0
<6>[    7.223558] init: command 'symlink' r=0
<6>[    7.223692] init: command 'mkdir' r=0
<6>[    7.223747] init: command 'symlink' r=0
<6>[    7.223801] init: command 'symlink' r=0
<6>[    7.223937] init: command 'mount' r=0
<6>[    7.224095] init: command 'mkdir' r=0
<6>[    7.224113] init: processing action 0x55cb8 (early-fs)
<3>[    7.225447] fs_mgr: block device /dev/block/by-name/system
<3>[    7.231584] fs_mgr: block device /dev/block/by-name/cache
<3>[    7.237574] fs_mgr: block device /dev/block/by-name/data
<6>[    7.253778] EXT4-fs (nandd): mounted filesystem with ordered data mode. Opts: (null)
<7>[    7.253835] SELinux: initialized (dev nandd, type ext4), uses xattr
<4>[    7.261692] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[    7.261710] [Read_single_page]	block = 562, page = 18, RetryCount = 2  
<6>[    7.267275] EXT4-fs (nandh): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[    7.267332] SELinux: initialized (dev nandh, type ext4), uses xattr
<4>[    7.269991] set retry default value:  0 0 0 0
<4>[    7.271032] [ND]flush cache 1 0!
<6>[    7.340119] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/cache
<4>[    7.342920] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[    7.342935] bank 0 block 0x159,page 0xe0 
<4>[    7.342943] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[    7.344395] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[    7.344406] bank 0 block 0x14d,page 0xce 
<4>[    7.344414] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[    7.355370] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[    7.355388] bank 0 block 0x14c,page 0x34 
<4>[    7.355396] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[    7.360065] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[    7.360080] [Read_single_page]	block = 664, page = 116, RetryCount = 2  
<4>[    7.420744] set retry default value:  0 0 0 0
<4>[    7.424419] [ND]flush cache 2 0!
<6>[    7.425237] e2fsck: e2fsck 1.41.14 (22-Dec-2010)
<6>[    7.425339] e2fsck: /dev/block/by-name/cache: clean, 15/32768 files, 4210/131072 blocks
<6>[    7.429459] EXT4-fs (nandh): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,barrier=1
<7>[    7.429514] SELinux: initialized (dev nandh, type ext4), uses xattr
<4>[    7.435913] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[    7.435930] [Read_single_page]	block = 560, page = 98, RetryCount = 2  
<7>[    7.445628] EXT4-fs (nande): ext4_orphan_cleanup: deleting unreferenced inode 57896
<7>[    7.453194] EXT4-fs (nande): ext4_orphan_cleanup: deleting unreferenced inode 57703
<6>[    7.453670] EXT4-fs (nande): 2 orphan inodes deleted
<6>[    7.453682] EXT4-fs (nande): recovery complete
<6>[    7.459867] EXT4-fs (nande): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
<7>[    7.459934] SELinux: initialized (dev nande, type ext4), uses xattr
<4>[    7.464209] set retry default value:  0 0 0 0
<4>[    7.486915] [ND]flush cache 8 0!
<6>[    7.560093] fs_mgr: Running /system/bin/e2fsck on /dev/block/by-name/data
<4>[    7.572131] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[    7.572149] [Read_single_page]	block = 561, page = 90, RetryCount = 2  
<4>[    7.576348] set retry default value:  0 0 0 0
<4>[    7.579953] [ND]flush cache 2 0!
<6>[    7.580905] e2fsck: e2fsck 1.41.14 (22-Dec-2010)
<6>[    7.580961] e2fsck: /dev/block/by-name/data: clean, 875/65536 files, 33260/262144 blocks
<6>[    7.584971] EXT4-fs (nande): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,barrier=1,noauto_da_alloc
<7>[    7.585028] SELinux: initialized (dev nande, type ext4), uses xattr
<6>[    7.585831] init: command 'mount_all' r=0
<6>[    7.585900] init: command 'setprop' r=0
<4>[    7.595220] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[    7.595236] [Read_single_page]	block = 578, page = 188, RetryCount = 2  
<6>[    7.861344] [DISP]disp_module_init
<6>[    7.862307] [DISP]disp_probe
<4>[    7.870511] [DISP] *****************************************************************
<4>[    7.870528] [DISP] ***
<4>[    7.870536] [DISP] *** LCD Panel Parameter Check
<4>[    7.870545] [DISP] ***
<4>[    7.870553] [DISP] ***             by guozhenjie
<4>[    7.870562] [DISP] ***
<4>[    7.870569] [DISP] *****************************************************************
<4>[    7.870581] [DISP] *** 
<4>[    7.870588] [DISP] *** Interface:
<4>[    7.870597] [DISP] *** 18Bit LVDS Panel
<4>[    7.870607] [DISP] *** Lcd Frm to RGB666
<4>[    7.870616] [DISP] *** 
<4>[    7.870624] [DISP] *** Timing:
<4>[    7.870632] [DISP] *** lcd_x:      1024
<4>[    7.870641] [DISP] *** lcd_y:      600
<4>[    7.870651] [DISP] *** lcd_ht:     1344
<4>[    7.870660] [DISP] *** lcd_hbp:    158
<4>[    7.870669] [DISP] *** lcd_vt:     635
<4>[    7.870678] [DISP] *** lcd_vbp:    25
<4>[    7.870687] [DISP] *** lcd_hspw:   20
<4>[    7.870696] [DISP] *** lcd_vspw:   3
<4>[    7.870705] [DISP] *** lcd_frame_frq:  72Hz
<4>[    7.870714] [DISP] *** 
<4>[    7.870722] [DISP] *** WRN03: Recommend "lcd_dclk_frq = 51"
<4>[    7.870734] [DISP] *** 
<4>[    7.870741] [DISP] *** LCD Panel Parameter Check End
<4>[    7.870751] [DISP] *****************************************************************
<6>[    7.871507] [DISP]Fb_Init
<4>[    7.871640] [DISP] parser_disp_init_para,line:130:    fetch script data disp_init.screen2_output_type fail
<4>[    7.871660] [DISP] parser_disp_init_para,line:147:    fetch script data disp_init.screen2_output_mode fail
<4>[    7.871685] [DISP] parser_disp_init_para,line:208:    fetch script data disp_init.fb2_format fail
<4>[    7.871700] [DISP] parser_disp_init_para,line:213:    fetch script data disp_init.fb2_scaler_mode_enable fail
<4>[    7.871715] [DISP] parser_disp_init_para,line:218:    fetch script data disp_init.fb2_width fail
<4>[    7.871729] [DISP] parser_disp_init_para,line:223:    fetch script data disp_init.fb2_height fail
<6>[    7.871924] sunxi_map_kernel ok, phys_addr=0x43100000, size=0x4c0000, virt_addr=0xf06c5000
<6>[    7.877853] [DISP]disp_probe finish
<6>[    7.878021] [DISP]capture_module_init
<6>[    7.878525] [DISP]capture_probe
<6>[    7.878596] [DISP]capture finish
<6>[    7.878605] [DISP]disp_module_init finish
<6>[    7.884985] init: command 'insmod' r=0
<6>[    7.945549] [LCD]lcd_module_init
<6>[    7.950304] [LCD]open, step 0 finish
<6>[    8.030029] [LCD]open, step 1 finish
<6>[    8.050070] [LCD]open, step 2 finish
<6>[    8.260140] [LCD]open, step 3 finish
<6>[    8.270211] [LCD]lcd_module_init finish
<6>[    8.271648] init: command 'insmod' r=0
<6>[    8.461440] Get mali parameter successfully
<6>[    8.461498] Init Mali gpu successfully
<4>[    8.463298] Mali: Mali device driver loaded
<6>[    8.467633] init: command 'insmod' r=0
<3>[    8.471587] no blue_led, ignore it!
<7>[    8.476095] Registered led device: red_led
<7>[    8.476322] Registered led device: green_led
<6>[    8.476428] init: command 'insmod' r=0
<6>[    8.476486] init: processing action 0x59170 (console_init)
<3>[    8.477409] init: width = 1024
<3>[    8.480855] init: height = 600
<3>[    8.484247] init: s.st_size = 2457600
<6>[    8.517110] init: command 'console_init' r=0
<6>[    8.517185] init: processing action 0x55de0 (fs)
<3>[    8.517843] init: dont need format /dev/block/by-name/UDISK
<6>[    8.523874] init: command 'format_userdata' r=1
<6>[    8.529371] init: command 'mkdir' r=0
<6>[    8.541626] init: command 'insmod' r=0
<6>[    8.550197] init: command 'insmod' r=0
<6>[    8.550364] init: command 'insmod' r=-1
<6>[    8.569186] init: command 'insmod' r=0
<6>[    8.576439] init: command 'insmod' r=0
<6>[    8.589595] init: command 'insmod' r=0
<6>[    8.606771] init: command 'insmod' r=0
<5>[    8.665916] [VFE]Welcome to Video Front End driver
<5>[    8.666489] [VFE]pdev->id = 0
<5>[    8.666499] [VFE]dev->mipi_sel = 0
<5>[    8.666506] [VFE]dev->vip_sel = 0
<5>[    8.666513] [VFE]dev->isp_sel = 0
<4>[    8.672671] [VFE_WARN]vfe vpu clock is null
<4>[    8.673272] [VFE_WARN]os_gpio_request failed, gpio_name=, gpio=144, ret=0xfffffff0, -16
<4>[    8.673314] [ISP] isp platform_id = 3!
<4>[    8.673326] [ISP] isp isp_get_driver = bf21f078!
<5>[    8.673488] [VFE]vfe_init end
<6>[    8.674916] init: command 'insmod' r=0
<6>[    8.675568] init: command 'chmod' r=0
<6>[    8.675842] init: command 'chown' r=0
<6>[    8.676047] init: command 'chmod' r=0
<6>[    8.676134] init: command 'chmod' r=0
<6>[    8.676219] init: command 'chown' r=0
<6>[    8.676300] init: command 'chown' r=0
<6>[    8.676363] init: command 'chown' r=-2
<6>[    8.676569] init: command 'chown' r=-30
<6>[    8.676781] init: command 'chown' r=0
<6>[    8.676857] init: command 'setprop' r=0
<6>[    8.677044] init: command 'chmod' r=0
<6>[    8.677190] init: command 'chmod' r=-2
<6>[    8.677310] init: command 'chown' r=0
<6>[    8.677453] init: command 'chown' r=-2
<6>[    8.677560] Bluetooth: bluesleep_get_uart_port enter.
<6>[    8.677572] Bluetooth: bluesleep_get_uart_port get uart_port from blusleep_uart_dev: uart, port irq: 33
<6>[    8.677579] 
<4>[    8.677586] bluesleep_acquire irq
<6>[    8.677767] init: command 'write' r=0
<5>[    8.680096] [VFE]probe_work_handle start!
<5>[    8.680127] [VFE]v4l2 subdev register input_num = 0
<5>[    8.680138] [VFE]dev->ccm_cfg[0]->ccm = gc0308,dev->ccm_cfg[1]->ccm = gc0308.
<5>[    8.680148] [VFE]set is_same_module to 1. 
<4>[    8.680216] axp22_dldo3: Failed to create debugfs directory
<4>[    8.680236] axp22_ldoio0: Failed to create debugfs directory
<4>[    8.680255] axp22_eldo2: Failed to create debugfs directory
<5>[    8.680266] [VFE]vfe sensor detect start! input_num = 0
<5>[    8.680286] [VFE]Find sensor name is "gc0308", i2c address is 42, type is "YUV" !
<5>[    8.680298] [VFE]Sub device register "gc0308" i2c_addr = 0x42 start!
<5>[    8.681130] [VFE]registered sensor subdev is OK!
<5>[    8.681142] [VFE]Check sensor!
<7>[    8.689173] [sw_device]:sw_device_init begin!
<4>[    8.689434] keyname:ctp_para  subname:ctp_power_io ,get error!
<7>[    8.689448] [sw_device]:get_power_para: power_ldo = axp22_eldo1,power_ldo_vol = 3000,power_io = 0,reset_pin = 225
<4>[    8.689505] axp22_eldo1: Failed to create debugfs directory
<7>[    8.689519] [sw_device]:sw_device_init begin!
<6>[    8.689830] init: command 'insmod' r=0
<6>[    8.698617] input: sunxi-keyboard as /devices/virtual/input/input3
<6>[    8.699210] init: command 'insmod' r=0
<7>[    8.710101] [sw_device]:sw_devices_events begin!
<7>[    8.710125] [sw_device]:sw_register_device_detect begin!
<7>[    8.710195] ========sw_sysconfig_get_para===================
<7>[    8.710217] sw_sysconfig_get_para: device_twi_id is 1. 
<7>[    8.711678] ;Behind the equals sign said detected equipment corresponding to the name of the driver
<7>[    8.711688] ;Note: don't change the file format!
<7>[    8.711692] gsensor_module_name="mxc622x"
<7>[    8.711696] ctp_module_name="gslX680"
<7>[    8.711700] light sensor_module_name=""
<7>[    8.711703] gyr sensor_module_name=""
<7>[    8.711707] :strlen(src_string):235
<7>[    8.711729] sw_analytic_write_info:total_raw:7
<7>[    8.711740] config_info[6].str_info:
<7>[    8.711747] config_info[5].str_info:gyr sensor_module_name=""
<7>[    8.711752] 
<7>[    8.711760] config_info[4].str_info:light sensor_module_name=""
<7>[    8.711765] 
<7>[    8.711772] config_info[3].str_info:ctp_module_name="gslX680"
<7>[    8.711777] 
<7>[    8.711784] config_info[2].str_info:gsensor_module_name="mxc622x"
<7>[    8.711789] 
<7>[    8.711796] info:gsensor_module_name="mxc622x"
<7>[    8.711801] , key_name:gsensor_module_name
<7>[    8.711812] ----ret : 21,s1 : 28---
<7>[    8.711815]  
<7>[    8.711822] name:mxc622x
<7>[    8.711829] device_name:mxc622x,write_id:2
<7>[    8.711836] number: 11 
<7>[    8.711845] number:14 now_number:11,scan_number:0
<7>[    8.711853] scan_number:0, now_number:11
<7>[    8.711868] sw_device_response_test: name = mxc622x, addr = 0x15
<7>[    8.712131] I2C connection sucess!
<7>[    8.712142] -----sw_chip_id_detect:chip_id_reg value:0x0
<7>[    8.712151] from copy name:mxc622x, strlen(name):7
<7>[    8.712160] sw_i2c_test: write_key_name:gsensor_module_name
<7>[    8.712169] write_flag:0
<7>[    8.712178] [sw_device]:sw_register_device_detect end!
<7>[    8.712186] [sw_device]:sw_register_device_detect begin!
<7>[    8.712206] ========sw_sysconfig_get_para===================
<7>[    8.712224] sw_sysconfig_get_para: device_unused. 
<4>[    8.712232] get sysconfig para erro!
<7>[    8.712241] [sw_device]:sw_register_device_detect end!
<7>[    8.712249] [sw_device]:sw_register_device_detect begin!
<7>[    8.712266] ========sw_sysconfig_get_para===================
<7>[    8.712277] sw_sysconfig_get_para: device_unused. 
<4>[    8.712286] get sysconfig para erro!
<7>[    8.712294] [sw_device]:sw_register_device_detect end!
<4>[    8.712370] ctp_wakeup: !!!!gpio data 1
<6>[    8.718079] init: command 'insmod' r=0
<6>[    8.735139] usbcore: registered new interface driver asix
<6>[    8.735523] init: command 'insmod' r=0
<5>[    8.740188] [VFE]mclk on
<6>[    8.750434] usbcore: registered new interface driver qf9700
<6>[    8.750822] init: command 'insmod' r=0
<4>[    8.761980] set retry default value:  0 0 0 0
<6>[    8.767136] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
<6>[    8.767497] init: command 'insmod' r=0
<6>[    8.781995] usbcore: registered new interface driver rtl8150
<6>[    8.782368] init: command 'insmod' r=0
<4>[    8.787562] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[    8.787580] [Read_single_page]	block = 578, page = 176, RetryCount = 2  
<6>[    8.798540] usbcore: registered new interface driver cdc_ether
<6>[    8.798879] init: command 'insmod' r=0
<6>[    8.799076] init: command 'chown' r=0
<6>[    8.799134] init: command 'chmod' r=0
<6>[    8.799184] init: command 'chown' r=0
<6>[    8.799227] init: command 'chmod' r=0
<6>[    8.799274] init: command 'chown' r=0
<6>[    8.799318] init: command 'chmod' r=0
<6>[    8.799356] init: processing action 0x47ab8 (post-fs)
<6>[    8.799683] init: command 'mkdir' r=0
<6>[    8.800856] init: command 'mkdir' r=0
<6>[    8.819706] init: command 'insmod' r=0
<6>[    8.819842] init: command 'mount' r=0
<6>[    8.819927] init: command 'mount' r=0
<6>[    8.819975] init: command 'mount' r=0
<7>[    8.820101] [sw_device]:sw_register_device_detect begin!
<7>[    8.820159] ========sw_sysconfig_get_para===================
<7>[    8.820183] sw_sysconfig_get_para: device_twi_id is 0. 
<4>[    8.820197] get_device_para_value:get subname:hc540 error! val.val:0 
<7>[    8.820206] keyname:ctp_list_para  subname:hc540 ,get error!
<4>[    8.820215] get_detect_list: script_get_item err.support_number = 11. 
<7>[    8.820301] ;Behind the equals sign said detected equipment corresponding to the name of the driver
<7>[    8.820308] ;Note: don't change the file format!
<7>[    8.820312] gsensor_module_name="mxc622x"
<7>[    8.820316] ctp_module_name="gslX680"
<7>[    8.820319] light sensor_module_name=""
<7>[    8.820323] gyr sensor_module_name=""
<7>[    8.820326] :strlen(src_string):235
<6>[    8.820333] init: command 'chown' r=0
<7>[    8.820352] sw_analytic_write_info:total_raw:7
<7>[    8.820361] config_info[6].str_info:
<7>[    8.820369] config_info[5].str_info:gyr sensor_module_name=""
<7>[    8.820374] 
<7>[    8.820381] config_info[4].str_info:light sensor_module_name=""
<7>[    8.820386] 
<7>[    8.820393] config_info[3].str_info:ctp_module_name="gslX680"
<7>[    8.820398] 
<6>[    8.820403] init: command 'chmod' r=0
<7>[    8.820412] info:ctp_module_name="gslX680"
<7>[    8.820416] , key_name:ctp_module_name
<7>[    8.820427] ----ret : 17,s1 : 24---
<7>[    8.820431]  
<7>[    8.820437] name:gslX680
<7>[    8.820444] device_name:gslX680,write_id:3
<7>[    8.820453] number: 2 
<7>[    8.820462] number:12 now_number:2,scan_number:0
<7>[    8.820470] scan_number:0, now_number:2
<7>[    8.820483] sw_device_response_test: name = gslX680, addr = 0x40
<7>[    8.820697] I2C connection sucess!
<6>[    8.820707] init: command 'restorecon' r=0
<7>[    8.820719] addr:0x14, response_addr:0x40
<7>[    8.820755] addr:0x5d, response_addr:0x40
<7>[    8.820763] addr:0x5d, response_addr:0x40
<7>[    8.820771] addr:0x76, response_addr:0x40
<7>[    8.820779] addr:0x38, response_addr:0x40
<7>[    8.820787] addr:0x40, response_addr:0x40
<7>[    8.820795] return number: 11 
<7>[    8.820802] -----sw_chip_id_detect:chip_id_reg value:0x0
<7>[    8.820812] from copy name:gslX680, strlen(name):7
<7>[    8.820821] sw_i2c_test: write_key_name:ctp_module_name
<7>[    8.820830] write_flag:0
<7>[    8.820838] [sw_device]:sw_register_device_detect end!
<7>[    8.821009] [sw_device]:sw_devices_events end!
<6>[    8.823701] init: command 'chown' r=0
<6>[    8.823776] init: command 'chmod' r=0
<6>[    8.824034] init: command 'restorecon' r=0
<6>[    8.824185] init: command 'chown' r=0
<6>[    8.824264] init: command 'chmod' r=0
<6>[    8.824337] init: command 'chown' r=0
<6>[    8.824407] init: command 'chmod' r=0
<6>[    8.824526] init: command 'chown' r=0
<6>[    8.824596] init: command 'chmod' r=0
<6>[    8.824664] init: command 'chown' r=0
<6>[    8.824731] init: command 'chmod' r=0
<6>[    8.824797] init: command 'chown' r=-2
<6>[    8.824841] init: command 'chmod' r=-2
<6>[    8.825191] init: command 'mkdir' r=0
<6>[    8.825236] init: processing action 0x4de38 (post-fs-data)
<6>[    8.825307] init: command 'chown' r=0
<6>[    8.825352] init: command 'chmod' r=0
<6>[    8.825515] init: command 'restorecon' r=0
<6>[    8.827781] init: command 'copy' r=0
<6>[    8.829675] init: command 'mkdir' r=0
<6>[    8.829749] init: command 'copy' r=-1
<6>[    8.831163] init: command 'chown' r=-2
<6>[    8.831208] init: command 'chmod' r=-2
<6>[    8.831247] init: command 'copy' r=-1
<6>[    8.831299] init: command 'chown' r=-2
<6>[    8.831331] init: command 'chmod' r=-2
<6>[    8.831364] init: command 'write' r=-2
<6>[    8.831700] init: command 'mkdir' r=0
<6>[    8.832036] init: command 'mkdir' r=0
<6>[    8.832334] init: command 'mkdir' r=0
<6>[    8.832579] init: command 'mkdir' r=0
<6>[    8.832893] init: command 'mkdir' r=0
<6>[    8.833170] init: command 'mkdir' r=0
<6>[    8.833407] init: command 'mkdir' r=0
<6>[    8.833680] init: command 'mkdir' r=0
<6>[    8.833964] init: command 'mkdir' r=0
<6>[    8.834257] init: command 'mkdir' r=0
<6>[    8.834551] init: command 'mkdir' r=0
<6>[    8.834849] init: command 'mkdir' r=0
<6>[    8.836356] init: command 'chmod' r=0
<6>[    8.836431] init: command 'chown' r=0
<6>[    8.836771] init: command 'mkdir' r=0
<6>[    8.837070] init: command 'mkdir' r=0
<6>[    8.837121] init: command 'chown' r=0
<6>[    8.838720] init: command 'mkdir' r=0
<6>[    8.840386] init: command 'mkdir' r=0
<6>[    8.840698] init: command 'mkdir' r=0
<6>[    8.842355] init: command 'mkdir' r=0
<6>[    8.844586] init: command 'mkdir' r=0
<6>[    8.846520] init: command 'mkdir' r=0
<6>[    8.846876] init: command 'mkdir' r=0
<6>[    8.847178] init: command 'mkdir' r=0
<6>[    8.847458] init: command 'mkdir' r=0
<6>[    8.847710] init: command 'mkdir' r=0
<6>[    8.847982] init: command 'mkdir' r=0
<6>[    8.848490] init: command 'mkdir' r=0
<6>[    8.848828] init: command 'mkdir' r=0
<6>[    8.849106] init: command 'mkdir' r=0
<6>[    8.849155] init: command 'chown' r=0
<6>[    8.849203] init: command 'chmod' r=0
<6>[    8.849465] init: command 'mkdir' r=0
<6>[    8.849744] init: command 'mkdir' r=0
<6>[    8.850083] init: command 'mkdir' r=0
<6>[    8.850157] init: command 'symlink' r=-1
<6>[    8.850485] init: command 'mkdir' r=0
<6>[    8.850705] init: computing context for service '/system/bin/busybox'
<5>[    8.852951] init: starting 'precopy'
<6>[    8.853561] init: command 'start' r=0
<6>[    8.853621] init: command 'setprop' r=0
<6>[    8.853843] init: computing context for service '/system/bin/busybox'
<5>[    8.854077] init: starting 'bootclone'
<6>[    8.854646] init: command 'start' r=0
<6>[    8.854786] init: processing action 0x532c8 (post-fs-data)
<6>[    8.855040] init: command 'chown' r=0
<6>[    8.855189] init: command 'chmod' r=0
<6>[    8.855288] init: command 'chown' r=0
<6>[    8.855372] init: command 'chmod' r=0
<6>[    8.855426] init: processing action 0x55db0 (post-fs-data)
<6>[    8.855442] init: processing action 0x591b8 (mix_hwrng_into_linux_rng)
<3>[    8.855492] init: /dev/hw_random not found
<6>[    8.860131] init: command 'mix_hwrng_into_linux_rng' r=0
<6>[    8.860173] init: processing action 0x59200 (property_service_init)
<4>[    8.896583] [VFE_WARN]os_gpio_set_status, hdl is NULL
<4>[    8.896611] [VFE_WARN]os_gpio_set_status, hdl is NULL
<3>[    8.903189] meminfo_proc_show: fake_dram script_get_item err. 
<6>[    8.909821] init: MemTotal: 1048576KB
<6>[    8.918198] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
<6>[    8.918512] init: command 'property_service_init' r=0
<6>[    8.918558] init: processing action 0x59248 (signal_init)
<6>[    8.918722] init: command 'signal_init' r=0
<6>[    8.918758] init: processing action 0x59290 (check_startup)
<6>[    8.918850] init: command 'check_startup' r=0
<6>[    8.918874] init: processing action 0x4e7a0 (boot)
<6>[    8.920272] init: command 'ifup' r=0
<6>[    8.920478] init: command 'hostname' r=0
<6>[    8.920559] init: command 'domainname' r=0
<6>[    8.920662] init: command 'chmod' r=0
<6>[    8.920721] init: command 'chown' r=0
<6>[    8.920750] init: command 'setrlimit' r=0
<6>[    8.920852] init: command 'write' r=0
<6>[    8.920942] init: command 'write' r=0
<6>[    8.921023] init: command 'chown' r=0
<6>[    8.921075] init: command 'chmod' r=0
<6>[    8.921125] init: command 'chown' r=0
<6>[    8.921172] init: command 'chmod' r=0
<6>[    8.921250] init: command 'write' r=0
<6>[    8.921324] init: command 'write' r=0
<6>[    8.921375] init: command 'chown' r=-2
<6>[    8.921418] init: command 'chown' r=-2
<6>[    8.921465] init: command 'chown' r=-2
<6>[    8.921512] init: command 'chown' r=-2
<6>[    8.921561] init: command 'chown' r=-2
<6>[    8.921634] init: command 'chown' r=-2
<6>[    8.921721] init: command 'chown' r=0
<6>[    8.921776] init: command 'chown' r=0
<6>[    8.921829] init: command 'chown' r=0
<6>[    8.921885] init: command 'chown' r=0
<6>[    8.921936] init: command 'chmod' r=0
<6>[    8.921988] init: command 'chmod' r=0
<6>[    8.922042] init: command 'chmod' r=0
<6>[    8.922123] init: command 'chown' r=-2
<6>[    8.922192] init: command 'chmod' r=-2
<6>[    8.922258] init: command 'chown' r=-2
<6>[    8.922324] init: command 'chmod' r=-2
<6>[    8.922392] init: command 'chown' r=-2
<6>[    8.922465] init: command 'chmod' r=-2
<6>[    8.922532] init: command 'chown' r=-2
<6>[    8.922603] init: command 'chmod' r=-2
<6>[    8.922670] init: command 'chown' r=-2
<6>[    8.922725] init: command 'chmod' r=-2
<6>[    8.922782] init: command 'chown' r=-2
<6>[    8.922839] init: command 'chmod' r=-2
<6>[    8.922896] init: command 'chown' r=-2
<6>[    8.922952] init: command 'chmod' r=-2
<6>[    8.923009] init: command 'chown' r=-2
<6>[    8.923066] init: command 'chmod' r=-2
<6>[    8.923124] init: command 'chown' r=-2
<6>[    8.923181] init: command 'chown' r=-2
<6>[    8.923238] init: command 'chmod' r=-2
<6>[    8.923298] init: command 'chown' r=-2
<6>[    8.923353] init: command 'chmod' r=-2
<6>[    8.923412] init: command 'chown' r=-2
<6>[    8.923469] init: command 'chmod' r=-2
<6>[    8.923553] init: command 'chown' r=0
<6>[    8.923613] init: command 'chmod' r=0
<6>[    8.923670] init: command 'chown' r=0
<6>[    8.923723] init: command 'chmod' r=0
<6>[    8.923787] init: command 'chown' r=0
<6>[    8.923845] init: command 'chmod' r=0
<6>[    8.923907] init: command 'chown' r=0
<6>[    8.923956] init: command 'chmod' r=0
<6>[    8.924021] init: command 'chown' r=-2
<6>[    8.924078] init: command 'chmod' r=-2
<6>[    8.924134] init: command 'chown' r=-2
<6>[    8.924191] init: command 'chmod' r=-2
<6>[    8.924241] init: command 'chown' r=-2
<6>[    8.924288] init: command 'chown' r=-2
<6>[    8.924345] init: command 'chown' r=-2
<6>[    8.924400] init: command 'chown' r=-2
<6>[    8.924450] init: command 'chmod' r=-2
<6>[    8.924500] init: command 'chown' r=-2
<6>[    8.924549] init: command 'chmod' r=-2
<6>[    8.924680] init: command 'chown' r=0
<6>[    8.924769] init: command 'chmod' r=0
<6>[    8.924827] init: command 'chown' r=-2
<6>[    8.924882] init: command 'chown' r=-2
<6>[    8.924935] init: command 'chown' r=-2
<6>[    8.924989] init: command 'chown' r=-2
<6>[    8.925039] init: command 'chown' r=-2
<6>[    8.925088] init: command 'chown' r=-2
<6>[    8.925138] init: command 'chown' r=-2
<6>[    8.925192] init: command 'chown' r=-2
<6>[    8.925250] init: command 'chown' r=-2
<6>[    8.925308] init: command 'chown' r=-2
<6>[    8.925358] init: command 'chown' r=-2
<6>[    8.925409] init: command 'chown' r=-2
<6>[    8.925458] init: command 'chown' r=-2
<6>[    8.925507] init: command 'chown' r=-2
<6>[    8.925557] init: command 'chown' r=-2
<6>[    8.925605] init: command 'chown' r=-2
<6>[    8.925655] init: command 'chown' r=-2
<6>[    8.925709] init: command 'chown' r=-2
<6>[    8.925761] init: command 'chown' r=-2
<6>[    8.925820] init: command 'chown' r=0
<6>[    8.925870] init: command 'chown' r=0
<6>[    8.925919] init: command 'chown' r=0
<6>[    8.925968] init: command 'chown' r=0
<6>[    8.926017] init: command 'chown' r=0
<6>[    8.926064] init: command 'chown' r=0
<6>[    8.926217] init: command 'chown' r=0
<6>[    8.926331] init: command 'chown' r=0
<6>[    8.926427] init: command 'setprop' r=0
<6>[    8.926487] init: command 'setprop' r=0
<6>[    8.926551] init: command 'setprop' r=0
<6>[    8.926626] init: command 'setprop' r=0
<6>[    8.926703] init: command 'setprop' r=0
<6>[    8.926781] init: command 'setprop' r=0
<6>[    8.926844] init: command 'setprop' r=0
<6>[    8.926909] init: command 'setprop' r=0
<6>[    8.926972] init: command 'setprop' r=0
<6>[    8.927036] init: command 'setprop' r=0
<6>[    8.927101] init: command 'setprop' r=0
<6>[    8.927137] init: command 'setprop' r=0
<6>[    8.927170] init: command 'setprop' r=0
<5>[    8.927413] init: starting 'healthd'
<5>[    8.927725] [VFE]mclk off
<6>[    8.928662] init: computing context for service '/system/bin/lights_leds.sh'
<5>[    8.928942] init: starting 'lights_leds'
<6>[    8.930631] init: computing context for service '/system/bin/servicemanager'
<5>[    8.931027] init: starting 'servicemanager'
<6>[    8.932249] init: computing context for service '/system/bin/vold'
<5>[    8.932609] init: starting 'vold'
<6>[    8.933416] init: command 'class_start' r=0
<6>[    8.933866] init: computing context for service '/system/bin/netd'
<6>[    8.934076] binder: 113:113 transaction failed 29189, size 0-0
<5>[    8.934158] init: starting 'netd'
<6>[    8.934795] init: Created socket '/dev/socket/vold' with mode '660', user '0', group '1009'
<6>[    8.935434] init: computing context for service '/system/bin/debuggerd'
<5>[    8.935781] init: starting 'debuggerd'
<6>[    8.936859] init: Created socket '/dev/socket/mdns' with mode '660', user '0', group '1000'
<6>[    8.936871] init: computing context for service '/system/bin/surfaceflinger'
<5>[    8.937159] init: starting 'surfaceflinger'
<6>[    8.937564] init: Created socket '/dev/socket/dnsproxyd' with mode '660', user '0', group '3003'
<6>[    8.938263] init: Created socket '/dev/socket/netd' with mode '660', user '0', group '1000'
<6>[    8.938277] init: computing context for service '/system/bin/app_process'
<5>[    8.938607] init: starting 'zygote'
<6>[    8.939783] init: computing context for service '/system/bin/drmserver'
<5>[    8.940164] init: starting 'drm'
<6>[    8.940613] init: Created socket '/dev/socket/zygote' with mode '660', user '0', group '1000'
<6>[    8.941281] init: computing context for service '/system/bin/mediaserver'
<5>[    8.941595] init: starting 'media'
<6>[    8.942653] init: computing context for service '/system/bin/installd'
<5>[    8.942982] init: starting 'installd'
<3>[    8.943730] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
<6>[    8.944707] init: Created socket '/dev/socket/installd' with mode '600', user '1000', group '1000'
<5>[    8.950118] [VFE]mclk on
<6>[    8.953703] init: computing context for service '/system/bin/keystore'
<5>[    8.953988] init: starting 'keystore'
<6>[    8.955299] init: computing context for service '/system/bin/checksum.sh'
<5>[    8.955665] init: starting 'checksum'
<6>[    8.956755] init: computing context for service '/system/bin/setbtmacaddr'
<5>[    8.957020] init: starting 'engsetbtmacaddr'
<6>[    8.957974] init: computing context for service '/system/bin/setmacaddr'
<5>[    8.958192] init: starting 'engsetmacaddr'
<3>[    8.958877] init: cannot find '/system/bin/checkota.sh', disabling 'checkota'
<4>[    8.962204] [CSI][GC0308]enable oe!
<6>[    8.967399] init: computing context for service '/system/bin/shell_cmd_service'
<5>[    8.967638] init: starting 'shcmd'
<6>[    8.968240] init: command 'class_start' r=0
<6>[    8.968387] init: processing action 0x58cd0 (boot)
<6>[    8.968553] init: command 'chmod' r=0
<6>[    8.968640] init: command 'chown' r=0
<6>[    8.968700] init: command 'chown' r=0
<6>[    8.968756] init: command 'chown' r=0
<6>[    8.968819] init: command 'chown' r=0
<6>[    8.968880] init: command 'chown' r=0
<6>[    8.968980] init: command 'chown' r=0
<6>[    8.969049] init: command 'chown' r=0
<6>[    8.969115] init: command 'chown' r=0
<6>[    8.969192] init: command 'chown' r=0
<6>[    8.969248] init: command 'chown' r=0
<6>[    8.969305] init: command 'chmod' r=0
<6>[    8.969352] init: command 'chmod' r=0
<6>[    8.969397] init: command 'chmod' r=0
<6>[    8.969446] init: command 'chmod' r=0
<6>[    8.969495] init: command 'chmod' r=0
<6>[    8.969545] init: command 'chmod' r=0
<6>[    8.969591] init: command 'chmod' r=0
<6>[    8.969639] init: command 'chmod' r=0
<6>[    8.969686] init: command 'chmod' r=0
<6>[    8.969730] init: command 'chmod' r=0
<6>[    9.000245] init: command 'chown' r=0
<5>[    9.002512] [VFE]mclk off
<5>[    9.002598] [VFE]mclk on
<4>[    9.047093] [CSI][GC0308]disalbe oe!
<6>[    9.050255] init: command 'chmod' r=0
<6>[    9.050365] init: processing action 0x592d8 (queue_property_triggers)
<6>[    9.050541] init: command 'queue_property_triggers' r=0
<6>[    9.050567] init: processing action 0x4f950 (nonencrypted)
<6>[    9.050596] init: command 'class_start' r=0
<6>[    9.050613] init: processing action 0x4fc78 (property:sys.powerctl=*)
<3>[    9.050637] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
<5>[    9.059209] [VFE]mclk off
<5>[    9.059235] [VFE]Sub device register "gc0308" is OK!
<5>[    9.059243] [VFE]sensor_i2c_board->type = gc0308,regster_ccm = gc0308.
<5>[    9.059254] [VFE]v4l2 subdev register input_num = 1
<5>[    9.059261] [VFE]dev->ccm_cfg[input_num]->ccm = gc0308,regster_ccm = gc0308.
<5>[    9.059268] [VFE]goto snesor_register_end.
<5>[    9.059677] [VFE]V4L2 device registered as video0
<5>[    9.059709] [VFE]register_early_suspend @ probe handle!
<5>[    9.059716] [VFE]probe_work_handle end!
<3>[    9.059800] init: powerctl: cannot expand '${sys.powerctl}'
<6>[    9.066070] init: command 'powerctl' r=-22
<6>[    9.066103] init: processing action 0x4fcc8 (property:sys.sysctl.extra_free_kbytes=*)
<3>[    9.066127] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
<3>[    9.078378] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
<6>[    9.090062] init: command 'write' r=-22
<6>[    9.090100] init: processing action 0x50090 (property:ro.debuggable=1)
<6>[    9.090374] init: computing context for service '/system/bin/sh'
<5>[    9.090669] init: starting 'console'
<6>[    9.091399] init: command 'start' r=0
<6>[    9.091531] init: processing action 0x53cc0 (property:persist.sys.usb.config=*)
<6>[    9.091653] init: command 'setprop' r=0
<6>[    9.091684] init: processing action 0x57bf0 (property:sys.usb.config=mass_storage,adb)
<3>[    9.091834] android_usb: already disabled
<6>[    9.096409] init: command 'write' r=0
<6>[    9.096580] init: command 'write' r=0
<6>[    9.096689] init: command 'write' r=0
<6>[    9.096804] init: command 'write' r=0
<6>[    9.096903] init: command 'write' r=0
<5>[    9.097218] init: starting 'adbd'
<6>[    9.097912] init: command 'start' r=0
<6>[    9.098001] init: command 'setprop' r=0
<6>[    9.099112] init: Created socket '/dev/socket/adbd' with mode '660', user '1000', group '1000'
<6>[    9.102442] adb_open
<4>[    9.102492] ep_matches, wrn: endpoint already claimed, ep(0xc0982e54, 0xef11ea80, ep1in-bulk)
<6>[    9.102508] adb_bind_config
<4>[    9.102518] ep_matches, wrn: endpoint already claimed, ep(0xc0982e54, 0xef11ea80, ep1in-bulk)
<4>[    9.102531] ep_matches, wrn: endpoint already claimed, ep(0xc0982ea0, 0xef11ea80, ep1out-bulk)
<4>[    9.102545] ep_matches, wrn: endpoint already claimed, ep(0xc0982e54, 0xef11ea80, ep1in-bulk)
<4>[    9.102558] ep_matches, wrn: endpoint already claimed, ep(0xc0982ea0, 0xef11ea80, ep1out-bulk)
<4>[    9.102570] ep_matches, wrn: endpoint already claimed, ep(0xc0982eec, 0xee92c440, ep2in-bulk)
<4>[    9.102583] [sw_udc]: alloc request: ep(0xc0982f38, ep2out-bulk, 512), req(0xee4b03c0)
<4>[    9.102599] [sw_udc]: alloc request: ep(0xc0982eec, ep2in-bulk, 512), req(0xee4b0440)
<4>[    9.102615] [sw_udc]: alloc request: ep(0xc0982eec, ep2in-bulk, 512), req(0xee4b04c0)
<4>[    9.102643] [sw_udc]: alloc request: ep(0xc0982eec, ep2in-bulk, 512), req(0xee4b0540)
<4>[    9.102668] [sw_udc]: alloc request: ep(0xc0982eec, ep2in-bulk, 512), req(0xee4b05c0)
<4>[    9.102727] [sw_udc]: sunxi_udc_pullup, is_on = 1
<4>[    9.102741] sunxi_udc_set_pullup_2317: usb device is not active
<6>[    9.145072] init: waitpid returned pid 110, status = 00000000
<5>[    9.145107] init: process 'precopy', pid 110 exited
<6>[    9.152570] init: waitpid returned pid 126, status = 00000000
<5>[    9.152614] init: process 'engsetbtmacaddr', pid 126 exited
<6>[    9.301879] EXT4-fs (nandd): re-mounted. Opts: (null)
<4>[    9.307140] set retry default value:  0 0 0 0
<4>[    9.308191] [ND]flush cache 1 0!
<6>[    9.311355] EXT4-fs (nandd): re-mounted. Opts: (null)
<6>[    9.314524] init: waitpid returned pid 127, status = 00000000
<5>[    9.314578] init: process 'engsetmacaddr', pid 127 exited
<7>[    9.319498] SELinux: initialized (dev nanda, type vfat), uses genfs_contexts
<6>[    9.322566] init: waitpid returned pid 111, status = 00000000
<5>[    9.322598] init: process 'bootclone', pid 111 exited
<4>[    9.323359] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[    9.323373] bank 0 block 0x14c,page 0x70 
<4>[    9.323382] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[    9.328568] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[    9.328592] bank 0 block 0x14c,page 0x6c 
<4>[    9.328601] secbitmap low: 0xffffffff, high 0xffffffff 
<6>[    9.365277] init: waitpid returned pid 114, status = 00000000
<5>[    9.365309] init: process 'lights_leds', pid 114 exited
<4>[    9.398106] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[    9.398126] bank 0 block 0x141,page 0x56 
<4>[    9.398135] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[    9.401971] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[    9.401992] bank 0 block 0x13c,page 0x2e 
<4>[    9.402001] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[    9.409700] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[    9.409726] bank 0 block 0x13b,page 0xca 
<4>[    9.409735] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[    9.418557] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[    9.418579] [Read_single_page]	block = 636, page = 192, RetryCount = 2  
<3>[    9.747982] meminfo_proc_show: fake_dram script_get_item err. 
<3>[    9.944228] meminfo_proc_show: fake_dram script_get_item err. 
<4>[    9.960442] 
<4>[    9.960453] 
<4>[    9.960456] insmod_device_driver
<4>[    9.960460] 
<4>[    9.960519] [sw_udc]: sunxi_usb_device_enable start
<4>[    9.960539] [sw_udc]: usb_vbase  = 0xf1c19000
<4>[    9.960550] [sw_udc]: sram_vbase = 0xf1c00000
<4>[    9.960583] [sw_udc]: open_usb_clock
<4>[    9.960655] [sw_udc]: usbd_stop_work
<4>[    9.960718] [sw_udc]: CONFIG_USB_GADGET_DUALSPEED: USBC_TS_MODE_HS
<4>[    9.960734] [sw_udc]: usbd_start_work
<4>[    9.960743] [sw_udc]: usbd_start_work
<4>[    9.960753] [sw_udc]: sunxi_usb_device_enable end
<6>[    9.977320] init: computing context for service '/system/bin/bootanimation'
<5>[    9.977697] init: starting 'bootanim'
<4>[   10.016207] [sw_udc]: IRQ: suspend
<4>[   10.016239] [sw_udc]: ERR: usb speed is unkown
<4>[   10.116043] [sw_udc]: IRQ: reset
<4>[   10.116073] (1:star,2:end): vfs_read:0, vfs_write:0,dma_working:0,amount:0,file_offset:0
<4>[   10.116090] [sw_udc]: irq: reset happen, throw away all urb
<6>[   10.122314] healthd: battery l=9 v=0 t=0.0 h=2 st=2 c=0 chg=u
<6>[   10.123441] healthd: battery l=9 v=0 t=0.0 h=2 st=2 c=0 chg=u
<4>[   10.181139] [sw_udc]: 
<4>[   10.181170] +++++++++++++++++++++++++++++++++++++
<4>[   10.181177] [sw_udc]:  usb enter high speed.
<4>[   10.181186] [sw_udc]: 
<4>[   10.181192] +++++++++++++++++++++++++++++++++++++
<4>[   10.181225] [sw_udc]: Set address 30
<6>[   10.254432] android_usb gadget: high-speed config #1: android
<4>[   10.254485] [sw_udc]: ep enable: ep2(0xc0982eec, ep2in-bulk, 128, 512)
<4>[   10.254509] [sw_udc]: ep enable: ep2(0xc0982eec, ep2in-bulk, 128, 512), fifo(2560, 1024, 1)
<4>[   10.254537] [sw_udc]: ep enable: ep2(0xc0982f38, ep2out-bulk, 0, 512)
<4>[   10.254551] [sw_udc]: ep enable: ep2(0xc0982f38, ep2out-bulk, 0, 512), fifo(3584, 1024, 1)
<4>[   10.254660] [sw_udc]: ep enable: ep1(0xc0982e54, ep1in-bulk, 128, 512)
<4>[   10.254677] [sw_udc]: ep enable: ep1(0xc0982e54, ep1in-bulk, 128, 512), fifo(512, 1024, 1)
<4>[   10.254703] [sw_udc]: ep enable: ep1(0xc0982ea0, ep1out-bulk, 0, 512)
<4>[   10.254724] [sw_udc]: ep enable: ep1(0xc0982ea0, ep1out-bulk, 0, 512), fifo(1536, 1024, 1)
<4>[   10.254747] [sw_udc]: alloc request: ep(0xc0982e54, ep1in-bulk, 512), req(0xebfa8840)
<4>[   10.254763] [sw_udc]: alloc request: ep(0xc0982ea0, ep1out-bulk, 512), req(0xebfa89c0)
<4>[   10.254778] [sw_udc]: alloc request: ep(0xc0982e54, ep1in-bulk, 512), req(0xebfa8940)
<4>[   10.254802] [sw_udc]: alloc request: ep(0xc0982ea0, ep1out-bulk, 512), req(0xebfa88c0)
<4>[   10.698409] ###########close all layers 0
<4>[   11.194576] ###########close all layers 0
<6>[   11.784619] init: waitpid returned pid 125, status = 00000000
<5>[   11.784666] init: process 'checksum', pid 125 exited
<4>[   12.010181] set retry default value:  0 0 0 0
<4>[   12.037365] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   12.037383] [Read_single_page]	block = 646, page = 160, RetryCount = 2  
<4>[   12.271352] set retry default value:  0 0 0 0
<4>[   12.294780] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   12.294806] [Read_single_page]	block = 543, page = 64, RetryCount = 2  
<4>[   12.531118] set retry default value:  0 0 0 0
<4>[   12.553830] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[   12.553923] bank 0 block 0x112,page 0x92 
<4>[   12.553933] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   12.559218] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   12.559231] [Read_single_page]	block = 548, page = 148, RetryCount = 2  
<4>[   12.791050] set retry default value:  0 0 0 0
<4>[   12.816263] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[   12.816283] bank 0 block 0x110,page 0x1e 
<4>[   12.816292] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   12.819361] PHY_PageRead: ecc limit, 0xa, 0xa, 0x0, 0x0
<4>[   12.819380] bank 0 block 0x110,page 0x20 
<4>[   12.819389] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   12.823495] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[   12.823513] bank 0 block 0x111,page 0x28 
<4>[   12.823522] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   12.826865] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[   12.826876] bank 0 block 0x111,page 0x26 
<4>[   12.826884] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   12.833659] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   12.833675] [Read_single_page]	block = 546, page = 30, RetryCount = 2  
<4>[   13.050280] set retry default value:  0 0 0 0
<4>[   13.071954] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[   13.071973] bank 0 block 0x111,page 0x48 
<4>[   13.071981] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   13.080866] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   13.080883] bank 0 block 0x111,page 0x32 
<4>[   13.080891] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   13.083687] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   13.083698] bank 0 block 0x111,page 0x34 
<4>[   13.083706] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   13.088786] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   13.088802] [Read_single_page]	block = 546, page = 214, RetryCount = 2  
<4>[   13.310154] set retry default value:  0 0 0 0
<4>[   13.334107] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   13.334126] [Read_single_page]	block = 546, page = 88, RetryCount = 2  
<4>[   13.570160] set retry default value:  0 0 0 0
<4>[   13.613446] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   13.613466] bank 0 block 0x112,page 0xa2 
<4>[   13.613474] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   13.617386] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   13.617403] [Read_single_page]	block = 548, page = 158, RetryCount = 2  
<4>[   13.830912] set retry default value:  0 0 0 0
<4>[   13.869150] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   13.869170] bank 0 block 0x145,page 0xa 
<4>[   13.869178] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   13.881034] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   13.881052] [Read_single_page]	block = 650, page = 16, RetryCount = 2  
<4>[   14.090233] set retry default value:  0 0 0 0
<4>[   14.183363] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   14.183382] [Read_single_page]	block = 656, page = 250, RetryCount = 2  
<4>[   14.350178] set retry default value:  0 0 0 0
<4>[   14.372538] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   14.372551] [Read_single_page]	block = 660, page = 38, RetryCount = 2  
<4>[   14.610733] set retry default value:  0 0 0 0
<4>[   14.655558] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   14.655576] [Read_single_page]	block = 659, page = 254, RetryCount = 2  
<4>[   14.870144] set retry default value:  0 0 0 0
<4>[   14.891408] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   14.891423] bank 0 block 0x13b,page 0xb2 
<4>[   14.891432] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   14.924409] [Read_single_page] NFC_ReadRetry 1 cycles, ch =0, chip = 0
<4>[   14.924428] [Read_single_page]	block = 546, page = 16, RetryCount = 1  
<4>[   14.925044] PHY_PageRead: ecc limit, 0xa, 0xa, 0x0, 0x0
<4>[   14.925054] bank 0 block 0x111,page 0x10 
<4>[   14.925063] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   14.926421] PHY_PageRead: ecc limit, 0xa, 0xa, 0x0, 0x0
<4>[   14.926432] bank 0 block 0x111,page 0xc 
<4>[   14.926440] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   14.930393] [Read_single_page] NFC_ReadRetry 1 cycles, ch =0, chip = 0
<4>[   14.930405] [Read_single_page]	block = 546, page = 14, RetryCount = 2  
<4>[   15.078737] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   15.078755] bank 0 block 0x112,page 0xe6 
<4>[   15.078764] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   15.130158] set retry default value:  0 0 0 0
<4>[   15.224614] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   15.224635] bank 0 block 0x111,page 0x6a 
<4>[   15.224644] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   15.228641] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   15.228656] bank 0 block 0x111,page 0x6c 
<4>[   15.228665] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   15.255768] WRN:L1111(drivers/usb/sunxi_usb/udc/sunxi_udc.c):handle_ep0: ep0 setup end
<4>[   15.255792] nuke: ep num is 0
<4>[   15.277492] PHY_PageRead: ecc limit, 0xa, 0x0, 0x0, 0x0
<4>[   15.277510] bank 0 block 0x10f,page 0x36 
<4>[   15.277519] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   15.278946] PHY_PageRead: ecc limit, 0x0, 0xa, 0x0, 0x0
<4>[   15.278957] bank 0 block 0x10f,page 0x32 
<4>[   15.278965] secbitmap low: 0xffffffff, high 0xffffffff 
<4>[   15.284098] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   15.284110] [Read_single_page]	block = 542, page = 52, RetryCount = 2  
<4>[   15.391537] set retry default value:  0 0 0 0
<4>[   15.423386] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   15.423405] [Read_single_page]	block = 624, page = 60, RetryCount = 2  
<4>[   15.650419] set retry default value:  0 0 0 0
<4>[   15.679952] [Read_single_page] NFC_ReadRetry 2 cycles, ch =0, chip = 0
<4>[   15.679970] [Read_single_page]	block = 628, page = 164, RetryCount = 2