yang
    @wowo:是的,加了pm_wakeup_event才可以
    Linux电源管理(13)_Driver的电源管理  发表时间:2015-01-22 10:38
    wowo
    @yang:sorry,忘了在帖子下面回复了。
    Linux电源管理(13)_Driver的电源管理  发表时间:2015-01-21 16:31
    wowo
    从日志里面可以看到ltr559的中断已经被处理了(ltr559_irq_handler),但是handler中schedule了一个thread,而此时系统在suspend的过程中,已经没有机会调度了。所以这种情况irq_enable_wake(irq)和IRQF_NO_SUSPEND是解决不了的。需要使用Wakeup events framework,阻止系统suspend,具体可以参考“http://www.wowotech.net/pm_subsystem/wakeup_events_framework.html”中的描述。
    Linux电源管理(13)_Driver的电源管理  发表时间:2015-01-21 16:31
    yang
    01-01 00:54:39.863 D/PowerManagerNotifier( 866): mGoToSleepBroadcastDone - sendNextBroadcast 01-01 00:29:13.659 V/kernel ( 3449): <6>[ 1836.671959] PM: suspend entry 2014-12-31 16:54:39.872099731 UTC 01-01 00:29:13.659 V/kernel ( 3449): <6>[ 1836.671968] PM: Syncing filesystems ... done. 01-01 00:29:13.672 V/kernel ( 3449): <6>[ 1836.685205] Freezing user space processes ... (elapsed 0.002 seconds) done. 01-01 00:29:13.674 V/kernel ( 3449): <6>[ 1836.686529] [ALS/PS] ltr559_irq_handler, in 01-01 00:29:13.674 V/kernel ( 3449): <6>[ 1836.687035] [ALS/PS] ltr559_schedwork, status=0X33 01-01 00:29:13.674 V/kernel ( 3449): <6>[ 1836.687041] [ALS/PS] ltr559_schedwork, ps interrupt 01-01 00:29:13.675 V/kernel ( 3449): <6>[ 1836.687345] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. 01-01 00:29:13.675 V/kernel ( 3449): <6>[ 1836.687616] [ALS/PS] read_ps_adc_value, ps_val=174 01-01 00:29:13.675 V/kernel ( 3449): <6>[ 1836.687636] [ALS/PS] report_ps_input_event_zte, ps far 01-01 00:29:13.676 V/kernel ( 3449): <6>[ 1836.688350] [ALS/PS] report_ps_input_event_zte, adc_value=174,default_ps_lowthresh=185,default_ps_highthresh=214 01-01 00:29:13.676 V/kernel ( 3449): <6>[ 1836.689101] Suspending console(s) (use no_console_suspend to debug) 01-01 00:29:13.680 V/kernel ( 3449): <6>[ 1836.693195] fb_notifier_callback. 01-01 00:29:13.680 V/kernel ( 3449): <6>[ 1836.693206] mdss_dsi_event_handler: event=7 01-01 00:29:13.681 V/kernel ( 3449): <6>[ 1836.693222] fb_notifier_callback. 01-01 00:29:13.682 V/kernel ( 3449): <6>[ 1836.694800] ltr559_suspend 01-01 00:29:13.699 V/kernel ( 3449): <6>[ 1836.711522] PM: suspend of devices complete after 21.136 msecs 01-01 00:29:13.700 V/kernel ( 3449): <6>[ 1836.713124] PM: late suspend of devices complete after 1.594 msecs 01-01 00:29:13.703 V/kernel ( 3449): <6>[ 1836.715527] PM: noirq suspend of devices complete after 2.396 msecs 01-01 00:29:13.703 V/kernel ( 3449): <6>[ 1836.715532] Disabling non-boot CPUs ... 01-01 00:29:13.705 V/kernel ( 3449): <4>[ 1836.717235] IRQ39 no longer affine to CPU2 01-01 00:29:13.706 V/kernel ( 3449): <6>[ 1836.718347] CPU0:msm_cpu_pm_enter_sleep mode:3 during suspend 01-01 00:29:13.706 V/kernel ( 3449): <6>[ 1836.718347] Enabled clocks: 01-01 00:29:13.706 V/kernel ( 3449): <6>[ 1836.718347] xo_a_clk_src:2:2 [19200000] 01-01 00:29:13.706 V/kernel ( 3449): <6>[ 1836.718347] bimc_msmbus_a_clk:1:1 [532938752] -> bimc_a_clk:1:1 [532938752] 01-01 00:29:13.706 V/kernel ( 3449): <6>[ 1836.718347] pcnoc_keepalive_a_clk:1:1 [19200000] -> pcnoc_a_clk:1:1 [19200000 wowo,我遇到一个问题,上述log,系统在suspend过程中ltr559驱动上报了一个消息,但这个消息未及时传递到上层,只能在下一次其他中断源唤醒系统后才处理ltr559的消息。 已经设定了irq_enable_wake(irq);但是没设IRQF_NO_SUSPEND标志。我加上IRQF_NO_SUSPEND标志会有改善吗? 谢谢
    Linux电源管理(13)_Driver的电源管理  发表时间:2015-01-21 16:08
    wowo
    @star:我觉得这才是这个社会的无奈,理想状态下,搞量子物理的一定要比搞嵌入式的挣的钱更多,哪怕他一辈子什么都没搞出来……
    Linux时间子系统之(一):时间的基本概念  发表时间:2015-01-21 12:19
    star
    已从量子物理转到嵌入式混饭吃...
    Linux时间子系统之(一):时间的基本概念  发表时间:2015-01-21 11:19
    ayeu0425
    @wowo:明白了,非常感谢!
    Linux kernel的中断子系统之(一):综述  发表时间:2015-01-21 10:49
    wowo
    @linuxer:我更新了这篇文章的最后一节,结果还真和我们想象的不一样,在cpuidle framework中,进入idle时,是关中断的,因此从idle回来后,只能先回到idle thread,打开中断后,才能执行中断handler。
    Linux cpuidle framework(1)_概述和软件架构  发表时间:2015-01-20 23:31
    wowo
    @ayeu0425:对于那些标准的dts字段,如触发类型,可以让kernel在初始化的时候,帮忙解析,不再需要每个driver都手动调用irq_of_parse_and_map。大概流程如下,供您参考: of_device_alloc num_irq = of_irq_count(np); of_irq_to_resource_table-->of_irq_to_resource-->irq_of_parse_and_map of_irq_map_one irq_create_of_mapping irq_set_irq_type 对于那些需要主动调用irq_of_parse_and_map的场景,一定是irq driver实现的不标准,这不是一个好的设计。
    Linux kernel的中断子系统之(一):综述  发表时间:2015-01-20 14:31
    ayeu0425
    博主,还想请教你一个问题,因为也看到你写device tree的文章。 对于一个具体的中断,例如 interrupt = <0 118 0x4>,它分别描述是中断类型、中断号、中断触发方式。 这个中断触发方式是被使用的? 比如网卡驱动中有 irq=platform_get_irq(...)【为什么不是irq_of_parse_and_map】,然后request_irq(irq,handler,IRQF_DISABLED,...)。这是怎么确定触发方式是电平触发(0x04)的呢?
    Linux kernel的中断子系统之(一):综述  发表时间:2015-01-20 11:15

共7862条698/787上一页 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 698699 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 下一页
Copyright @ 2013-2015 蜗窝科技 All rights reserved. Powered by emlog