linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Dead mappings and drivers in MTD
@ 2013-03-11 15:34 Artem Bityutskiy
  2013-03-11 16:20 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Artem Bityutskiy @ 2013-03-11 15:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi MTD folks,

we have huge amount of drivers, espacially mapping drives in
'drivers/mtd', and for sure may of them are for ancient devices which
are long dead and not supported by modern kernels anyway. I would like
to do a small clean-up. It is difficult to judge which ones are dead for
me, so I am asking the community to help. Thanks!

There are few easy cases - some drivers depend on Kconfig symbols which
are not defined anywhere - I guess these are clear candidates for
removal. For example this one:

config MTD_DBOX2
        tristate "CFI Flash device mapped on D-Box2"
        depends on DBOX2 && MTD_CFI_INTELSTD && MTD_CFI_INTELEXT && MTD_CFI_AMDSTD
        help
          This enables access routines for the flash chips on the Nokia/Sagem
          D-Box 2 board. If you have one of these boards and would like to use

Grepping for "DBOX2" gives nothing.

-- 
Best Regards,
Artem Bityutskiy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-11 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 15:34 Dead mappings and drivers in MTD Artem Bityutskiy
2013-03-11 16:20 ` Olof Johansson
2013-03-11 16:43   ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).