All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: Roman Fietze <roman.fietze@telemotive.de>,
	linuxppc-dev@lists.ozlabs.org, linux-ide@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] pata_mpc52xx: optimizing code size by change of ATA timing data types
Date: Mon, 01 Mar 2010 15:18:28 -0500	[thread overview]
Message-ID: <4B8C2114.1030806@pobox.com> (raw)
In-Reply-To: <fa686aa41002161141v20a06768nbdcdb094293bb5b2@mail.gmail.com>

On 02/16/2010 02:41 PM, Grant Likely wrote:
> [cc'd linux-kernel, linux-ide and Jeff Garzik]
>
> Hi Roman.
>
> you should use ./scripts/get_maintainer.pl to make sure you're cc'ing
> the right people when posting patches.  You should repost so that Jeff
> has a copy of the patch to pick up (and add my acked-by when you do).
>
> On Wed, Dec 16, 2009 at 6:29 AM, Roman Fietze
> <roman.fietze@telemotive.de>  wrote:
>> Hello Everybody,
>>
>> A totally simple patch that reduces the text size as of the
>> ppc_6xx-size command of pata_mpc52xx by more than 10%, by reducing the
>> rodata size from 0x4a4 to 0x17e bytes. This is simply done by changing
>> the data types of the ATA timing constants.
>
> Acked-by: Grant Likely<grant.likely@secretlab>

I have the ACK, but never saw the requested repost...  req that, please?


WARNING: multiple messages have this Message-ID (diff)
From: Jeff Garzik <jgarzik@pobox.com>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: linux-ide@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Roman Fietze <roman.fietze@telemotive.de>
Subject: Re: [PATCH] pata_mpc52xx: optimizing code size by change of ATA timing data types
Date: Mon, 01 Mar 2010 15:18:28 -0500	[thread overview]
Message-ID: <4B8C2114.1030806@pobox.com> (raw)
In-Reply-To: <fa686aa41002161141v20a06768nbdcdb094293bb5b2@mail.gmail.com>

On 02/16/2010 02:41 PM, Grant Likely wrote:
> [cc'd linux-kernel, linux-ide and Jeff Garzik]
>
> Hi Roman.
>
> you should use ./scripts/get_maintainer.pl to make sure you're cc'ing
> the right people when posting patches.  You should repost so that Jeff
> has a copy of the patch to pick up (and add my acked-by when you do).
>
> On Wed, Dec 16, 2009 at 6:29 AM, Roman Fietze
> <roman.fietze@telemotive.de>  wrote:
>> Hello Everybody,
>>
>> A totally simple patch that reduces the text size as of the
>> ppc_6xx-size command of pata_mpc52xx by more than 10%, by reducing the
>> rodata size from 0x4a4 to 0x17e bytes. This is simply done by changing
>> the data types of the ATA timing constants.
>
> Acked-by: Grant Likely<grant.likely@secretlab>

I have the ACK, but never saw the requested repost...  req that, please?

WARNING: multiple messages have this Message-ID (diff)
From: Jeff Garzik <jgarzik@pobox.com>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: Roman Fietze <roman.fietze@telemotive.de>,
	linuxppc-dev@lists.ozlabs.org, linux-ide@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] pata_mpc52xx: optimizing code size by change of ATA  timing data types
Date: Mon, 01 Mar 2010 15:18:28 -0500	[thread overview]
Message-ID: <4B8C2114.1030806@pobox.com> (raw)
In-Reply-To: <fa686aa41002161141v20a06768nbdcdb094293bb5b2@mail.gmail.com>

On 02/16/2010 02:41 PM, Grant Likely wrote:
> [cc'd linux-kernel, linux-ide and Jeff Garzik]
>
> Hi Roman.
>
> you should use ./scripts/get_maintainer.pl to make sure you're cc'ing
> the right people when posting patches.  You should repost so that Jeff
> has a copy of the patch to pick up (and add my acked-by when you do).
>
> On Wed, Dec 16, 2009 at 6:29 AM, Roman Fietze
> <roman.fietze@telemotive.de>  wrote:
>> Hello Everybody,
>>
>> A totally simple patch that reduces the text size as of the
>> ppc_6xx-size command of pata_mpc52xx by more than 10%, by reducing the
>> rodata size from 0x4a4 to 0x17e bytes. This is simply done by changing
>> the data types of the ATA timing constants.
>
> Acked-by: Grant Likely<grant.likely@secretlab>

I have the ACK, but never saw the requested repost...  req that, please?


  reply	other threads:[~2010-03-01 20:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-16 13:29 [PATCH] pata_mpc52xx: optimizing code size by change of ATA timing data types Roman Fietze
2010-02-16 19:41 ` Grant Likely
2010-02-16 19:41   ` Grant Likely
2010-02-16 19:41   ` Grant Likely
2010-03-01 20:18   ` Jeff Garzik [this message]
2010-03-01 20:18     ` Jeff Garzik
2010-03-01 20:18     ` Jeff Garzik

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=4B8C2114.1030806@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=roman.fietze@telemotive.de \
    /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.