From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/9] ARM: OMAP2+: Adjustments for seven function implementations
Date: Wed, 07 Jun 2017 06:51:46 +0000 [thread overview]
Message-ID: <20170607065146.GE3730@atomide.com> (raw)
In-Reply-To: <e9d44aa5-9208-9ff3-46ec-cd58ac3f4696@users.sourceforge.net>
* SF Markus Elfring <elfring@users.sourceforge.net> [170603 11:24]:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 3 Jun 2017 20:12:34 +0200
>
> Some update suggestions were taken into account
> from static source code analysis.
>
> Markus Elfring (9):
> Delete an error message for a failed memory allocation in omap_mcspi_init()
> Delete an error message for a failed memory allocation in two functions
> Delete an unnecessary variable initialisation in omap_init_mcbsp()
> Improve a size determination in omap_init_mcbsp()
> Delete an error message for a failed memory allocation in omap_init_mcbsp()
> Improve a size determination in sr_dev_init()
> Use kcalloc() in sr_set_nvalues()
> SmartReflex: Delete an error message for a failed memory allocation in two functions
> Delete an error message for a failed memory allocation in omap_timer_init()
Thanks for the patches. Many of these are no longer needed as
I've now dropped more of the legacy boot code as everything
for mach-omap2 is booting in device tree mode.
So I'm applying the following ones into omap-for-v4.13/soc.
Regards,
Tony
8< -------
ARM: OMAP2+: SmartReflex: Delete an error message for a failed memory allocation in two functions
ARM: OMAP2+: Use kcalloc() in sr_set_nvalues()
ARM: OMAP2+: Improve a size determination in sr_dev_init()
ARM: OMAP2+: Delete an error message for a failed memory allocation in two functions
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: SF Markus Elfring <elfring@users.sourceforge.net>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Russell King <linux@armlinux.org.uk>,
kernel-janitors@vger.kernel.org,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/9] ARM: OMAP2+: Adjustments for seven function implementations
Date: Tue, 6 Jun 2017 23:51:46 -0700 [thread overview]
Message-ID: <20170607065146.GE3730@atomide.com> (raw)
In-Reply-To: <e9d44aa5-9208-9ff3-46ec-cd58ac3f4696@users.sourceforge.net>
* SF Markus Elfring <elfring@users.sourceforge.net> [170603 11:24]:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 3 Jun 2017 20:12:34 +0200
>
> Some update suggestions were taken into account
> from static source code analysis.
>
> Markus Elfring (9):
> Delete an error message for a failed memory allocation in omap_mcspi_init()
> Delete an error message for a failed memory allocation in two functions
> Delete an unnecessary variable initialisation in omap_init_mcbsp()
> Improve a size determination in omap_init_mcbsp()
> Delete an error message for a failed memory allocation in omap_init_mcbsp()
> Improve a size determination in sr_dev_init()
> Use kcalloc() in sr_set_nvalues()
> SmartReflex: Delete an error message for a failed memory allocation in two functions
> Delete an error message for a failed memory allocation in omap_timer_init()
Thanks for the patches. Many of these are no longer needed as
I've now dropped more of the legacy boot code as everything
for mach-omap2 is booting in device tree mode.
So I'm applying the following ones into omap-for-v4.13/soc.
Regards,
Tony
8< -------
ARM: OMAP2+: SmartReflex: Delete an error message for a failed memory allocation in two functions
ARM: OMAP2+: Use kcalloc() in sr_set_nvalues()
ARM: OMAP2+: Improve a size determination in sr_dev_init()
ARM: OMAP2+: Delete an error message for a failed memory allocation in two functions
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] ARM: OMAP2+: Adjustments for seven function implementations
Date: Tue, 6 Jun 2017 23:51:46 -0700 [thread overview]
Message-ID: <20170607065146.GE3730@atomide.com> (raw)
In-Reply-To: <e9d44aa5-9208-9ff3-46ec-cd58ac3f4696@users.sourceforge.net>
* SF Markus Elfring <elfring@users.sourceforge.net> [170603 11:24]:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 3 Jun 2017 20:12:34 +0200
>
> Some update suggestions were taken into account
> from static source code analysis.
>
> Markus Elfring (9):
> Delete an error message for a failed memory allocation in omap_mcspi_init()
> Delete an error message for a failed memory allocation in two functions
> Delete an unnecessary variable initialisation in omap_init_mcbsp()
> Improve a size determination in omap_init_mcbsp()
> Delete an error message for a failed memory allocation in omap_init_mcbsp()
> Improve a size determination in sr_dev_init()
> Use kcalloc() in sr_set_nvalues()
> SmartReflex: Delete an error message for a failed memory allocation in two functions
> Delete an error message for a failed memory allocation in omap_timer_init()
Thanks for the patches. Many of these are no longer needed as
I've now dropped more of the legacy boot code as everything
for mach-omap2 is booting in device tree mode.
So I'm applying the following ones into omap-for-v4.13/soc.
Regards,
Tony
8< -------
ARM: OMAP2+: SmartReflex: Delete an error message for a failed memory allocation in two functions
ARM: OMAP2+: Use kcalloc() in sr_set_nvalues()
ARM: OMAP2+: Improve a size determination in sr_dev_init()
ARM: OMAP2+: Delete an error message for a failed memory allocation in two functions
next prev parent reply other threads:[~2017-06-07 6:51 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-03 18:20 [PATCH 0/9] ARM: OMAP2+: Adjustments for seven function implementations SF Markus Elfring
2017-06-03 18:20 ` SF Markus Elfring
2017-06-03 18:20 ` SF Markus Elfring
2017-06-03 18:20 ` SF Markus Elfring
2017-06-03 18:27 ` [PATCH 1/9] ARM: OMAP2+: Delete an error message for a failed memory allocation in omap_mcspi_init() SF Markus Elfring
2017-06-03 18:27 ` SF Markus Elfring
2017-06-03 18:27 ` SF Markus Elfring
2017-06-03 18:27 ` SF Markus Elfring
2017-06-03 18:28 ` [PATCH 2/9] ARM: OMAP2+: Delete an error message for a failed memory allocation in two functions SF Markus Elfring
2017-06-03 18:28 ` SF Markus Elfring
2017-06-03 18:28 ` SF Markus Elfring
2017-06-03 18:28 ` SF Markus Elfring
2017-06-03 18:29 ` [PATCH 3/9] ARM: OMAP2+: McBSP: Delete an unnecessary variable initialisation in omap_init_mcbsp() SF Markus Elfring
2017-06-03 18:29 ` SF Markus Elfring
2017-06-03 18:29 ` SF Markus Elfring
2017-06-03 18:29 ` SF Markus Elfring
2017-06-03 18:30 ` [PATCH 4/9] ARM: OMAP2+: McBSP: Improve a size determination " SF Markus Elfring
2017-06-03 18:30 ` SF Markus Elfring
2017-06-03 18:30 ` SF Markus Elfring
2017-06-03 18:30 ` SF Markus Elfring
2017-06-03 18:31 ` [PATCH 5/9] ARM: OMAP2+: McBSP: Delete an error message for a failed memory allocation in omap_init_ SF Markus Elfring
2017-06-03 18:31 ` [PATCH 5/9] ARM: OMAP2+: McBSP: Delete an error message for a failed memory allocation in omap_init_mcbsp() SF Markus Elfring
2017-06-03 18:31 ` SF Markus Elfring
2017-06-03 18:31 ` SF Markus Elfring
2017-06-03 18:32 ` [PATCH 6/9] ARM: OMAP2+: Improve a size determination in sr_dev_init() SF Markus Elfring
2017-06-03 18:32 ` SF Markus Elfring
2017-06-03 18:32 ` SF Markus Elfring
2017-06-03 18:32 ` SF Markus Elfring
2017-06-03 18:33 ` [PATCH 7/9] ARM: OMAP2+: Use kcalloc() in sr_set_nvalues() SF Markus Elfring
2017-06-03 18:33 ` SF Markus Elfring
2017-06-03 18:33 ` SF Markus Elfring
2017-06-03 18:33 ` SF Markus Elfring
2017-06-03 18:34 ` [PATCH 8/9] ARM: OMAP2+: SmartReflex: Delete an error message for a failed memory allocation in two SF Markus Elfring
2017-06-03 18:34 ` [PATCH 8/9] ARM: OMAP2+: SmartReflex: Delete an error message for a failed memory allocation in two functions SF Markus Elfring
2017-06-03 18:34 ` SF Markus Elfring
2017-06-03 18:34 ` SF Markus Elfring
2017-06-03 18:36 ` [PATCH 9/9] ARM: OMAP2+: Delete an error message for a failed memory allocation in omap_timer_init() SF Markus Elfring
2017-06-03 18:36 ` SF Markus Elfring
2017-06-03 18:36 ` SF Markus Elfring
2017-06-03 18:36 ` SF Markus Elfring
2017-06-07 6:51 ` Tony Lindgren [this message]
2017-06-07 6:51 ` [PATCH 0/9] ARM: OMAP2+: Adjustments for seven function implementations Tony Lindgren
2017-06-07 6:51 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170607065146.GE3730@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.