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 ...
I am using Linux 4.14.98 Ga release source. Here when I tried to requets a gpio in 'arch/arm/mach-imx/mach-imx6q.c', it fails with EPROBE_DEFER (517) error. But able to export same gpio using SYSFS using "echo * > /sys/class/gpio/export" command. Why it is not able to ...
waveform80 merged 7 commits into master from sample-internal Mar 14, 2021 +517 −126 Conversation 10 Commits 7 Checks 0 Files changed 10 Conversation Member waveform80 commented Mar 13, 2021 And clean up event handling generally. All the logic to do with wrapping callbacks, and ensuring ...