]> Git Repo - J-linux.git/commit
eeprom: at25: Split reads into chunks and cap write size
authorBrad Bishop <[email protected]>
Tue, 24 May 2022 21:51:42 +0000 (16:51 -0500)
committerGreg Kroah-Hartman <[email protected]>
Fri, 10 Jun 2022 14:42:48 +0000 (16:42 +0200)
commit0a35780c755ccec097d15c6b4ff8b246a89f1689
tree4d93859f5cd969f588abdf084bc1b190c5b5934c
parent1c245358ce0b13669f6d1625f7a4e05c41f28980
eeprom: at25: Split reads into chunks and cap write size

Make use of spi_max_transfer_size to avoid requesting transfers that are
too large for some spi controllers.

Signed-off-by: Brad Bishop <[email protected]>
Signed-off-by: Eddie James <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/misc/eeprom/at25.c
This page took 0.045261 seconds and 4 git commands to generate.