From: Joshua Clayton <stillcompiling@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org,
Nicolae Rosia <Nicolae_Rosia@mentor.com>
Subject: Re: [PATCH 0/5] ARM: OMAP: dead code removal
Date: Wed, 02 Nov 2016 05:51:37 -0700 [thread overview]
Message-ID: <5171695.W4AFPtEAdE@diplodocus> (raw)
In-Reply-To: <1478000206-10855-1-git-send-email-Nicolae_Rosia@mentor.com>
On Tuesday, November 01, 2016 01:36:41 PM Nicolae Rosia wrote:
> Hi,
>
> I have identified some dead code which can be removed.
>
> Nicolae Rosia (5):
> ARM: OMAP4: kill omap4_pmic_init and omap4_pmic_get_config
> ARM: OMAP3: kill omap3_pmic_get_config and twl_{get,set}_voltage
> ARM: OMAP3: kill omap3_pmic_init
> ARM: OMAP2: kill omap2_pmic_init
> ARM: OMAP: kill omap_pmic_init
>
> arch/arm/mach-omap2/twl-common.c | 483 ---------------------------------------
> arch/arm/mach-omap2/twl-common.h | 24 --
> 2 files changed, 507 deletions(-)
>
>
I think the commit logs for these patches
need a little detail on why the code is
no longer needed. For posterity.
WARNING: multiple messages have this Message-ID (diff)
From: stillcompiling@gmail.com (Joshua Clayton)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] ARM: OMAP: dead code removal
Date: Wed, 02 Nov 2016 05:51:37 -0700 [thread overview]
Message-ID: <5171695.W4AFPtEAdE@diplodocus> (raw)
In-Reply-To: <1478000206-10855-1-git-send-email-Nicolae_Rosia@mentor.com>
On Tuesday, November 01, 2016 01:36:41 PM Nicolae Rosia wrote:
> Hi,
>
> I have identified some dead code which can be removed.
>
> Nicolae Rosia (5):
> ARM: OMAP4: kill omap4_pmic_init and omap4_pmic_get_config
> ARM: OMAP3: kill omap3_pmic_get_config and twl_{get,set}_voltage
> ARM: OMAP3: kill omap3_pmic_init
> ARM: OMAP2: kill omap2_pmic_init
> ARM: OMAP: kill omap_pmic_init
>
> arch/arm/mach-omap2/twl-common.c | 483 ---------------------------------------
> arch/arm/mach-omap2/twl-common.h | 24 --
> 2 files changed, 507 deletions(-)
>
>
I think the commit logs for these patches
need a little detail on why the code is
no longer needed. For posterity.
next prev parent reply other threads:[~2016-11-02 12:51 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-01 11:36 [PATCH 0/5] ARM: OMAP: dead code removal Nicolae Rosia
2016-11-01 11:36 ` Nicolae Rosia
2016-11-01 11:36 ` [PATCH 1/5] ARM: OMAP4: kill omap4_pmic_init and omap4_pmic_get_config Nicolae Rosia
2016-11-01 11:36 ` Nicolae Rosia
2016-11-01 11:36 ` [PATCH 2/5] ARM: OMAP3: kill omap3_pmic_get_config and twl_{get, set}_voltage Nicolae Rosia
2016-11-01 11:36 ` Nicolae Rosia
2016-11-01 11:36 ` [PATCH 3/5] ARM: OMAP3: kill omap3_pmic_init Nicolae Rosia
2016-11-01 11:36 ` Nicolae Rosia
2016-11-01 11:36 ` [PATCH 4/5] ARM: OMAP2: kill omap2_pmic_init Nicolae Rosia
2016-11-01 11:36 ` Nicolae Rosia
2016-11-01 11:36 ` [PATCH 5/5] ARM: OMAP: kill omap_pmic_init Nicolae Rosia
2016-11-01 11:36 ` Nicolae Rosia
2016-11-02 12:51 ` Joshua Clayton [this message]
2016-11-02 12:51 ` [PATCH 0/5] ARM: OMAP: dead code removal Joshua Clayton
2016-11-08 6:56 ` Nicolae Rosia
2016-11-08 6:56 ` Nicolae Rosia
2016-11-08 14:45 ` Tony Lindgren
2016-11-08 14:45 ` Tony Lindgren
2016-11-04 14:02 ` [PATCH v2 " Nicolae Rosia
2016-11-04 14:02 ` Nicolae Rosia
2016-11-04 14:02 ` [PATCH v2 1/5] ARM: OMAP4: kill omap4_pmic_init and omap4_pmic_get_config Nicolae Rosia
2016-11-04 14:02 ` Nicolae Rosia
2016-11-04 14:02 ` [PATCH v2 2/5] ARM: OMAP3: kill omap3_pmic_get_config and twl_{get, set}_voltage Nicolae Rosia
2016-11-04 14:02 ` Nicolae Rosia
2016-11-04 14:02 ` [PATCH v2 3/5] ARM: OMAP3: kill omap3_pmic_init Nicolae Rosia
2016-11-04 14:02 ` Nicolae Rosia
2016-11-04 14:02 ` [PATCH v2 4/5] ARM: OMAP2: kill omap2_pmic_init Nicolae Rosia
2016-11-04 14:02 ` Nicolae Rosia
2016-11-04 14:02 ` [PATCH v2 5/5] ARM: OMAP: kill omap_pmic_init Nicolae Rosia
2016-11-04 14:02 ` Nicolae Rosia
2016-11-09 21:47 ` [PATCH v2 0/5] ARM: OMAP: dead code removal Tony Lindgren
2016-11-09 21:47 ` 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=5171695.W4AFPtEAdE@diplodocus \
--to=stillcompiling@gmail.com \
--cc=Nicolae_Rosia@mentor.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/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.