public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] replace large udelay by mdelay
@ 2013-05-22 19:48 Marc Dietrich
  2013-05-22 19:48 ` [PATCH 1/2] SCSI: nsp32: " Marc Dietrich
  2013-05-22 19:48 ` [PATCH 2/2] nouveau: " Marc Dietrich
  0 siblings, 2 replies; 8+ messages in thread
From: Marc Dietrich @ 2013-05-22 19:48 UTC (permalink / raw)
  To: linux-kernel

bad_udelay is generated on distro kernels which often enable all kinds
of drivers. ARM has a max udelay of 2000, so this patchset converts large
udelays to mdelays. This may also be observed using all_modconfig.

Marc Dietrich (2):
  SCSI: nsp32: replace large udelay by mdelay
  nouveau: replace large udelay by mdelay

 drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c |    3 ++-
 drivers/scsi/nsp32.c                               |    2 +-
 drivers/scsi/nsp32.h                               |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-05-27  9:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22 19:48 [PATCH 0/2] replace large udelay by mdelay Marc Dietrich
2013-05-22 19:48 ` [PATCH 1/2] SCSI: nsp32: " Marc Dietrich
2013-05-22 20:33   ` Marc Dietrich
2013-05-27  9:04     ` Marc Dietrich
2013-05-22 19:48 ` [PATCH 2/2] nouveau: " Marc Dietrich
2013-05-22 20:08   ` David Daney
2013-05-22 20:33   ` Marc Dietrich
2013-05-27  9:10   ` Marc Dietrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox