-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add TCS3472 and VEML6040 sensor support (and a few others) #6448
base: rpi-6.6.y
Are you sure you want to change the base?
Commits on Oct 29, 2024
-
configs: Regenerate the defconfigs
Signed-off-by: Phil Elwell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83b7a50 - Browse repository at this point
Copy the full SHA 83b7a50View commit details
Commits on Oct 30, 2024
-
iio: add modifiers for A and B ultraviolet light
commit b89710b upstream. Currently there are only two modifiers for ultraviolet light: a generic one for any ultraviolet light (IIO_MOD_LIGHT_UV) and one for deep ultraviolet (IIO_MOD_LIGHT_DUV), which is also referred as ultraviolet C (UV-C) band and covers short-wave ultraviolet. There are still no modifiers for the long-wave and medium-wave ultraviolet bands. These two bands are the main components used to obtain the UV index on the Earth's surface. Add modifiers for the ultraviolet A (UV-A) and ultraviolet B (UV-B) bands. Signed-off-by: Javier Carrasco <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5dbcd7 - Browse repository at this point
Copy the full SHA c5dbcd7View commit details -
iio: move LIGHT_UVA and LIGHT_UVB to the end of iio_modifier
commit 6f6c72a upstream. The new modifiers should have added to the end of the enum, so they do not affect the existing entries. No modifiers were added since then, so they can be moved safely to the end of the list. Move IIO_MOD_LIGHT_UVA and IIO_MOD_LIGHT_UVB to the end of iio_modifier. Fixes: b89710b ("iio: add modifiers for A and B ultraviolet light") Suggested-by: Paul Cercueil <[email protected]> Signed-off-by: Javier Carrasco <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4d22db - Browse repository at this point
Copy the full SHA d4d22dbView commit details -
iio: light: add VEML6075 UVA and UVB light sensor driver
commit 3b82f43 upstream. The Vishay VEMl6075 is a low power, 16-bit resolution UVA and UVB light sensor with I2C interface and noise compensation (visible and infrarred). Every UV channel generates an output signal measured in counts per integration period, where the integration time is configurable. This driver adds support for both UV channels and the ultraviolet index (UVI) inferred from them according to the device application note with open-air (no teflon) coefficients. Signed-off-by: Javier Carrasco <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92a3d4f - Browse repository at this point
Copy the full SHA 92a3d4fView commit details -
configs: Back-port several sensors
Add config settings for the HTS221, VEML6075 and AS73211 sensors. Link: raspberrypi#6446 Signed-off-by: Phil Elwell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 481fc2c - Browse repository at this point
Copy the full SHA 481fc2cView commit details -
overlays: Back-port several sensors
Extend the i2c-sensor overlay with support for the HTS221, VEML6075 and AS73211 sensors. Link: raspberrypi#6446 Signed-off-by: Phil Elwell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2f724a - Browse repository at this point
Copy the full SHA b2f724aView commit details -
Enable support for the TCS3472 family of light sensors. Link: raspberrypi#6446 Signed-off-by: Phil Elwell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c20388 - Browse repository at this point
Copy the full SHA 0c20388View commit details -
overlays: Add TCS3472 and VEML6040 support
Extend the i2c-sensor overlay with support for the VEML6040 and TCS3472 family of light sensors. Link: raspberrypi#6446 Signed-off-by: Phil Elwell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9da3c21 - Browse repository at this point
Copy the full SHA 9da3c21View commit details