-
Notifications
You must be signed in to change notification settings - Fork 5.2k
CONFIG_GPIO_PCF857X=m would be nice to have #2294
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
Comments
It sounds like you've compiled it yourself. Have you also created an overlay for it? |
If I understand your question correctly, I have not and have just used the /sys interface to the I2C bus to attach the devices, rather than use a device tree overlay. |
pelwell
pushed a commit
that referenced
this issue
Nov 30, 2017
The PCF8574 & 5 are I2C-connected 8- & 16-bit GPIO expanders. See: #2294 Signed-off-by: Phil Elwell <[email protected]>
Done. |
pelwell
pushed a commit
that referenced
this issue
Nov 30, 2017
The PCF8574 & 5 are I2C-connected 8- & 16-bit GPIO expanders. See: #2294 Signed-off-by: Phil Elwell <[email protected]>
Thanks! |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this issue
Dec 1, 2017
kernel: config: Add GPIO_PCF857X=m See: raspberrypi/linux#2294 kernel: mcp2515: Use DT-supplied interrupt flags See: raspberrypi/linux#2175 kernel: cgroup: Fix automatic disabling of cgroup memory See: https://github.com/raspberrypi/issues/1950 firmware: arm_dt: Suppress non-fatal errors See: #906 firmware: dtoverlay: Create "/aliases" node when needed See: #906
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this issue
Dec 1, 2017
kernel: config: Add GPIO_PCF857X=m See: raspberrypi/linux#2294 kernel: mcp2515: Use DT-supplied interrupt flags See: raspberrypi/linux#2175 kernel: cgroup: Fix automatic disabling of cgroup memory See: https://github.com/raspberrypi/issues/1950 firmware: arm_dt: Suppress non-fatal errors See: raspberrypi/firmware#906 firmware: dtoverlay: Create "/aliases" node when needed See: raspberrypi/firmware#906
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this issue
Dec 5, 2017
kernel: config: Add GPIO_PCF857X=m See: raspberrypi/linux#2294
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this issue
Dec 5, 2017
kernel: config: Add GPIO_PCF857X=m See: raspberrypi/linux#2294
raspbian-autopush
pushed a commit
to raspbian-packages/linux-4.9
that referenced
this issue
Apr 7, 2018
commit 0db56de Author: Phil Elwell <[email protected]> Date: Thu Nov 30 09:04:07 2017 +0000 config: Add GPIO_PCF857X=m The PCF8574 & 5 are I2C-connected 8- & 16-bit GPIO expanders. See: raspberrypi/linux#2294 Signed-off-by: Phil Elwell <[email protected]> Gbp-Pq: Topic rpi Gbp-Pq: Name rpi_1427_0db56de6310518050fc49331cfb5617964079092.patch
raspbian-autopush
pushed a commit
to raspbian-packages/linux-4.9
that referenced
this issue
Nov 11, 2018
commit 0db56de Author: Phil Elwell <[email protected]> Date: Thu Nov 30 09:04:07 2017 +0000 config: Add GPIO_PCF857X=m The PCF8574 & 5 are I2C-connected 8- & 16-bit GPIO expanders. See: raspberrypi/linux#2294 Signed-off-by: Phil Elwell <[email protected]> Gbp-Pq: Topic rpi Gbp-Pq: Name rpi_1427_0db56de6310518050fc49331cfb5617964079092.patch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PCF857x-s are nice, inexpensive I2C I/O expanders, very useful for low-bandwidth communication across a large number of I/O lines and/or at a distance (running just I2C being much easier than a dozen I/Os back to the Pi). It'd be nice to have the kernel's GPIO subsystem driver for these around by default. It's 15 KB.
The text was updated successfully, but these errors were encountered: