mbox series

[v4,0/2] mtd: spi-nor: use spi-mem dirmap API

Message ID 5143a90d-fede-7025-9eaf-142414c803c3@cogentembedded.com
Headers show
Series mtd: spi-nor: use spi-mem dirmap API | expand

Message

Sergei Shtylyov Jan. 27, 2020, 8:23 p.m. UTC
Here's a set of 2 patches against the 'spi-nor/next' branch of the MTD 'linux.git'
repo. We make use of the spi-mem direct mapping API to let advanced controllers
optimize read/write operations when they support direct mapping. Previous versions
only had a single patch, in this version a preparatory patch was added.

The previous posting had garbage in the subject, so resending with this fixed...)

[1/2] mtd: spi-nor: split spi_nor_spimem_xfer_data()
[2/2] mtd: spi-nor: use spi-mem dirmap API