[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y4I0N3KpU/LSJYpd@smile.fi.intel.com>
Date: Sat, 26 Nov 2022 17:43:51 +0200
From: Andy Shevchenko <andriy.shevchenko@...el.com>
To: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
Cc: Jonathan Cameron <jic23@...nel.org>,
Uwe Kleine-König <uwe@...ine-koenig.org>,
alsa-devel@...a-project.org, linux-staging@...ts.linux.dev,
linux-pwm@...r.kernel.org, linux-iio@...r.kernel.org,
linux-fbdev@...r.kernel.org, platform-driver-x86@...r.kernel.org,
linux-mtd@...ts.infradead.org, linux-i2c@...r.kernel.org,
Lee Jones <lee.jones@...aro.org>,
linux-stm32@...md-mailman.stormreply.com,
linux-leds@...r.kernel.org, linux-rtc@...r.kernel.org,
linux-renesas-soc@...r.kernel.org,
linux-samsung-soc@...r.kernel.org, linux-pm@...r.kernel.org,
Broadcom internal kernel review list
<bcm-kernel-feedback-list@...adcom.com>,
linux-serial@...r.kernel.org, linux-input@...r.kernel.org,
Grant Likely <grant.likely@...aro.org>,
linux-media@...r.kernel.org, devicetree@...r.kernel.org,
linux-watchdog@...r.kernel.org, chrome-platform@...ts.linux.dev,
linux-actions@...ts.infradead.org, linux-gpio@...r.kernel.org,
Angel Iglesias <ang.iglesiasg@...il.com>,
gregkh@...uxfoundation.org, linux-rpi-kernel@...ts.infradead.org,
linux-amlogic@...ts.infradead.org,
openipmi-developer@...ts.sourceforge.net,
linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Purism Kernel Team <kernel@...i.sm>,
patches@...nsource.cirrus.com, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-spi@...r.kernel.org,
Wolfram Sang <wsa@...nel.org>, linux-crypto@...r.kernel.org,
kernel@...gutronix.de, netdev@...r.kernel.org,
linux-integrity@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH 000/606] i2c: Complete conversion to i2c_probe_new
On Tue, Nov 22, 2022 at 09:16:54PM +0100, Uwe Kleine-König wrote:
> On Tue, Nov 22, 2022 at 06:58:18PM +0000, Jonathan Cameron wrote:
> > Queued all of the below:
> > with one tweaked as per your suggestion and the highlighted one dropped on basis
> > I was already carrying the equivalent - as you pointed out.
> >
> > I was already carrying the required dependency.
> >
> > Includes the IIO ones in staging.
> >
> > p.s. I perhaps foolishly did this in a highly manual way so as to
> > also pick up Andy's RB. So might have dropped one...
>
> You could have done:
>
> H=$(git rev-parse @)
> b4 am -P 49-190 20221118224540.619276-1-uwe@...ine-koenig.org
> git am ...
> git filter-branch -f --msg-filter "grep -v 'Signed-off-by: Jonathan'; echo 'Reviewed-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>'; echo 'Signed-off-by: Jonathan Cameron <jic23@...nel.org>'" $H..
>
> (untested, but you get the idea).
That's, for example (just last from the history as is), how I usually do it
(tested):
git filter-branch --msg-filter 'sed -e "/Signed-off-by: Andy Shevchenko/ a Tested-by: Daniel Scally <dan.scally@...asonboard.com>"' -f HEAD~4..HEAD
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists