Re: [PATCH] mtd: remove obsolete JEDEC mapping drivers

2013-08-02 Thread Artem Bityutskiy
On Thu, 2013-07-25 at 12:46 +0200, Paul Bolle wrote:
> On Mon, 2013-05-13 at 16:40 +0200, Paul Bolle wrote:
> > JEDEC device support was removed in v2.6.22. (It had been marked as
> > BROKEN (indirectly) since at least v2.6.12.)
> > 
> > When it was removed the two JEDEC mapping drivers that depended on it
> > should have been removed too. Do so now.
> > 
> > Signed-off-by: Paul Bolle 
> > ---
> > 0) Untested.
> > 
> > 1) These two [seem] to have been missed in Artem's recent cleaning up
> > effort. Or is a comparable patch queued somewhere?
> 
> Did anyone had a chance to look at this patch? Or has this code already
> been removed?

Pushed to l2-mtd.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] mtd: remove obsolete JEDEC mapping drivers

2013-08-02 Thread Artem Bityutskiy
On Thu, 2013-07-25 at 12:46 +0200, Paul Bolle wrote:
 On Mon, 2013-05-13 at 16:40 +0200, Paul Bolle wrote:
  JEDEC device support was removed in v2.6.22. (It had been marked as
  BROKEN (indirectly) since at least v2.6.12.)
  
  When it was removed the two JEDEC mapping drivers that depended on it
  should have been removed too. Do so now.
  
  Signed-off-by: Paul Bolle pebo...@tiscali.nl
  ---
  0) Untested.
  
  1) These two [seem] to have been missed in Artem's recent cleaning up
  effort. Or is a comparable patch queued somewhere?
 
 Did anyone had a chance to look at this patch? Or has this code already
 been removed?

Pushed to l2-mtd.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] mtd: remove obsolete JEDEC mapping drivers

2013-07-27 Thread Brian Norris
On Thu, Jul 25, 2013 at 3:46 AM, Paul Bolle  wrote:
> On Mon, 2013-05-13 at 16:40 +0200, Paul Bolle wrote:
>> JEDEC device support was removed in v2.6.22. (It had been marked as
>> BROKEN (indirectly) since at least v2.6.12.)
>>
>> When it was removed the two JEDEC mapping drivers that depended on it
>> should have been removed too. Do so now.
>>
>> Signed-off-by: Paul Bolle 
>> ---
>> 0) Untested.
>>
>> 1) These two [seem] to have been missed in Artem's recent cleaning up
>> effort. Or is a comparable patch queued somewhere?

I don't believe there is any patch queued up. (The best source for
queued MTD patches is in l2-mtd.git, by the way. See:
http://git.infradead.org/)

> Did anyone had a chance to look at this patch? Or has this code already
> been removed?

Artem has been mostly off the radar for a while, and he's mostly been
responsible for picking up patches like this. But FWIW:

Acked-by: Brian Norris 

>>  drivers/mtd/maps/Kconfig|  18 ---
>>  drivers/mtd/maps/Makefile   |   2 -
>>  drivers/mtd/maps/octagon-5066.c | 246 
>> 
>>  drivers/mtd/maps/vmax301.c  | 196 
>>  4 files changed, 462 deletions(-)
>>  delete mode 100644 drivers/mtd/maps/octagon-5066.c
>>  delete mode 100644 drivers/mtd/maps/vmax301.c

Brian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] mtd: remove obsolete JEDEC mapping drivers

2013-07-27 Thread Brian Norris
On Thu, Jul 25, 2013 at 3:46 AM, Paul Bolle pebo...@tiscali.nl wrote:
 On Mon, 2013-05-13 at 16:40 +0200, Paul Bolle wrote:
 JEDEC device support was removed in v2.6.22. (It had been marked as
 BROKEN (indirectly) since at least v2.6.12.)

 When it was removed the two JEDEC mapping drivers that depended on it
 should have been removed too. Do so now.

 Signed-off-by: Paul Bolle pebo...@tiscali.nl
 ---
 0) Untested.

 1) These two [seem] to have been missed in Artem's recent cleaning up
 effort. Or is a comparable patch queued somewhere?

I don't believe there is any patch queued up. (The best source for
queued MTD patches is in l2-mtd.git, by the way. See:
http://git.infradead.org/)

 Did anyone had a chance to look at this patch? Or has this code already
 been removed?

Artem has been mostly off the radar for a while, and he's mostly been
responsible for picking up patches like this. But FWIW:

Acked-by: Brian Norris computersforpe...@gmail.com

  drivers/mtd/maps/Kconfig|  18 ---
  drivers/mtd/maps/Makefile   |   2 -
  drivers/mtd/maps/octagon-5066.c | 246 
 
  drivers/mtd/maps/vmax301.c  | 196 
  4 files changed, 462 deletions(-)
  delete mode 100644 drivers/mtd/maps/octagon-5066.c
  delete mode 100644 drivers/mtd/maps/vmax301.c

Brian
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] mtd: remove obsolete JEDEC mapping drivers

2013-07-25 Thread Paul Bolle
On Mon, 2013-05-13 at 16:40 +0200, Paul Bolle wrote:
> JEDEC device support was removed in v2.6.22. (It had been marked as
> BROKEN (indirectly) since at least v2.6.12.)
> 
> When it was removed the two JEDEC mapping drivers that depended on it
> should have been removed too. Do so now.
> 
> Signed-off-by: Paul Bolle 
> ---
> 0) Untested.
> 
> 1) These two [seem] to have been missed in Artem's recent cleaning up
> effort. Or is a comparable patch queued somewhere?

Did anyone had a chance to look at this patch? Or has this code already
been removed?

>  drivers/mtd/maps/Kconfig|  18 ---
>  drivers/mtd/maps/Makefile   |   2 -
>  drivers/mtd/maps/octagon-5066.c | 246 
> 
>  drivers/mtd/maps/vmax301.c  | 196 
>  4 files changed, 462 deletions(-)
>  delete mode 100644 drivers/mtd/maps/octagon-5066.c
>  delete mode 100644 drivers/mtd/maps/vmax301.c

[...]


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] mtd: remove obsolete JEDEC mapping drivers

2013-07-25 Thread Paul Bolle
On Mon, 2013-05-13 at 16:40 +0200, Paul Bolle wrote:
 JEDEC device support was removed in v2.6.22. (It had been marked as
 BROKEN (indirectly) since at least v2.6.12.)
 
 When it was removed the two JEDEC mapping drivers that depended on it
 should have been removed too. Do so now.
 
 Signed-off-by: Paul Bolle pebo...@tiscali.nl
 ---
 0) Untested.
 
 1) These two [seem] to have been missed in Artem's recent cleaning up
 effort. Or is a comparable patch queued somewhere?

Did anyone had a chance to look at this patch? Or has this code already
been removed?

  drivers/mtd/maps/Kconfig|  18 ---
  drivers/mtd/maps/Makefile   |   2 -
  drivers/mtd/maps/octagon-5066.c | 246 
 
  drivers/mtd/maps/vmax301.c  | 196 
  4 files changed, 462 deletions(-)
  delete mode 100644 drivers/mtd/maps/octagon-5066.c
  delete mode 100644 drivers/mtd/maps/vmax301.c

[...]


Paul Bolle

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/