linux/drivers/media/dvb
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
..
b2c2 V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay 2008-09-04 18:27:03 -03:00
bt8xx V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay 2008-09-04 18:27:03 -03:00
cinergyT2 V4L/DVB (7956): cinergyT2: endianness annotations, endianness and race fixes 2008-06-05 06:35:47 -03:00
dvb-core V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings 2008-09-03 18:37:13 -03:00
dvb-usb V4L/DVB (8840): dib0700: add basic support for Hauppauge Nova-TD-500 (84xxx) 2008-09-03 18:37:52 -03:00
frontends V4L/DVB (8843): tda10048_firmware_upload(): fix a memory leak 2008-09-03 18:37:54 -03:00
pluto2 dma-mapping: add the device argument to dma_mapping_error() 2008-07-26 12:00:03 -07:00
siano V4L/DVB (8722): sms1xxx: fix typo in license header 2008-09-03 18:37:01 -03:00
ttpci V4L/DVB (8876): budget: udelay changed to mdelay 2008-09-04 18:26:48 -03:00
ttusb-budget V4L/DVB (8251): ttusb: use simple_read_from_buffer()() 2008-07-20 07:19:04 -03:00
ttusb-dec V4L/DVB (8534): remove select's of FW_LOADER 2008-07-27 12:24:37 -03:00
Kconfig V4L/DVB (8272): sms1xxx: move driver from media/mdtv/ to media/dvb/siano/ 2008-07-20 07:20:47 -03:00
Makefile V4L/DVB (8272): sms1xxx: move driver from media/mdtv/ to media/dvb/siano/ 2008-07-20 07:20:47 -03:00