
Dear Mike Frysinger,
In message 1304136211-1316-3-git-send-email-vapier@gentoo.org you wrote:
The multi serial support has a "ctlr" field which almost no one uses, but everyone is forced to set to useless strings. So punt it.
Funny enough, the only code that actually reads this field (the mpc8xx driver) has a typo where it meant to look for the SCC driver. Fix it while converting the check to use the name field.
Signed-off-by: Mike Frysinger vapier@gentoo.org CC: Heiko Schocher hs@denx.de CC: Anatolij Gustschin agust@denx.de CC: Tom Rix Tom.Rix@windriver.com CC: Minkyu Kang mk7.kang@samsung.com CC: Craig Nauman cnauman@diagraph.com CC: Marek Vasut marek.vasut@gmail.com CC: Prafulla Wadaskar prafulla@marvell.com CC: Mahavir Jain mjain@marvell.com
note: while i've compiled tested all of these, i obviously can't runtime test them ... i have runtime tested the common code though on a Blackfin part ...
arch/powerpc/cpu/mpc512x/serial.c | 11 +++++------ arch/powerpc/cpu/mpc5xxx/serial.c | 2 -- arch/powerpc/cpu/mpc8xx/serial.c | 8 +++----- board/logicpd/zoom2/zoom2_serial.h | 2 -- drivers/serial/serial.c | 11 +++++------ drivers/serial/serial_pxa.c | 3 --- drivers/serial/serial_s3c24x0.c | 9 ++++----- drivers/serial/serial_s5p.c | 11 +++++------ include/serial.h | 2 -- 9 files changed, 22 insertions(+), 37 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk