Skip to content
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

drivers: sensor: st: add missing buffer size config #85061

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

5ae29c
Copy link

@5ae29c 5ae29c commented Feb 3, 2025

Previously, the Kconfig option CONFIG_STMEMSC_I3C_I2C_WRITE_BUFFER_SIZE has been introduced to replace i2c_burst_write with i2c_write using a buffer combining the address and data. See #79347

Add missing buffer size config to stmemsc_i2c_write_incr to replace fixed buffer size.

@jeppenodgaard
Copy link
Collaborator

AFAIK commit body can contain a commit sha but not a link to a PR, because it might not be valid in the future

Previously, the Kconfig option CONFIG_STMEMSC_I3C_I2C_WRITE_BUFFER_SIZE has been introduced to replace i2c_burst_write with i2c_write using a buffer combining the address and data. See commit 5f8da77

Add missing buffer size config to stmemsc_i2c_write_incr to replace fixed buffer size.

Signed-off-by: Jonas Spinner <jonas.spinner@burkert.com>
@5ae29c 5ae29c force-pushed the patch-drivers-sensor-st-stmemsc branch from 5d09bad to edd9d93 Compare February 3, 2025 15:59
@5ae29c
Copy link
Author

5ae29c commented Feb 3, 2025

AFAIK commit body can contain a commit sha but not a link to a PR, because it might not be valid in the future

I changed the commit message to reference the commit directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Sensors Sensors size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants