Hi Petr, On Wed, Aug 15, 2018 at 03:35:39PM +0200, Petr Cvek wrote: > BTW from the v1 discussion: > > Dne 10.8.2018 v 09:32 jacopo mondi napsal(a): > > When I've been recently doing the same for ov772x and other sensor > > driver I've been suggested to first copy the driver into > > drivers/media/i2c/ and leave the original soc_camera one there, so > > they can be bulk removed or moved to staging. I'll let Hans confirm > > this, as he's about to take care of this process. > > I would rather used git mv for preserve the git history, but if a simple > copy is fine then I'm fine too ;-). Well, 'git mv' removes the soc_camera version of this driver, and my understanding was that when those driver will be obsoleted they will be bulk removed or moved to staging by Hans. Also, I feel this is trivial and I'm not getting something but: $ git mv drivers/media/i2c/soc_camera/ov9640.c drivers/media/i2c/ $ git commit -s -m "test" $ git log --oneline drivers/media/i2c/ov9640.c | wc -l 1 Hence, I don't see history be preserved (which makes sense, as git mv is actually a shortcut for 'mv $old $new; git add $new; git add $old') Am I missing something maybe? Thanks j > > Petr
Attachment:
signature.asc
Description: PGP signature