All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Sekhar Nori <nsekhar@ti.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, Faiz Abbas <faiz_abbas@ti.com>
Subject: Re: [PATCH v3] arm64: defconfig: Enable GPIO and I2C configs for TI's J721e platform
Date: Fri, 13 Nov 2020 12:33:07 -0600	[thread overview]
Message-ID: <20201113183307.koecfbgvskofqeb6@flagship> (raw)
In-Reply-To: <f0f2056e-a386-40d6-5824-f7657860d41f@ti.com>

On 22:45-20201113, Sekhar Nori wrote:
> On 13/11/20 10:34 PM, Nishanth Menon wrote:
> > On 21:19-20201113, Sekhar Nori wrote:
> >> From: Faiz Abbas <faiz_abbas@ti.com>
> >>
> >> Add configs to help enable regulators that supply power to the SD card
> >> on TI's J721e platform. These regulators are controlled by either
> >> SoC gpios or gpios over i2c expander.
> >>
> >> vmlinux size before and after patch follow:
> >>
> > Sekhar,
> > 
> >> Before:
> >>    text	   data	    bss	    dec	    hex	filename
> >> 19755448	10376346	 535572	30667366	1d3f266	vmlinux
> >>
> >> After:
> >>    text	   data	    bss	    dec	    hex	filename
> >> 19769232	10381390	 536212	30686834	1d43e72	vmlinux
> >>
> >> difference is 19,468 (dec)
> >>
> >> Acked-by: Tero Kristo <t-kristo@ti.com>
> >> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
> >> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
> >> ---
> >> changes in v3:
> >> - add size delta as requested by Nishanth Menon
> > 
> > https://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git/commit/?h=ti-k3-config-next&id=6b133f475a97a0839f02e3c0b937886b9adc2933
> > 
> > https://lore.kernel.org/linux-arm-kernel/20201103190821.30937-1-faiz_abbas@ti.com/
> > 
> > 
> > Is this a duplicate patch?
> 
> Looks like, please discard. For some reason, Faiz's v3 did not show-up
> in my inbox and v2 applied cleanly to linux-next/master. So I assume it
> was not refreshed.


OK. Thanks for confirming - keeping Faiz's version in the tree. :)
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Sekhar Nori <nsekhar@ti.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
	Faiz Abbas <faiz_abbas@ti.com>, Will Deacon <will@kernel.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3] arm64: defconfig: Enable GPIO and I2C configs for TI's J721e platform
Date: Fri, 13 Nov 2020 12:33:07 -0600	[thread overview]
Message-ID: <20201113183307.koecfbgvskofqeb6@flagship> (raw)
In-Reply-To: <f0f2056e-a386-40d6-5824-f7657860d41f@ti.com>

On 22:45-20201113, Sekhar Nori wrote:
> On 13/11/20 10:34 PM, Nishanth Menon wrote:
> > On 21:19-20201113, Sekhar Nori wrote:
> >> From: Faiz Abbas <faiz_abbas@ti.com>
> >>
> >> Add configs to help enable regulators that supply power to the SD card
> >> on TI's J721e platform. These regulators are controlled by either
> >> SoC gpios or gpios over i2c expander.
> >>
> >> vmlinux size before and after patch follow:
> >>
> > Sekhar,
> > 
> >> Before:
> >>    text	   data	    bss	    dec	    hex	filename
> >> 19755448	10376346	 535572	30667366	1d3f266	vmlinux
> >>
> >> After:
> >>    text	   data	    bss	    dec	    hex	filename
> >> 19769232	10381390	 536212	30686834	1d43e72	vmlinux
> >>
> >> difference is 19,468 (dec)
> >>
> >> Acked-by: Tero Kristo <t-kristo@ti.com>
> >> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
> >> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
> >> ---
> >> changes in v3:
> >> - add size delta as requested by Nishanth Menon
> > 
> > https://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git/commit/?h=ti-k3-config-next&id=6b133f475a97a0839f02e3c0b937886b9adc2933
> > 
> > https://lore.kernel.org/linux-arm-kernel/20201103190821.30937-1-faiz_abbas@ti.com/
> > 
> > 
> > Is this a duplicate patch?
> 
> Looks like, please discard. For some reason, Faiz's v3 did not show-up
> in my inbox and v2 applied cleanly to linux-next/master. So I assume it
> was not refreshed.


OK. Thanks for confirming - keeping Faiz's version in the tree. :)
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-11-13 18:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 15:49 [PATCH v3] arm64: defconfig: Enable GPIO and I2C configs for TI's J721e platform Sekhar Nori
2020-11-13 15:49 ` Sekhar Nori
2020-11-13 17:04 ` Nishanth Menon
2020-11-13 17:04   ` Nishanth Menon
2020-11-13 17:15   ` Sekhar Nori
2020-11-13 17:15     ` Sekhar Nori
2020-11-13 18:33     ` Nishanth Menon [this message]
2020-11-13 18:33       ` Nishanth Menon
  -- strict thread matches above, loose matches on Subject: below --
2020-11-03 19:08 Faiz Abbas
2020-11-03 19:08 ` Faiz Abbas
2020-11-12 17:51 ` Nishanth Menon
2020-11-12 17:51   ` Nishanth Menon

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=20201113183307.koecfbgvskofqeb6@flagship \
    --to=nm@ti.com \
    --cc=catalin.marinas@arm.com \
    --cc=faiz_abbas@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --cc=will@kernel.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.