linux/drivers/media/dvb/b2c2
Thierry MERLE c4e3fd940c V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay
b2c2-flexcop, dvb/bt8xx and video/bt8xx fails to build on ARM with:

__bad_udelay is specifically designed on ARM to fail when udelay is
called in a bad way.  arch/arm/include/asm/delay.h has this to say
about __bad_udelay:

/*
 * This function intentionally does not exist; if you see references to
 * it, it means that you're calling udelay() with an out of range value.
 *
 * With currently imposed limits, this means that we support a max delay
 * of 2000us. Further limits: HZ<=1000 and bogomips<=3355
 */
extern void __bad_udelay(void);

Solution is to replace udelay by a mdelay and udelay with value less than 2000

Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2008-09-04 18:27:03 -03:00
..
Kconfig Rename common tuner Kconfig names to use the same 2008-04-29 18:41:38 -03:00
Makefile V4L/DVB(7767): Move tuners to common/tuners 2008-04-29 18:41:37 -03:00
flexcop-common.h V4L/DVB (7469): Preparation for supporting new devices, cleanup and saneness 2008-04-24 14:07:56 -03:00
flexcop-dma.c V4L/DVB (7509): media/dvb/b2c2 replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
flexcop-eeprom.c V4L/DVB (7469): Preparation for supporting new devices, cleanup and saneness 2008-04-24 14:07:56 -03:00
flexcop-fe-tuner.c V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay 2008-09-04 18:27:03 -03:00
flexcop-hw-filter.c [PATCH] DVB: Small cleanups and CodeStyle fixes 2005-12-01 15:48:59 -08:00
flexcop-i2c.c V4L/DVB (8837): dvb: fix I2C adapters name size 2008-09-03 18:37:50 -03:00
flexcop-misc.c V4L/DVB (7471): SkyStar2: preparing support for the rev2.8 2008-04-24 14:09:40 -03:00
flexcop-pci.c V4L/DVB (7094): static memory 2008-04-24 13:42:20 -03:00
flexcop-reg.h V4L/DVB (7471): SkyStar2: preparing support for the rev2.8 2008-04-24 14:09:40 -03:00
flexcop-sram.c V4L/DVB (7509): media/dvb/b2c2 replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
flexcop-usb.c V4L/DVB (7959): endianness fix in flexcop-usb.c 2008-06-05 06:35:48 -03:00
flexcop-usb.h
flexcop.c V4L/DVB (7538): Adds selectable adapter numbers as per module option 2008-04-24 14:08:00 -03:00
flexcop.h
flexcop_ibi_value_be.h
flexcop_ibi_value_le.h