u-boot-brain/arch/powerpc/cpu/mpc8xx
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods
At present stdio device functions do not get any clue as to which stdio
device is being acted on. Some implementations go to great lengths to work
around this, such as defining a whole separate set of functions for each
possible device.

For driver model we need to associate a stdio_dev with a device. It doesn't
seem possible to continue with this work-around approach.

Instead, add a stdio_dev pointer to each of the stdio member functions.

Note: The serial drivers have the same problem, but it is not strictly
necessary to fix that to get driver model running. Also, if we convert
serial over to driver model the problem will go away.

Code size increases by 244 bytes for Thumb2 and 428 for PowerPC.

22: stdio: Pass device pointer to stdio methods
       arm: (for 2/2 boards)  all +244.0  bss -4.0  text +248.0
   powerpc: (for 1/1 boards)  all +428.0  text +428.0

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
Reviewed-by: Marek Vasut <marex@denx.de>
2014-07-23 14:07:23 +01:00
..
bedbug_860.c bedbug_860.c, bedbug_603e.c: Fix return type to silence compile warnings. 2010-09-08 22:02:54 +02:00
commproc.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
config.mk PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
cpu_init.c mpc8xx: remove spc1920 board support 2014-07-07 19:43:02 -04:00
cpu.c mpc8xx: remove fads board support 2014-07-07 19:43:02 -04:00
fdt.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
fec.c mpc8xx: remove fads board support 2014-07-07 19:43:02 -04:00
fec.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
i2c.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
interrupts.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
kgdb.S powerpc: mpc8xx: remove redundant CONFIG_8xx definition 2014-01-24 16:59:08 -05:00
Makefile kbuild: use Linux Kernel build scripts 2014-02-19 11:07:50 -05:00
plprcr_write.S Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
scc.c mpc8xx: remove fads board support 2014-07-07 19:43:02 -04:00
serial.c mpc8xx: remove fads board support 2014-07-07 19:43:02 -04:00
speed.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spi.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
start.S powerpc: mpc8xx: remove redundant CONFIG_8xx definition 2014-01-24 16:59:08 -05:00
traps.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
upatch.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
video.c stdio: Pass device pointer to stdio methods 2014-07-23 14:07:23 +01:00