[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <92810066-69b6-94e7-dcec-a28594b1328f@users.sourceforge.net>
Date: Sat, 17 Sep 2016 17:05:16 +0200
From: SF Markus Elfring <elfring@...rs.sourceforge.net>
To: dmaengine@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Dan Williams <dan.j.williams@...el.com>,
Linus Walleij <linus.walleij@...aro.org>,
Vinod Koul <vinod.koul@...el.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org,
Julia Lawall <julia.lawall@...6.fr>
Subject: [PATCH 00/24] ste_dma40: Fine-tuning for several function
implementations
From: Markus Elfring <elfring@...rs.sourceforge.net>
Date: Sat, 17 Sep 2016 16:56:56 +0200
Several update suggestions were taken into account
from static source code analysis.
Markus Elfring (24):
Use kmalloc_array() in d40_lcla_allocate()
Return directly after a failed kmalloc_array()
Rename a jump label in d40_lcla_allocate()
Move an assignment in d40_lcla_allocate()
Improve a size determination in d40_of_probe()
Replace four kzalloc() calls by kcalloc() in d40_hw_detect_init()
Use kmalloc_array() in d40_hw_detect_init()
Less checks in d40_hw_detect_init() after error detection
Delete unnecessary variable initialisations in d40_hw_detect_init()
Adjust the position of a jump label in d40_probe()
Rename a jump label in d40_probe()
Rename jump labels in d40_dmaengine_init()
Rename a jump label in d40_alloc_chan_resources()
One check less in d40_prep_sg() after error detection
Move two assignments in d40_prep_sg()
Rename a jump label in d40_prep_desc()
Move an assignment in d40_prep_desc()
Rename a jump label in d40_is_paused()
Rename a jump label in d40_free_dma()
Rename a jump label in d40_alloc_mask_free()
Rename jump labels in d40_alloc_mask_set()
Rename a jump label in dma_tasklet()
Rename a jump label in __d40_execute_command_phy()
Rename a jump label in d40_log_lli_to_lcxa()
drivers/dma/ste_dma40.c | 253 +++++++++++++++++++++++-------------------------
1 file changed, 122 insertions(+), 131 deletions(-)
--
2.10.0
Powered by blists - more mailing lists