public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev list <linuxppc-dev@ozlabs.org>
Subject: Please pull 'next' branch of 5xxx tree
Date: Wed, 20 Feb 2013 00:57:47 +0100	[thread overview]
Message-ID: <20130220005747.582ca0ba@crub> (raw)

Hi Ben !

Please pull mpc5xxx patches for v3.9. The bestcomm driver is
moved to drivers/dma (so it will be usable for ColdFire).
mpc5121 now provides common dtsi file and existing mpc5121 device
trees use it. There are some minor clock init and sparse fixes
and updates for various 5200 device tree files from Grant. Some
fixes for bugs in the mpc5121 DIU driver are also included here
(Andrew Morton suggested to push them via my mpc5xxx tree).

All these patches have already been in linux-next for a while.

Thanks!

Anatolij


The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:

  Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)

are available in the git repository at:
  git://git.denx.de/linux-2.6-agust.git next

Anatolij Gustschin (11):
      powerpc/mpc5121: add common .dtsi and use it in mpc5121ads.dts
      powerpc/mpc5121: pdm360ng.dts: use common mpc5121.dtsi
      mpc5121: remove obsolete cell-index property from PSC clock code
      mpc5121: don't check PSC ac97 using node name
      powerpc/512x: initialize clocks before bus probing
      drivers/video: fsl-diu-fb: fix pixel formats for 24 and 16 bpp
      drivers/video: fsl-diu-fb: fix bugs in interrupt handling
      powerpc/512x: add function for chip select parameter configuration
      powerpc/mpc512x: fix noderef sparse warnings
      powerpc/mpc512x: fix sparce warnings for non static symbols
      powerpc/mpc5xxx: fix sparse warning for non static symbol

Grant Likely (2):
      powerpc/5200: Add Lite5200 on-board LEDs as devices
      powerpc/5200: Use the gpt* labels to simplify mpc5200 dts files

Philippe De Muyter (1):
      powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma

 arch/powerpc/boot/dts/a3m071.dts                   |    6 +-
 arch/powerpc/boot/dts/a4m072.dts                   |   27 +-
 arch/powerpc/boot/dts/cm5200.dts                   |    6 +-
 arch/powerpc/boot/dts/digsy_mtc.dts                |   14 +-
 arch/powerpc/boot/dts/lite5200b.dts                |   23 +-
 arch/powerpc/boot/dts/media5200.dts                |    6 +-
 arch/powerpc/boot/dts/motionpro.dts                |   26 +-
 arch/powerpc/boot/dts/mpc5121.dtsi                 |  410 ++++++++++++++++++++
 arch/powerpc/boot/dts/mpc5121ads.dts               |  319 ++-------------
 arch/powerpc/boot/dts/mpc5200b.dtsi                |   25 +-
 arch/powerpc/boot/dts/mucmc52.dts                  |   48 +--
 arch/powerpc/boot/dts/o2d.dtsi                     |   27 +-
 arch/powerpc/boot/dts/pcm030.dts                   |   48 +--
 arch/powerpc/boot/dts/pcm032.dts                   |   45 +--
 arch/powerpc/boot/dts/pdm360ng.dts                 |  273 ++------------
 arch/powerpc/boot/dts/uc101.dts                    |   52 +--
 arch/powerpc/include/asm/mpc5121.h                 |   17 +
 arch/powerpc/platforms/512x/clock.c                |   34 +-
 arch/powerpc/platforms/512x/mpc512x_shared.c       |   32 ++-
 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c      |    6 +-
 arch/powerpc/platforms/Kconfig                     |    2 -
 arch/powerpc/sysdev/Makefile                       |    1 -
 arch/powerpc/sysdev/mpc5xxx_clocks.c               |    4 +-
 drivers/Makefile                                   |    2 +-
 drivers/ata/pata_mpc52xx.c                         |    6 +-
 drivers/dma/Kconfig                                |    2 +
 drivers/dma/Makefile                               |    1 +
 .../sysdev => drivers/dma}/bestcomm/Kconfig        |    0
 .../sysdev => drivers/dma}/bestcomm/Makefile       |    0
 .../powerpc/sysdev => drivers/dma}/bestcomm/ata.c  |    6 +-
 .../dma}/bestcomm/bcom_ata_task.c                  |    0
 .../dma}/bestcomm/bcom_fec_rx_task.c               |    0
 .../dma}/bestcomm/bcom_fec_tx_task.c               |    0
 .../dma}/bestcomm/bcom_gen_bd_rx_task.c            |    0
 .../dma}/bestcomm/bcom_gen_bd_tx_task.c            |    0
 .../sysdev => drivers/dma}/bestcomm/bestcomm.c     |    6 +-
 .../powerpc/sysdev => drivers/dma}/bestcomm/fec.c  |    6 +-
 .../sysdev => drivers/dma}/bestcomm/gen_bd.c       |    6 +-
 .../powerpc/sysdev => drivers/dma}/bestcomm/sram.c |    2 +-
 drivers/net/ethernet/freescale/fec_mpc52xx.c       |    4 +-
 drivers/video/fsl-diu-fb.c                         |   64 ++--
 .../sysdev => include/linux/fsl}/bestcomm/ata.h    |    0
 .../linux/fsl}/bestcomm/bestcomm.h                 |    0
 .../linux/fsl}/bestcomm/bestcomm_priv.h            |    0
 .../sysdev => include/linux/fsl}/bestcomm/fec.h    |    0
 .../sysdev => include/linux/fsl}/bestcomm/gen_bd.h |    0
 .../sysdev => include/linux/fsl}/bestcomm/sram.h   |    0
 sound/soc/fsl/mpc5200_dma.c                        |    4 +-
 48 files changed, 716 insertions(+), 844 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/mpc5121.dtsi
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/Kconfig (100%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/Makefile (100%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/ata.c (97%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/bcom_ata_task.c (100%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/bcom_fec_rx_task.c (100%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/bcom_fec_tx_task.c (100%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/bcom_gen_bd_rx_task.c (100%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/bcom_gen_bd_tx_task.c (100%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/bestcomm.c (99%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/fec.c (98%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/gen_bd.c (98%)
 rename {arch/powerpc/sysdev => drivers/dma}/bestcomm/sram.c (99%)
 rename {arch/powerpc/sysdev => include/linux/fsl}/bestcomm/ata.h (100%)
 rename {arch/powerpc/sysdev => include/linux/fsl}/bestcomm/bestcomm.h (100%)
 rename {arch/powerpc/sysdev => include/linux/fsl}/bestcomm/bestcomm_priv.h (100%)
 rename {arch/powerpc/sysdev => include/linux/fsl}/bestcomm/fec.h (100%)
 rename {arch/powerpc/sysdev => include/linux/fsl}/bestcomm/gen_bd.h (100%)
 rename {arch/powerpc/sysdev => include/linux/fsl}/bestcomm/sram.h (100%)

             reply	other threads:[~2013-02-19 23:57 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-19 23:57 Anatolij Gustschin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-15 21:18 Please pull 'next' branch of 5xxx tree Anatolij Gustschin
2014-01-28  5:46 ` Anatolij Gustschin
2014-01-28  6:00   ` Benjamin Herrenschmidt
2014-01-28  6:22     ` Anatolij Gustschin
2014-01-29  7:46     ` Benjamin Herrenschmidt
2014-01-29 10:11       ` Gerhard Sittig
2014-01-29 20:50       ` Anatolij Gustschin
2013-11-04  0:11 Anatolij Gustschin
2013-09-03 20:39 Anatolij Gustschin
2013-09-05  6:50 ` Benjamin Herrenschmidt
2013-09-09  9:38   ` Anatolij Gustschin
2013-07-01 22:36 Anatolij Gustschin
2013-07-02  7:46 ` Benjamin Herrenschmidt
2013-07-02  8:00   ` Anatolij Gustschin
2013-07-02  8:29     ` Benjamin Herrenschmidt
2013-07-02 10:29     ` Benjamin Herrenschmidt
2013-07-02 10:35       ` Anatolij Gustschin
2013-04-29  9:42 Anatolij Gustschin
2012-12-11  8:23 Anatolij Gustschin
2012-09-24 14:45 Anatolij Gustschin
2012-03-20 17:04 Anatolij Gustschin
2012-03-20 22:30 ` Wolfram Sang
2012-03-20 23:32   ` Benjamin Herrenschmidt
2012-03-21  0:18     ` Anatolij Gustschin
2012-03-21 14:08       ` Stephen Rothwell
2012-03-21  0:56   ` Anatolij Gustschin
2011-09-30  6:31 Heiko Schocher
2011-09-30  6:38 ` Heiko Schocher
2011-09-29  9:30 Anatolij Gustschin
2011-09-29 12:49 ` Grant Likely
2011-09-22 23:20 Anatolij Gustschin
2011-09-23  0:15 ` Benjamin Herrenschmidt

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=20130220005747.582ca0ba@crub \
    --to=agust@denx.de \
    --cc=benh@kernel.crashing.org \
    --cc=linuxppc-dev@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