Re: [v4l-dvb-maintainer] no help text for DVB_TUNER_ITD1000

From: Mauro Carvalho Chehab
Date: Thu Apr 24 2008 - 22:18:21 EST


On Thu, 24 Apr 2008 17:23:51 -0700
Brandon Philips <bphilips@xxxxxxx> wrote:

> On 20:39 Thu 24 Apr 2008, Mauro Carvalho Chehab wrote:
> > I've did a diff between the applied patch and the original ones. It is
> > not easy to compare the diffs manually, since file order changes, but
> > it seems that the other patches are ok.
>
> interdiff can help find identical patches that just change file order.

Very useful.

It confirmed that the only two patches with problems are:

v4l_dvb_hg_7571_mt312_cleanup_buffer_variables_of_read_write_functions.patch:
--- b/drivers/media/dvb/frontends/Kconfig
+++ a/drivers/media/dvb/frontends/Kconfig

-config DVB_TUNER_ITD1000
- tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
- depends on DVB_CORE && I2C
- default m if DVB_FE_CUSTOMISE
-
comment "Miscellaneous devices"
--- b/drivers/media/dvb/frontends/Makefile
+++ a/drivers/media/dvb/frontends/Makefile
obj-$(CONFIG_DVB_TUNER_XC5000) += xc5000.o
-obj-$(CONFIG_DVB_TUNER_ITD1000) += itd1000.o

and v4l_dvb_hg_7569_added_support_for_skystar2_rev2_7_and_itd1000_dvb_s_tuner.patch:

only in patch2:
--- oldtree/drivers/media/dvb/frontends/Kconfig 2008-04-14 22:19:41.000000000 -0300
+++ linux/drivers/media/dvb/frontends/Kconfig 2008-04-14 22:19:38.000000000 -0300

+config DVB_TUNER_ITD1000
+ tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
+
comment "Miscellaneous devices"
only in patch2:
--- oldtree/drivers/media/dvb/frontends/Makefile 2008-04-14 22:19:41.000000000 -0300
+++ linux/drivers/media/dvb/frontends/Makefile 2008-04-14 22:19:38.000000000 -0300
obj-$(CONFIG_DVB_TUNER_XC5000) += xc5000.o
+obj-$(CONFIG_DVB_TUNER_ITD1000) += itd1000.o

I can't understand what happened by looking on my procedure. It really seems to
be some corruption on -git, maybe due to stgit porcelain.


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