-
Notifications
You must be signed in to change notification settings - Fork 5.2k
gpio-ir-overlay: add parameter to configure signal polarity #3490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pelwell
merged 2 commits into
raspberrypi:rpi-4.19.y
from
HiassofT:rpi-4.19.y-gpio-ir-invert
Mar 6, 2020
Merged
gpio-ir-overlay: add parameter to configure signal polarity #3490
pelwell
merged 2 commits into
raspberrypi:rpi-4.19.y
from
HiassofT:rpi-4.19.y-gpio-ir-invert
Mar 6, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
491e424
to
6ce4637
Compare
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Mar 6, 2020
kernel: Add support for merus-amp soundcard and ma120x0p codec See: raspberrypi/linux#3483 kernel: gpio-ir-overlay: add parameter to configure signal polarity See: raspberrypi/linux#3490 kernel: overlays: sc16ic750-i2c: Fix xtal parameter See: raspberrypi/linux#3156 kernel: configs: Add KVM support to arm64 bcm2711_defconfig See: raspberrypi/linux#3035 firmware: Support Isp stats and params firmware: arm_loader: Make EMMC2 dma-ranges patch more tolerant firmware: bootromfs: Delete unwanted assert firmware: usb_eth: Increase timeouts for TFTP requests and retransmit ACK
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this pull request
Mar 6, 2020
kernel: Add support for merus-amp soundcard and ma120x0p codec See: raspberrypi/linux#3483 kernel: gpio-ir-overlay: add parameter to configure signal polarity See: raspberrypi/linux#3490 kernel: overlays: sc16ic750-i2c: Fix xtal parameter See: raspberrypi/linux#3156 kernel: configs: Add KVM support to arm64 bcm2711_defconfig See: raspberrypi/linux#3035 firmware: Support Isp stats and params firmware: arm_loader: Make EMMC2 dma-ranges patch more tolerant firmware: bootromfs: Delete unwanted assert firmware: usb_eth: Increase timeouts for TFTP requests and retransmit ACK
pelwell
pushed a commit
that referenced
this pull request
Mar 20, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
pelwell
pushed a commit
that referenced
this pull request
Mar 20, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Mar 23, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Mar 23, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Mar 27, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Mar 27, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Apr 1, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Apr 1, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Apr 7, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
pelwell
pushed a commit
that referenced
this pull request
Apr 13, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Apr 16, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Apr 16, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Apr 16, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Apr 27, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Apr 27, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
May 4, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
May 4, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
May 11, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
May 20, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
May 20, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
May 20, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jun 3, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jun 3, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jun 10, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jun 10, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jun 17, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jun 17, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jun 26, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jul 1, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
popcornmix
pushed a commit
that referenced
this pull request
Jul 13, 2020
Standard IR receivers use inverted / active-low signalling and the gpio-ir overlay configures the GPIO appropriately as GPIO_ACTIVE_LOW (1). In order to support (rather rare) non-inverted / active-high signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0). Add an "invert" parameter to override this like in the gpio-ir-tx overlay. Signed-off-by: Matthias Reichl <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Standard IR receivers use inverted / active-low signalling
and the gpio-ir overlay configures the GPIO appropriately
as GPIO_ACTIVE_LOW (1).
In order to support (rather rare) non-inverted / active-high
signalling the GPIO needs to be configured as GPIO_ACTIVE_HIGH (0).
Add an "invert" parameter to override this like in the gpio-ir-tx
overlay.
This should fix the issue reported in this thread https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=264834