Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1696788
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Anup Patel <anup.patel@broadcom.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] Broadcom SBA-RAID driver improvements |
| Date | Wed, 26 Jul 2017 07:40:02 +0200 |
| Message-ID | <u7nd7-4CC-5@gated-at.bofh.it> (permalink) |
| X-Original-To | Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Vinod Koul <vinod.koul@intel.com>, Dan Williams <dan.j.williams@intel.com> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id; bh=XhjfdN6zfvtWAGW4KZvrrLv+5oIj4PkitsYvUH3B3C4=; b=GJla4qN/Iov7so+gON/CHsbGrTZrv0R6E+9mlIgeM5NmIF2t5WMdNfTsNqrx4BuBvO 0pzVN5eq7u/CIocbTegvesHZ4TbW5fdYnlcZxqA6kzMjPcFmMhie8tsK1b/65c2euzpP 7qGCZBNuphX0eS1yZDxvDJQJ7+RAM04hQdkIs= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=XhjfdN6zfvtWAGW4KZvrrLv+5oIj4PkitsYvUH3B3C4=; b=MBBnaZoQJJi7dcsUJZad+BXylsx9omlOvlnmcn7sw7ZXZjBIGsfu42KT26rx+1O3bg O1e13hnwJSD07lcF68J2lwb2cjW2mHejrJ/lTAu3XM/T+GEzFvo25Ed+5BKqFEYiDTle ce5ZSdG/cNkgNi4QpxtZmEbHlzXZdL3RwOdKWeCdkIRSDoHqXuOC0zRBTjzFs+Tln4YU OFQfPNszjfZeGoYtDTbUZ4OiADYtlKTSlD9qi+Sa67O/wEcvXp7dIkDH/0WlT0Ney/zZ SPtr9a5N0o8ecI4Uhucq9pnWwIz8LNGQMLQMJPbxdCncDqp/IJ+OYHltPGXtjw+VD37w q0sQ== |
| X-Gm-Message-State | AIVw112Tw8Md8vpWbBehqTinI1rgfkkcY7ErIymJoddqWojuUJjoNOd3 22IhL+3PKWHmVvNM |
| X-Received | by 10.28.111.84 with SMTP id k81mr9321685wmc.67.1501047444024; Tue, 25 Jul 2017 22:37:24 -0700 (PDT) |
| X-Mailer | git-send-email 2.7.4 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 22 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Florian Fainelli <f.fainelli@gmail.com>, Scott Branden <sbranden@broadcom.com>, Ray Jui <rjui@broadcom.com>, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, Anup Patel <anup.patel@broadcom.com> |
| X-Original-Date | Wed, 26 Jul 2017 11:06:38 +0530 |
| X-Original-Message-ID | <1501047404-14456-1-git-send-email-anup.patel@broadcom.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1696788 |
Show key headers only | View raw
This patchset does various improvments to Broadcom SBA-RAID
driver and also adds SBA-RAID DT nodes for Stingray SOC.
The patches are based on "[PATCH v2 0/7] FlexRM driver improvements"
and can also be found at sba-raid-imp-v1 branch of
https://github.com/Broadcom/arm64-linux.git
Anup Patel (6):
dma: bcm-sba-raid: Improve memory allocation in SBA RAID driver
dma: bcm-sba-raid: Peek mbox when we are left with no free requests
dma: bcm-sba-raid: pre-ack async tx descriptor
dma: bcm-sba-raid: Break sba_process_deferred_requests() into two
parts
dma: bcm-sba-raid: Add debugfs support
arm64: dts: Add SBA-RAID DT nodes for Stingray SoC
.../boot/dts/broadcom/stingray/stingray-fs4.dtsi | 64 +++
drivers/dma/bcm-sba-raid.c | 527 ++++++++++++---------
2 files changed, 364 insertions(+), 227 deletions(-)
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] Broadcom SBA-RAID driver improvements Anup Patel <anup.patel@broadcom.com> - 2017-07-26 07:40 +0200
[PATCH 1/6] dma: bcm-sba-raid: Improve memory allocation in SBA RAID driver Anup Patel <anup.patel@broadcom.com> - 2017-07-26 07:40 +0200
Re: [PATCH 1/6] dma: bcm-sba-raid: Improve memory allocation in SBA RAID driver Vinod Koul <vinod.koul@intel.com> - 2017-07-26 19:10 +0200
Re: [PATCH 1/6] dma: bcm-sba-raid: Improve memory allocation in SBA RAID driver Anup Patel <anup.patel@broadcom.com> - 2017-07-27 06:20 +0200
Re: [PATCH 1/6] dma: bcm-sba-raid: Improve memory allocation in SBA RAID driver Vinod Koul <vinod.koul@intel.com> - 2017-07-28 05:20 +0200
Re: [PATCH 1/6] dma: bcm-sba-raid: Improve memory allocation in SBA RAID driver Anup Patel <anup.patel@broadcom.com> - 2017-07-28 05:50 +0200
[PATCH 2/6] dma: bcm-sba-raid: Peek mbox when we are left with no free requests Anup Patel <anup.patel@broadcom.com> - 2017-07-26 07:40 +0200
Re: [PATCH 2/6] dma: bcm-sba-raid: Peek mbox when we are left with no free requests Vinod Koul <vinod.koul@intel.com> - 2017-07-26 19:10 +0200
Re: [PATCH 2/6] dma: bcm-sba-raid: Peek mbox when we are left with no free requests Anup Patel <anup.patel@broadcom.com> - 2017-07-27 07:00 +0200
Re: [PATCH 2/6] dma: bcm-sba-raid: Peek mbox when we are left with no free requests Vinod Koul <vinod.koul@intel.com> - 2017-07-28 05:20 +0200
Re: [PATCH 2/6] dma: bcm-sba-raid: Peek mbox when we are left with no free requests Anup Patel <anup.patel@broadcom.com> - 2017-07-28 05:40 +0200
[PATCH 6/6] arm64: dts: Add SBA-RAID DT nodes for Stingray SoC Anup Patel <anup.patel@broadcom.com> - 2017-07-26 07:40 +0200
Re: [PATCH 0/6] Broadcom SBA-RAID driver improvements Vinod Koul <vinod.koul@intel.com> - 2017-07-26 19:10 +0200
Re: [PATCH 0/6] Broadcom SBA-RAID driver improvements Anup Patel <anup.patel@broadcom.com> - 2017-07-27 06:10 +0200
csiph-web