Message ID | 20190423201513.8073-1-kernel@martin.sperl.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-spi-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C3BD11515 for <patchwork-linux-spi@patchwork.kernel.org>; Tue, 23 Apr 2019 20:15:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B5A7B285CD for <patchwork-linux-spi@patchwork.kernel.org>; Tue, 23 Apr 2019 20:15:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B3EE82863F; Tue, 23 Apr 2019 20:15:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 23250288EE for <patchwork-linux-spi@patchwork.kernel.org>; Tue, 23 Apr 2019 20:15:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726083AbfDWUPf (ORCPT <rfc822;patchwork-linux-spi@patchwork.kernel.org>); Tue, 23 Apr 2019 16:15:35 -0400 Received: from 212-186-180-163.static.upcbusiness.at ([212.186.180.163]:33362 "EHLO cgate.sperl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725956AbfDWUPf (ORCPT <rfc822;linux-spi@vger.kernel.org>); Tue, 23 Apr 2019 16:15:35 -0400 Received: from hc1.intern.sperl.org (account martin@sperl.org [10.10.10.59] verified) by sperl.org (CommuniGate Pro SMTP 6.2.1 _community_) with ESMTPSA id 7763602; Tue, 23 Apr 2019 20:15:32 +0000 From: kernel@martin.sperl.org To: Mark Brown <broonie@kernel.org>, Eric Anholt <eric@anholt.net>, Stefan Wahren <stefan.wahren@i2se.com>, linux-spi@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Cc: Martin Sperl <kernel@martin.sperl.org> Subject: [PATCH V2 0/6] spi: bcm2835: improvements Date: Tue, 23 Apr 2019 20:15:07 +0000 Message-Id: <20190423201513.8073-1-kernel@martin.sperl.org> X-Mailer: git-send-email 2.11.0 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: <linux-spi.vger.kernel.org> X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
spi: bcm2835: improvements
|
expand
|
From: Martin Sperl <kernel@martin.sperl.org> Patchset that implements changes for the spi-bcm2835aux now also for the spi-bcm2835 Changelog: V1 -> V2: applied feedback by Stefan Wahren reorganized patchset added extra rational, descriptions Martin Sperl (6): spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument spi: bcm2835: Avoid 64-bit arithmetic in xfer len calc spi: bcm2835: added comment about different bus behaviour of DMA mode spi: bcm2835: make the polling duration limits configurable spi: bcm2835: make the lower limit for dma mode configurable spi: bcm2835: add driver stats to debugfs drivers/spi/spi-bcm2835.c | 128 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 107 insertions(+), 21 deletions(-) -- 2.11.0