linux-stable-rt/arch/arm/mach-imx
Ilia Mirkin f7fdaca910 arm: imx: Zero entire imxdma structure
The semantic match that finds the problem:
// <smpl>
@@
type T;
identifier x;
@@

T *x;
...
* memset(x, ..., ... * sizeof(x) * ...);
// </smpl>

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-03-10 14:24:53 +01:00
..
include/mach
Kconfig ARM: mx25_3ds: Add I2C support 2011-03-07 19:29:26 +01:00
Makefile ARM i.MX ehci: factor out soc specific functions 2011-02-11 08:34:17 +01:00
Makefile.boot
clock-imx1.c MX1: Register clock for SPI2 2011-03-07 19:29:13 +01:00
clock-imx21.c
clock-imx25.c i.MX25: add sdma clock definitions 2011-03-07 19:29:08 +01:00
clock-imx27.c
cpu-imx27.c
devices-imx1.h MX1: Add structure, registration functions for framebuffer and rename LCDC INT 2011-03-07 19:29:36 +01:00
devices-imx21.h
devices-imx25.h ARM: imx/mx25: dynamically allocate pwm devices 2011-03-08 13:24:24 +01:00
devices-imx27.h
dma-v1.c arm: imx: Zero entire imxdma structure 2011-03-10 14:24:53 +01:00
ehci-imx25.c ARM i.MX ehci: factor out soc specific functions 2011-02-11 08:34:17 +01:00
ehci-imx27.c ARM i.MX ehci: factor out soc specific functions 2011-02-11 08:34:17 +01:00
eukrea_mbimx27-baseboard.c ARM: imx/eukrea_mbimx27: fix compile warnings about unused variables 2011-02-10 13:53:41 +01:00
eukrea_mbimxsd25-baseboard.c
mach-cpuimx27.c ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers 2011-03-07 19:29:41 +01:00
mach-eukrea_cpuimx25.c ARM i.MX ehci: do ehci init in board specific functions 2011-02-11 08:40:45 +01:00
mach-imx27_visstrim_m10.c ARM: Add SSI and aic3204 code to Visstrim_M10 boards. 2011-03-07 19:29:21 +01:00
mach-imx27ipcam.c ARM: imx: use .init_early to initialize cpu type and reset address 2011-02-10 14:23:48 +01:00
mach-imx27lite.c ARM: imx: use .init_early to initialize cpu type and reset address 2011-02-10 14:23:48 +01:00
mach-mx1ads.c ARM: imx: use .init_early to initialize cpu type and reset address 2011-02-10 14:23:48 +01:00
mach-mx21ads.c ARM: imx: use .init_early to initialize cpu type and reset address 2011-02-10 14:23:48 +01:00
mach-mx25_3ds.c ARM: mx25_3ds: Add I2C support 2011-03-07 19:29:26 +01:00
mach-mx27_3ds.c ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers 2011-03-07 19:29:41 +01:00
mach-mx27ads.c ARM: imx: use .init_early to initialize cpu type and reset address 2011-02-10 14:23:48 +01:00
mach-mxt_td60.c ARM: imx: use .init_early to initialize cpu type and reset address 2011-02-10 14:23:48 +01:00
mach-pca100.c ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers 2011-03-07 19:29:41 +01:00
mach-pcm038.c ARM i.MX ehci: do ehci init in board specific functions 2011-02-11 08:40:45 +01:00
mach-scb9328.c ARM: imx: use .init_early to initialize cpu type and reset address 2011-02-10 14:23:48 +01:00
mm-imx1.c ARM i.MX: iomux v1 initialization away from initcall 2011-03-07 19:29:38 +01:00
mm-imx21.c ARM i.MX: iomux v1 initialization away from initcall 2011-03-07 19:29:38 +01:00
mm-imx25.c ARM i.MX: Move gpio initialization to SoC specific files 2011-03-07 19:29:37 +01:00
mm-imx27.c ARM i.MX: iomux v1 initialization away from initcall 2011-03-07 19:29:38 +01:00
mx1-camera-fiq-ksym.c
mx1-camera-fiq.S
pcm970-baseboard.c
pm-imx27.c