linux/drivers/media/platform/s5p-jpeg
Mauro Carvalho Chehab 8087c35fc4 [media] s5p-jpeg: Fix compilation with COMPILE_TEST
ERROR: "__bad_ndelay" [drivers/media/platform/s5p-jpeg/s5p-jpeg.ko] undefined!

That happens because asm-generic doesn't like any ndelay time
bigger than 20us.

Currently, usleep_range() couldn't simply be used, since
exynos4_jpeg_sw_reset() is called with a spinlock held.

So, let's use udelay() instead.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-09 18:08:07 -03:00
..
jpeg-core.c [media] s5p-jpeg: get rid of some warnings 2014-08-26 18:52:10 -03:00
jpeg-core.h [media] s5p-jpeg: Add support for Exynos3250 SoC 2014-07-30 19:15:06 -03:00
jpeg-hw-exynos4.c [media] s5p-jpeg: Fix compilation with COMPILE_TEST 2014-09-09 18:08:07 -03:00
jpeg-hw-exynos4.h [media] s5p-jpeg: JPEG codec 2013-12-18 11:46:23 -02:00
jpeg-hw-exynos3250.c [media] s5p-jpeg: get rid of some warnings 2014-08-26 18:52:10 -03:00
jpeg-hw-exynos3250.h [media] s5p-jpeg: Add support for Exynos3250 SoC 2014-07-30 19:15:06 -03:00
jpeg-hw-s5p.c [media] s5p-jpeg: Avoid assigning readl result 2014-09-03 09:07:25 -03:00
jpeg-hw-s5p.h [media] s5p-jpeg: Split jpeg-hw.h to jpeg-hw-s5p.c and jpeg-hw-s5p.c 2013-12-18 11:40:03 -02:00
jpeg-regs.h [media] s5p-jpeg: Add support for Exynos3250 SoC 2014-07-30 19:15:06 -03:00
Makefile [media] s5p-jpeg: Add support for Exynos3250 SoC 2014-07-30 19:15:06 -03:00