summaryrefslogtreecommitdiff
path: root/tstamping.h
diff options
context:
space:
mode:
Diffstat (limited to 'tstamping.h')
0 files changed, 0 insertions, 0 deletions
f='/cgit.cgi/linux/net-next.git/tree/?h=nds-private-remove&id=1423877b73ed5f4982eaba8bed359605b9918a2b'>19fe399436429fe4b6086f33300e619d1abb648e parent71581a1507e642bbc6f698a3f43355552ee8056f (diff)
spi: fsl-espi: pre-allocate message buffer
Currently the driver allocates a 64kb buffer for each single message. On systems with little and fragmented memory this can result in memory allocation errors. Solve this by pre-allocating a buffer. This patch was developed in OpenWRT long ago, however it never made it upstream. I slightly modified the original patch to re-initialize the buffer at the beginning of each transfer. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat