linux/drivers/dma/sh
Guennadi Liakhovetski 115357e977 DMA: shdma: switch all __iomem pointers to void
In the shdma driver __iomem pointers are used to point to hardware
registers.  Using typed pointers like "u32 __iomem *" in this case is
inconvenient, because then offsets, added to such pointers, have to be
devided by sizeof(u32) or similar. Switch the driver to use void
pointers, which avoids this clumsiness.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2013-08-25 11:54:35 +05:30
..
Kconfig sudmac: add support for SUDMAC 2013-04-30 15:50:12 +05:30
Makefile DMA: shdma: add DT support 2013-07-05 11:41:00 +05:30
shdma-base.c DMA: shdma: add DT support 2013-07-05 11:41:00 +05:30
shdma-of.c DMA: shdma: add DT support 2013-07-05 11:41:00 +05:30
shdma.c DMA: shdma: switch all __iomem pointers to void 2013-08-25 11:54:35 +05:30
shdma.h DMA: shdma: switch all __iomem pointers to void 2013-08-25 11:54:35 +05:30
sudmac.c sudmac: add support for SUDMAC 2013-04-30 15:50:12 +05:30