Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 2010-10-20 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | Since we're now using addruart to establish the debug mapping, we can remove the io_pg_offst and phys_io members of struct machine_desc. The various declarations were removed using the following script: grep -rl MACHINE_START arch/arm | xargs \ sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }' [ Initial patch was from Jeremy Kerr, example script from Russell King ] Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Eric Miao <eric.miao at canonical.com> | ||||
* | ARM: imx: make all pin lists const and signed, move to .init where possible | Uwe Kleine-König | 2010-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | Making the lists signed fixes sparse warnings like: arch/arm/mach-imx/mach-mx27_3ds.c:94:31: warning: incorrect type in argument 1 (different signedness) arch/arm/mach-imx/mach-mx27_3ds.c:94:31: expected int const *pin_list arch/arm/mach-imx/mach-mx27_3ds.c:94:31: got unsigned int static [toplevel] *<noident> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> | ||||
* | ARM: imx: dynamically register imx-uart devices (imx1) | Uwe Kleine-König | 2010-06-30 | 1 | -3/+3 |
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | ||||
* | ARM: imx: move mx1 support to mach-imx | Uwe Kleine-König | 2010-06-30 | 1 | -0/+157 |
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> |