mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] sparse fixes
@ 2012-06-25 17:38 Sascha Hauer
  2012-06-25 17:38 ` [PATCH 01/12] MMC i.MX esdhc: Fix sparse warnings Sascha Hauer
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Sascha Hauer @ 2012-06-25 17:38 UTC (permalink / raw)
  To: barebox

This series fixes a bunch of sparse warnings. Don't worry, there are
still some left in the tree ;)

Sascha

----------------------------------------------------------------
Sascha Hauer (12):
      MMC i.MX esdhc: Fix sparse warnings
      tlsf: Use NULL instead of 0 for returning NULL pointers
      qsort: declare strcmp_compar publically
      Do not use iomem space for dev_get_mem_region
      define __user empty
      ARM i.MX speed: sparse fixes
      USB ohci: Fix sparse warnings
      net smc911x: Use __iomem for register base
      ARM i.MX clocksource: put registers in iomem space
      USB gadget fsl: Put registers into iomem space
      fs FAT: fix warning: Using plain integer as NULL pointer
      of: Fix usage of 0 as NULL pointer

 arch/arm/mach-imx/clocksource.c        |   12 ++++++----
 arch/arm/mach-imx/include/mach/clock.h |    2 ++
 arch/arm/mach-imx/speed-imx35.c        |    2 +-
 arch/arm/mach-imx/speed-imx51.c        |    5 ++--
 arch/arm/mach-imx/speed-imx53.c        |    3 ++-
 common/oftree.c                        |    2 +-
 common/tlsf.c                          |   12 +++++-----
 drivers/base/driver.c                  |    6 ++---
 drivers/mci/imx-esdhc.c                |   20 ++++++++--------
 drivers/mtd/ubi/ubi-barebox.h          |    1 -
 drivers/net/smc911x.c                  |    2 +-
 drivers/usb/gadget/fsl_udc.c           |    2 +-
 drivers/usb/host/ohci-hcd.c            |   40 ++++++--------------------------
 drivers/usb/host/ohci.h                |    2 +-
 fs/fat/ff.c                            |   10 ++++----
 include/driver.h                       |    2 +-
 include/linux/compiler.h               |    2 +-
 include/qsort.h                        |    2 ++
 18 files changed, 54 insertions(+), 73 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-06-25 17:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-25 17:38 [PATCH] sparse fixes Sascha Hauer
2012-06-25 17:38 ` [PATCH 01/12] MMC i.MX esdhc: Fix sparse warnings Sascha Hauer
2012-06-25 17:38 ` [PATCH 02/12] tlsf: Use NULL instead of 0 for returning NULL pointers Sascha Hauer
2012-06-25 17:38 ` [PATCH 03/12] qsort: declare strcmp_compar publically Sascha Hauer
2012-06-25 17:38 ` [PATCH 04/12] Do not use iomem space for dev_get_mem_region Sascha Hauer
2012-06-25 17:38 ` [PATCH 05/12] define __user empty Sascha Hauer
2012-06-25 17:38 ` [PATCH 06/12] ARM i.MX speed: sparse fixes Sascha Hauer
2012-06-25 17:38 ` [PATCH 07/12] USB ohci: Fix sparse warnings Sascha Hauer
2012-06-25 17:38 ` [PATCH 08/12] net smc911x: Use __iomem for register base Sascha Hauer
2012-06-25 17:38 ` [PATCH 09/12] ARM i.MX clocksource: put registers in iomem space Sascha Hauer
2012-06-25 17:38 ` [PATCH 10/12] USB gadget fsl: Put registers into " Sascha Hauer
2012-06-25 17:38 ` [PATCH 11/12] fs FAT: fix warning: Using plain integer as NULL pointer Sascha Hauer
2012-06-25 17:38 ` [PATCH 12/12] of: Fix usage of 0 " Sascha Hauer

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