linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] pinctrl: freescale: Fine-tuning for ten function implementations
@ 2017-04-14  9:00 SF Markus Elfring
  2017-04-14  9:03 ` [PATCH 1/10] pinctrl: imx: Use kmalloc_array() in imx_dt_node_to_map() SF Markus Elfring
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: SF Markus Elfring @ 2017-04-14  9:00 UTC (permalink / raw)
  To: linux-gpio, Arnd Bergmann, Gary Bisson, Laxman Dewangan,
	Linus Walleij, Paul Gortmaker, Peng Fan, Shawn Guo,
	Vladimir Zapolskiy

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Fri, 14 Apr 2017 10:45:43 +0200

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (10):
  imx: Use kmalloc_array() in imx_dt_node_to_map()
  imx: Use devm_kcalloc() in two functions
  imx: Return directly after a failed devm_kcalloc() in imx_pinctrl_parse_functions()
  imx: Improve another size determination in imx_pinctrl_parse_functions()
  imx: Use devm_kmalloc_array() in imx_pinctrl_probe()
  imx: Use seq_putc() in imx_pinconf_group_dbg_show()
  imx: Use seq_puts() in imx_pinconf_dbg_show()
  imx1-core: Use kmalloc_array() in imx_dt_node_to_map()
  mxs: Use devm_kcalloc() in two functions
  mxs: Use kcalloc() in mxs_dt_node_to_map()

 drivers/pinctrl/freescale/pinctrl-imx.c       | 31 +++++++++++++++------------
 drivers/pinctrl/freescale/pinctrl-imx1-core.c |  2 +-
 drivers/pinctrl/freescale/pinctrl-mxs.c       | 13 +++++------
 3 files changed, 25 insertions(+), 21 deletions(-)

-- 
2.12.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-04-14  9:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-14  9:00 [PATCH 00/10] pinctrl: freescale: Fine-tuning for ten function implementations SF Markus Elfring
2017-04-14  9:03 ` [PATCH 1/10] pinctrl: imx: Use kmalloc_array() in imx_dt_node_to_map() SF Markus Elfring
2017-04-14  9:07 ` [PATCH 02/10] pinctrl: imx: Use devm_kcalloc() in two functions SF Markus Elfring
2017-04-14  9:11 ` [PATCH 03/10] pinctrl: imx: Return directly after a failed devm_kcalloc() in imx_pinctrl_parse_functions() SF Markus Elfring
2017-04-14  9:14 ` [PATCH 04/10] pinctrl: imx: Improve another size determination " SF Markus Elfring
2017-04-14  9:15 ` [PATCH 05/10] pinctrl: imx: Use devm_kmalloc_array() in imx_pinctrl_probe() SF Markus Elfring
2017-04-14  9:17 ` [PATCH 06/10] pinctrl: imx: Use seq_putc() in imx_pinconf_group_dbg_show() SF Markus Elfring
2017-04-14  9:19 ` [PATCH 07/10] pinctrl: imx: Use seq_puts() in imx_pinconf_dbg_show() SF Markus Elfring
2017-04-14  9:20 ` [PATCH 08/10] pinctrl: imx1-core: Use kmalloc_array() in imx_dt_node_to_map() SF Markus Elfring
2017-04-14  9:22 ` [PATCH 09/10] pinctrl: mxs: Use devm_kcalloc() in two functions SF Markus Elfring
2017-04-14  9:23 ` [PATCH 10/10] pinctrl: mxs: Use kcalloc() in mxs_dt_node_to_map() SF Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).