From: Matteo Facchinetti <matteo.facchinetti@sirius-es.it>
To: linuxppc-dev@lists.ozlabs.org
Cc: gregkh@linuxfoundation.org,
Matteo Facchinetti <matteo.facchinetti@sirius-es.it>,
agust@denx.de
Subject: [PATCH 0/3] Add MPC5125 platform support
Date: Wed, 20 Mar 2013 18:41:51 +0100 [thread overview]
Message-ID: <1363801314-16967-1-git-send-email-matteo.facchinetti@sirius-es.it> (raw)
Add MPC5125 SoC in mpc512x family.
Inconvenient of MPC5125 SoC is to have differences in certain register
access between the others in the same family.
This patches add MPC5125 SoC unless adding configuration macro but
using general MPC512x kernel configuration.
Tested on Freescale MPC5125 tower system evaluation board.
Matteo Facchinetti (3):
powerpc/512x: move mpc5121_generic platform to mpc512x_generic.
serial/mpc52xx_uart: add PSC UART support for MPC5125 platforms.
powerpc/mpc512x: add platform code for MPC5125.
arch/powerpc/boot/dts/mpc5125twr.dts | 238 ++++++++++++
arch/powerpc/configs/mpc512x_defconfig | 2 +-
arch/powerpc/include/asm/mpc52xx_psc.h | 49 +++
arch/powerpc/platforms/512x/Kconfig | 8 +-
arch/powerpc/platforms/512x/Makefile | 2 +-
arch/powerpc/platforms/512x/clock.c | 9 +-
arch/powerpc/platforms/512x/mpc512x.h | 1 +
.../512x/{mpc5121_generic.c => mpc512x_generic.c} | 1 +
arch/powerpc/platforms/512x/mpc512x_shared.c | 24 +-
drivers/tty/serial/mpc52xx_uart.c | 407 ++++++++++++++++++--
10 files changed, 691 insertions(+), 50 deletions(-)
create mode 100644 arch/powerpc/boot/dts/mpc5125twr.dts
rename arch/powerpc/platforms/512x/{mpc5121_generic.c => mpc512x_generic.c} (98%)
--
1.7.10.4
next reply other threads:[~2013-03-20 17:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-20 17:41 Matteo Facchinetti [this message]
2013-03-20 17:41 ` [PATCH 1/3] powerpc/512x: move mpc5121_generic platform to mpc512x_generic Matteo Facchinetti
2013-03-30 22:01 ` Anatolij Gustschin
2013-03-20 17:41 ` [PATCH 2/3] serial/mpc52xx_uart: add PSC UART support for MPC5125 platforms Matteo Facchinetti
2013-04-17 21:21 ` [PATCH v2 1/2] serial/mpc52xx_uart: prepare for adding MPC5125 PSC UART support Anatolij Gustschin
2013-04-17 21:21 ` [PATCH v2 2/2] serial/mpc52xx_uart: add MPC5125 PSC support Anatolij Gustschin
2013-05-24 17:49 ` [PATCH v2 1/2] serial/mpc52xx_uart: prepare for adding MPC5125 PSC UART support Anatolij Gustschin
2013-05-24 17:57 ` Greg Kroah-Hartman
2013-04-17 21:24 ` [PATCH 2/3] serial/mpc52xx_uart: add PSC UART support for MPC5125 platforms Anatolij Gustschin
2013-03-20 17:41 ` [PATCH 3/3] powerpc/mpc512x: add platform code for MPC5125 Matteo Facchinetti
2013-03-30 22:32 ` Anatolij Gustschin
2013-04-02 9:49 ` Matteo Facchinetti
2013-04-02 10:38 ` Anatolij Gustschin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1363801314-16967-1-git-send-email-matteo.facchinetti@sirius-es.it \
--to=matteo.facchinetti@sirius-es.it \
--cc=agust@denx.de \
--cc=gregkh@linuxfoundation.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).