aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/devices.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-06-30ARM: imx: new helper function imx_add_platform_deviceUwe Kleine-König1-0/+33
This should be a globally available function, see http://thread.gmane.org/gmane.linux.kernel/998881/focus=998882 Until this hits mainline create a similar function available for imx platforms only. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2009-03-13arm/imx2x: removes a bunch of sparse-warningsHolger Schurig1-0/+1
Here are some of the warnings that get fixed by this: > 200 times: warning: cast adds address space to expression (<asn:2>) twelve times: warning: symbol 'xxx' was not declared. Should it be static two times: warning: symbol 'clock' shadows an earlier one five times: warning: incorrect type in initializer (different address spaces) Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2008-09-09MXC: add convenience function to register platform devicesSascha Hauer1-0/+36
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>