]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: mpc8xx: Allow transfer of more than MAX_BUFFER len
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 12 Apr 2024 11:53:57 +0000 (13:53 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 18 Apr 2024 13:47:46 +0000 (15:47 +0200)
commit244f8461eb270013fe61d17b5029d62fac67e107
tree48578ccfcf46ec79b53199734eb559ddf6c320fa
parentdcf7af5fd9af91674ace085663f8b69943a3c61d
spi: mpc8xx: Allow transfer of more than MAX_BUFFER len

Perform multiple transfer of size MAX_BUFFER when the data to be
transferred is longer than MAX_BUFFER.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/spi/mpc8xx_spi.c