Re: [PATCH] docs: remove the 2.6 "Upgrading I2C Drivers" guide

2020-08-06 Thread Stephen Kitt
Hi Jon, You’ll see v2 of this patch show up soon, see the context below — this is a patch on top of Mauro’s conversion of the i2c docs to .rst. Regards, Stephen On Thu, 6 Aug 2020 10:33:56 +0200, Wolfram Sang wrote: > > > Maybe because I don't have the commit in my tree? Can you rebase on to

Re: [PATCH] docs: remove the 2.6 "Upgrading I2C Drivers" guide

2020-08-06 Thread Wolfram Sang
> > Maybe because I don't have the commit in my tree? Can you rebase on top > > of 5.8? > > Ah, yes, the commit is on top of Linus’ current master, following the merge > of docs-5.9 from Jon’s tree. In 5.8 the file is a .txt file, but Mauro > converted it to .rst for 5.9, and this patch removes t

Re: [PATCH] docs: remove the 2.6 "Upgrading I2C Drivers" guide

2020-08-06 Thread Stephen Kitt
Hi Wolfram, On Wed, 5 Aug 2020 23:53:51 +0200, Wolfram Sang wrote: > On Wed, Aug 05, 2020 at 08:31:49PM +0200, Stephen Kitt wrote: > > All the drivers have long since been upgraded, and all the important > > information here is also included in the "Implementing I2C device > > drivers" guide. > >

[PATCH] docs: remove the 2.6 "Upgrading I2C Drivers" guide

2020-08-05 Thread Stephen Kitt
All the drivers have long since been upgraded, and all the important information here is also included in the "Implementing I2C device drivers" guide. Signed-off-by: Stephen Kitt --- Documentation/i2c/upgrading-clients.rst | 285 1 file changed, 285 deletions(-) delete

Re: [PATCH] docs: remove the 2.6 "Upgrading I2C Drivers" guide

2020-08-05 Thread Wolfram Sang
Hi Stephen, On Wed, Aug 05, 2020 at 08:31:49PM +0200, Stephen Kitt wrote: > All the drivers have long since been upgraded, and all the important > information here is also included in the "Implementing I2C device > drivers" guide. > > Signed-off-by: Stephen Kitt True! Thanks. But I can't apply