All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add MPC5125 platform support
@ 2013-03-20 17:41 Matteo Facchinetti
  2013-03-20 17:41 ` [PATCH 1/3] powerpc/512x: move mpc5121_generic platform to mpc512x_generic Matteo Facchinetti
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Matteo Facchinetti @ 2013-03-20 17:41 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: gregkh, Matteo Facchinetti, agust

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-05-24 17:57 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-20 17:41 [PATCH 0/3] Add MPC5125 platform support Matteo Facchinetti
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     ` Anatolij Gustschin
2013-04-17 21:21     ` [PATCH v2 2/2] serial/mpc52xx_uart: add MPC5125 PSC support Anatolij Gustschin
2013-04-17 21:21       ` 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:49       ` Anatolij Gustschin
2013-05-24 17:57       ` Greg Kroah-Hartman
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.