lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 4 Oct 2021 19:32:13 -0500 From: minyard@....org To: Oleksij Rempel <o.rempel@...gutronix.de> Cc: Pengutronix Kernel Team <kernel@...gutronix.de>, linux-i2c@...r.kernel.org, Andrew Manley <andrew.manley@...lingtech.com>, linux-kernel@...r.kernel.org Subject: [PATCH 0/3] i2c:imx: Deliver a timely stop on slave side, fix recv I was working on an application that needs the stop condition immediately. So this adds a timer after each byte is received/sent and if the bus is idle at the timeout, send the stop. Also, I noticed when you use the i2c-slave-eeprom, if you read some data and then read some data again, the last byte of the first read will be the first byte of the second read. This is because i2c-slave-eeprom expects a read-ahead. That's what the documentation says, at least. -corey
Powered by blists - more mailing lists