From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiner Kallweit Subject: [PATCH 0/3] spi: mtd: Handle HW message length restrictions Date: Sat, 21 Nov 2015 23:59:15 +0100 Message-ID: <5650F743.9050500@gmail.com> References: <564CEB61.2000601@gmail.com> <20151118215755.GL31303@sirena.org.uk> <564D0098.4030107@gmail.com> <20151119114057.GN31303@sirena.org.uk> <20151119171538.GO31303@sirena.org.uk> <9CDADBED-FD18-4635-82A9-5AB14C9ABCAE@sperl.org> <20151120120502.GT31303@sirena.org.uk> <08871ECD-52DF-4CBF-AF3D-4C3A442C008A@sperl.org> <20151121134946.GI26072@sirena.org.uk> <56507B3B.4080608@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Michal Suchanek , Martin Sperl , MTD Maling List , "linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" To: Mark Brown , Brian Norris Return-path: In-Reply-To: Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Based on the ongoing discussion how to handle HW restrictions like max SPI message size this is a new proposal. Heiner Kallweit (3): spi: core: add max_msg_size to spi_master mtd: m25p80: handle HW message size restrictions spi: fsl-espi: make use of max_msg_size in spi_master to handle HW restrictions drivers/mtd/devices/m25p80.c | 39 ++++++++++++++++++++++++++++++++++----- drivers/spi/spi-fsl-espi.c | 1 + include/linux/spi/spi.h | 4 ++++ 3 files changed, 39 insertions(+), 5 deletions(-) -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html