|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
624e87b6 |
| 07-Dec-2019 |
Ian Lepore <[email protected]> |
Add module build stuff for gpioths(4), a driver for DHT11/DHT22 sensors.
|
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
| #
12889df7 |
| 28-May-2016 |
Oleksandr Tymoshenko <[email protected]> |
Add gpiokeys to the list of GPIO modules built only if FDT is enabled
|
| #
99819ca0 |
| 27-May-2016 |
Ian Lepore <[email protected]> |
When building modules, define make variable OPT_FDT if the kernel config includes the FDT option. Use OPT_FDT to conditionally compile modules that require FDT support.
In the past we've gotten awa
When building modules, define make variable OPT_FDT if the kernel config includes the FDT option. Use OPT_FDT to conditionally compile modules that require FDT support.
In the past we've gotten away with using the arch name as a proxy for FDT support in makefile conditional logic, but now mips has some platforms with fdt support and some without and we need a more direct test.
show more ...
|
| #
b4c5dea6 |
| 27-May-2016 |
Adrian Chadd <[email protected]> |
[gpio] add gpiospi to the gpio module.
|
| #
128e3872 |
| 26-May-2016 |
Ian Lepore <[email protected]> |
Add a PPS driver that takes the timing pulse from a gpio pin. Currently supports only ofw/fdt systems. Some day, hinted attachment for non-fdt systems should be possible too.
|
| #
9e1252ae |
| 14-May-2016 |
Bjoern A. Zeeb <[email protected]> |
Revert r299739. That did not make it better. Instead disconnect gpiokeys from the build until it's fixed and buildable; the SUBDIR list was not ordered properly anyway ;-)
|
| #
81d3ea9f |
| 12-May-2016 |
Oleksandr Tymoshenko <[email protected]> |
Add loadable module for gpiokeys
|
|
Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0 |
|
| #
3cf391a1 |
| 15-Jan-2012 |
Adrian Chadd <[email protected]> |
Allow building the GPIO bus and associated bits as modules.
This is primarily done to save a few bytes here and there on embedded systems with limited flash space for kernels - a very limited (sub-1
Allow building the GPIO bus and associated bits as modules.
This is primarily done to save a few bytes here and there on embedded systems with limited flash space for kernels - a very limited (sub-1MB) space may be available for the kernel and may only support gzip encoding. The rootfs can be LZMA compressed.
show more ...
|