linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull linux-2.6-mpc52xx.git
@ 2007-10-16 23:22 Grant Likely
  2007-10-17 10:27 ` Paul Mackerras
  0 siblings, 1 reply; 39+ messages in thread
From: Grant Likely @ 2007-10-16 23:22 UTC (permalink / raw)
  To: Paul Mackerras, linuxppc-dev

Paul,

Here is the addition of the bestcomm driver.  I think this is ready to go in.

There are remaining outstanding comments; but my opinion is that they
should be addressed in subsequent patches (performance optimization
for mp5200b boards and making the sram management code a generic
interface usable by other SoC support code).

If you agree; please pull into your tree.

The following changes since commit 65a6ec0d72a07f16719e9b7a96e1c4bae044b591:
  Linus Torvalds (1):
        Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx.git for-2.6.24

Domen Puncer (1):
      [POWERPC] mpc52xx: device tree changes for FEC and MDIO

Sylvain Munaut (7):
      [POWERPC] exports rheap symbol to modules
      [POWERPC] rheap: Changes config mechanism
      [POWERPC] mpc52xx: Update mpc52xx_psc structure with B revision changes
      [POWERPC] bestcomm: core bestcomm support for Freescale MPC5200
      [POWERPC] bestcomm: ATA task support
      [POWERPC] bestcomm: FEC task support
      [POWERPC] bestcomm: GenBD task support

 arch/powerpc/Kconfig                               |    4 +
 arch/powerpc/boot/dts/lite5200b.dts                |   18 +-
 arch/powerpc/lib/Makefile                          |    5 +-
 arch/powerpc/lib/rheap.c                           |   15 +
 arch/powerpc/platforms/Kconfig                     |    4 +
 arch/powerpc/platforms/Kconfig.cputype             |    1 +
 arch/powerpc/sysdev/Makefile                       |    1 +
 arch/powerpc/sysdev/bestcomm/Kconfig               |   39 ++
 arch/powerpc/sysdev/bestcomm/Makefile              |   14 +
 arch/powerpc/sysdev/bestcomm/ata.c                 |  154 ++++++
 arch/powerpc/sysdev/bestcomm/ata.h                 |   37 ++
 arch/powerpc/sysdev/bestcomm/bcom_ata_task.c       |   67 +++
 arch/powerpc/sysdev/bestcomm/bcom_fec_rx_task.c    |   78 +++
 arch/powerpc/sysdev/bestcomm/bcom_fec_tx_task.c    |   91 ++++
 arch/powerpc/sysdev/bestcomm/bcom_gen_bd_rx_task.c |   63 +++
 arch/powerpc/sysdev/bestcomm/bcom_gen_bd_tx_task.c |   69 +++
 arch/powerpc/sysdev/bestcomm/bestcomm.c            |  528 ++++++++++++++++++++
 arch/powerpc/sysdev/bestcomm/bestcomm.h            |  190 +++++++
 arch/powerpc/sysdev/bestcomm/bestcomm_priv.h       |  334 +++++++++++++
 arch/powerpc/sysdev/bestcomm/fec.c                 |  270 ++++++++++
 arch/powerpc/sysdev/bestcomm/fec.h                 |   61 +++
 arch/powerpc/sysdev/bestcomm/gen_bd.c              |  260 ++++++++++
 arch/powerpc/sysdev/bestcomm/gen_bd.h              |   48 ++
 arch/powerpc/sysdev/bestcomm/sram.c                |  177 +++++++
 arch/powerpc/sysdev/bestcomm/sram.h                |   54 ++
 arch/ppc/Kconfig                                   |    6 +
 include/asm-ppc/mpc52xx_psc.h                      |   10 +-
 27 files changed, 2591 insertions(+), 7 deletions(-)
 create mode 100644 arch/powerpc/sysdev/bestcomm/Kconfig
 create mode 100644 arch/powerpc/sysdev/bestcomm/Makefile
 create mode 100644 arch/powerpc/sysdev/bestcomm/ata.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/ata.h
 create mode 100644 arch/powerpc/sysdev/bestcomm/bcom_ata_task.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/bcom_fec_rx_task.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/bcom_fec_tx_task.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/bcom_gen_bd_rx_task.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/bcom_gen_bd_tx_task.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/bestcomm.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/bestcomm.h
 create mode 100644 arch/powerpc/sysdev/bestcomm/bestcomm_priv.h
 create mode 100644 arch/powerpc/sysdev/bestcomm/fec.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/fec.h
 create mode 100644 arch/powerpc/sysdev/bestcomm/gen_bd.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/gen_bd.h
 create mode 100644 arch/powerpc/sysdev/bestcomm/sram.c
 create mode 100644 arch/powerpc/sysdev/bestcomm/sram.h


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195

^ permalink raw reply	[flat|nested] 39+ messages in thread
* Please pull linux-2.6-mpc52xx.git
@ 2009-01-09 23:09 Grant Likely
  0 siblings, 0 replies; 39+ messages in thread
From: Grant Likely @ 2009-01-09 23:09 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, linuxppc-dev, Josh Boyer

Hey Ben,

Here is my last minute pull request.  It's pretty simple stuff all
around, mostly in the bug-fix category.  One new of_i2c() helper
function.  Biggest change is the xilinx spi driver; but it doesn't
even compile without this.  I have not included the media5200 platform
support patch because it is a little borderline for so late in the
window.

Technically the xilinx changes are 4xx patches and would normally go
through Josh, but since they only touch Xilinx drivers, and don't
affect any other 4xx platforms I'm sending them to you directly.

Sorry for the lateness of this pull request, I got mired in board
breakage over the last week.  Yeah, it's a lame excuse, but it's the
one I'm using.

The following changes since commit 5886188dc7ba9a76babcd37452f44079a9a77f71:
  Benjamin Krill (1):
        serial: Add driver for the Cell Network Processor serial port NWP device

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx next

Grant Likely (1):
      powerpc/mpc52xx: Properly update irq_desc when set_type() is called.

John Linn (1):
      Xilinx: SPI: updated driver for device tree

Jon Smirl (1):
      drivers/of: Add the of_find_i2c_device_by_node function.

Wolfram Sang (1):
      powerpc/mpc52xx: remove dead code from GPIO driver

Yuri Tikhonov (1):
      powerpc/xsysace: add compatible string for non-ipcore instance

roel kluin (1):
      powerpc/mpc5121: fix NULL test in mpc5121_clk_get utility function.

 arch/powerpc/platforms/512x/clock.c        |    4 +-
 arch/powerpc/platforms/52xx/mpc52xx_gpio.c |    3 -
 arch/powerpc/platforms/52xx/mpc52xx_pic.c  |    8 ++-
 drivers/block/xsysace.c                    |    1 +
 drivers/of/of_i2c.c                        |   19 ++++
 drivers/spi/xilinx_spi.c                   |  137 ++++++++++++++++-----------
 include/linux/of_i2c.h                     |    3 +
 7 files changed, 113 insertions(+), 62 deletions(-)

Thanks,
g.



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 39+ messages in thread
* Please pull linux-2.6-mpc52xx.git
@ 2008-11-14 19:20 Grant Likely
  2008-11-24  3:38 ` Paul Mackerras
  0 siblings, 1 reply; 39+ messages in thread
From: Grant Likely @ 2008-11-14 19:20 UTC (permalink / raw)
  To: Paul Mackerras, Benjamin Herrenschmidt, Josh Boyer, linuxppc-dev

Hi Ben and Paulus.

Please pull the 'merge' branch of my MPC5200 tree (url below).  I've
got mpc5200 bug fixes, virtex bug fixes and defconfig updates in it.
This all needs to go into 2.6.28.  This branch does have both mpc5200
and Xilinx Virtex 4xx changes.  I've cleared it with Josh that it is
okay to push the 4xx changes out to my tree rather than having him
pull it first.

The following changes since commit 58e20d8d344b0ee083febb18c2b021d2427e56ca:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx merge

Grant Likely (4):
      powerpc/mpc5200: fix bestcomm Kconfig dependencies
      powerpc/virtex: fix various format/casting printk mismatches
      powerpc/52xx: update defconfigs
      powerpc/virtex: Update defconfigs

Yuri Tikhonov (1):
      xsysace: Fix driver to use resource_size_t instead of unsigned long

 arch/powerpc/configs/40x/virtex_defconfig     | 1176 +++++++++++++++++++++++++
 arch/powerpc/configs/44x/virtex5_defconfig    |  234 +++---
 arch/powerpc/configs/52xx/cm5200_defconfig    |  169 +++-
 arch/powerpc/configs/52xx/lite5200b_defconfig |  206 ++++--
 arch/powerpc/configs/52xx/motionpro_defconfig |  168 +++-
 arch/powerpc/configs/52xx/pcm030_defconfig    |  182 +++--
 arch/powerpc/configs/52xx/tqm5200_defconfig   |  180 +++-
 arch/powerpc/configs/mpc5200_defconfig        |  573 +++++++++---
 arch/powerpc/configs/ppc40x_defconfig         |   92 ++-
 arch/powerpc/configs/ppc44x_defconfig         |   92 ++-
 arch/powerpc/sysdev/bestcomm/Kconfig          |    9 +-
 arch/powerpc/sysdev/xilinx_intc.c             |    4 +-
 drivers/block/xsysace.c                       |   23 +-
 drivers/char/xilinx_hwicap/xilinx_hwicap.c    |    9 +-
 drivers/net/Kconfig                           |    3 +-
 drivers/serial/uartlite.c                     |    4 +-
 drivers/video/xilinxfb.c                      |    5 +-
 sound/soc/fsl/Kconfig                         |    3 +-
 18 files changed, 2617 insertions(+), 515 deletions(-)
 create mode 100644 arch/powerpc/configs/40x/virtex_defconfig


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 39+ messages in thread
* Please pull linux-2.6-mpc52xx.git
@ 2008-05-01 18:04 Grant Likely
  0 siblings, 0 replies; 39+ messages in thread
From: Grant Likely @ 2008-05-01 18:04 UTC (permalink / raw)
  To: Paul Mackerras, shengping.liu, linuxppc-dev

Paul, here's a couple more for 2.6.26.  One bug fix and one minor
change that I've had on the back burner for a month or so.  This
should be the last of any non-bugfix changes through my tree.

Cheers,
g.

git-request-pull powerpc git://git.secretlab.ca/git/linux-2.6-mpc52xx.git
The following changes since commit eabd90944b3a00766e84da3d117ea0f3e0a3b1a3:
  Michael Ellerman (1):
        [POWERPC] Fix crashkernel= handling when no crashkernel= specified

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx.git for-2.6.26

Andrew Liu (1):
      Fix a potential issue in mpc52xx uart driver

Grant Likely (1):
      [POWERPC] mpc5200: Allow for fixed speed MII configurations

 .../powerpc/mpc52xx-device-tree-bindings.txt       |   11 ++
 drivers/net/fec_mpc52xx.c                          |   97 +++++++++++++++-----
 drivers/net/fec_mpc52xx.h                          |   19 ----
 drivers/serial/mpc52xx_uart.c                      |    2 +
 4 files changed, 87 insertions(+), 42 deletions(-)


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 39+ messages in thread
* Please pull linux-2.6-mpc52xx.git
@ 2008-04-29 13:34 Grant Likely
  0 siblings, 0 replies; 39+ messages in thread
From: Grant Likely @ 2008-04-29 13:34 UTC (permalink / raw)
  To: Paul Mackerras, linuxppc-dev

The following changes since commit 6c39103ce5192bdb2195f3daab7323dfa44fb52e:
  Zhang Wei (1):
        [RAPIDIO] Change RapidIO doorbell source and target ID field to 16-bit

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx.git for-2.6.26

Bartlomiej Sieka (1):
      [POWERPC] mpc5200: defconfigs for CM5200, Lite5200B, Motion-PRO
and TQM5200

Grant Likely (2):
      [POWERPC] mpc5200: Fix unterminated of_device_id table
      [POWERPC] mpc5200: Switch mpc5200 dts files to dts-v1 format

Sascha Hauer (2):
      [POWERPC] mpc5200: add interrupt type function
      [POWERPC] mpc5200: Fix FEC error handling on FIFO errors

s.hauer@pengutronix.de (2):
      [POWERPC] mpc5200: add gpiolib support for mpc5200
      [POWERPC] mpc5200: add Phytec pcm030 board support

 .../powerpc/mpc52xx-device-tree-bindings.txt       |   12 +
 arch/powerpc/boot/dts/cm5200.dts                   |   98 +-
 arch/powerpc/boot/dts/lite5200.dts                 |  132 ++--
 arch/powerpc/boot/dts/lite5200b.dts                |  146 ++--
 arch/powerpc/boot/dts/motionpro.dts                |  118 +-
 arch/powerpc/boot/dts/pcm030.dts                   |  363 ++++++
 arch/powerpc/boot/dts/tqm5200.dts                  |   80 +-
 arch/powerpc/configs/52xx/cm5200_defconfig         | 1099 ++++++++++++++++++
 arch/powerpc/configs/52xx/lite5200b_defconfig      | 1049 +++++++++++++++++
 arch/powerpc/configs/52xx/motionpro_defconfig      | 1107 ++++++++++++++++++
 arch/powerpc/configs/52xx/pcm030_defconfig         | 1115 ++++++++++++++++++
 arch/powerpc/configs/52xx/tqm5200_defconfig        | 1214 ++++++++++++++++++++
 arch/powerpc/platforms/52xx/Kconfig                |    6 +
 arch/powerpc/platforms/52xx/Makefile               |    2 +
 arch/powerpc/platforms/52xx/mpc5200_simple.c       |    1 +
 arch/powerpc/platforms/52xx/mpc52xx_gpio.c         |  465 ++++++++
 arch/powerpc/platforms/52xx/mpc52xx_pic.c          |   38 +
 drivers/net/fec_mpc52xx.c                          |   23 +-
 drivers/serial/mpc52xx_uart.c                      |    2 +-
 19 files changed, 6771 insertions(+), 299 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/pcm030.dts
 create mode 100644 arch/powerpc/configs/52xx/cm5200_defconfig
 create mode 100644 arch/powerpc/configs/52xx/lite5200b_defconfig
 create mode 100644 arch/powerpc/configs/52xx/motionpro_defconfig
 create mode 100644 arch/powerpc/configs/52xx/pcm030_defconfig
 create mode 100644 arch/powerpc/configs/52xx/tqm5200_defconfig
 create mode 100644 arch/powerpc/platforms/52xx/mpc52xx_gpio.c


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 39+ messages in thread
* Please pull linux-2.6-mpc52xx.git
@ 2008-02-24  7:35 Grant Likely
       [not found] ` <47DE94F4.90804@semihalf.com>
  0 siblings, 1 reply; 39+ messages in thread
From: Grant Likely @ 2008-02-24  7:35 UTC (permalink / raw)
  To: Paul Mackerras, linuxppc-dev, EricDuj

Paul, here is a bug fix that needs to go in for 2.6.25.

Thanks,
g.


The following changes since commit 42e6de0e6079f4a7ce6bd62340b1b14a1af314dc:
  Oliver Pinter (1):
        fix vmsas.c file permissions

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx.git for-2.6.25

Eric Dujardin (1):
      [POWERPC] Add export for mpc52xx_set_psc_clkdiv

 arch/powerpc/platforms/52xx/mpc52xx_common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 39+ messages in thread
* Please pull linux-2.6-mpc52xx.git
@ 2007-10-10 16:30 Grant Likely
  2007-10-11 17:35 ` tnt
  0 siblings, 1 reply; 39+ messages in thread
From: Grant Likely @ 2007-10-10 16:30 UTC (permalink / raw)
  To: Paul Mackerras, linuxppc-dev, Sylvain Munaut

Paulus,

Sylvain has asked if I would like to help with the mpc52xx
maintainership.  If it's okay by you, here is a patch that adds me as
co-maintainer for the mpc52xx platform along with 3 other mpc52xx
related fixes.

Sylvain, can you please reply to this message confirming that this is
what we talked about?

Thanks,
g.

The following changes since commit dcccb37e98e0444b0c6a03b303855771aa463c96:
  Grant Likely (1):
        [POWERPC] Lite5200: Use comma delimiter format for lists in device tree

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx.git for-2.6.24

Grant Likely (4):
      [POWERPC] MPC52xx: Drop show_cpuinfo platform hooks from Lite5200
      [POWERPC] MPC52xx: Trim includes on mpc5200 platform support code
      [POWERPC] MPC5200: Don't make firmware fixups into common code
      [POWERPC] Add co-maintainer for PowerPC MPC52xx platform

 MAINTAINERS                                  |    2 +
 arch/powerpc/platforms/52xx/efika.c          |   19 +-----
 arch/powerpc/platforms/52xx/lite5200.c       |   95 ++++++++++++++------------
 arch/powerpc/platforms/52xx/mpc52xx_common.c |   38 ++++-------
 arch/powerpc/platforms/52xx/mpc52xx_pic.c    |   11 +---
 include/asm-powerpc/mpc52xx.h                |    2 +-
 6 files changed, 68 insertions(+), 99 deletions(-)

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195

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

end of thread, other threads:[~2009-01-09 23:09 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-16 23:22 Please pull linux-2.6-mpc52xx.git Grant Likely
2007-10-17 10:27 ` Paul Mackerras
2007-10-17 13:13   ` Grant Likely
  -- strict thread matches above, loose matches on Subject: below --
2009-01-09 23:09 Grant Likely
2008-11-14 19:20 Grant Likely
2008-11-24  3:38 ` Paul Mackerras
2008-11-24 14:41   ` Grant Likely
2008-05-01 18:04 Grant Likely
2008-04-29 13:34 Grant Likely
2008-02-24  7:35 Grant Likely
     [not found] ` <47DE94F4.90804@semihalf.com>
2008-03-17 19:19   ` Grant Likely
2008-03-17 20:59     ` Wolfgang Denk
2008-03-17 21:43       ` Grant Likely
2008-03-17 22:28         ` Wolfgang Denk
2008-03-17 23:43           ` Grant Likely
2008-03-18  0:26             ` Wolfgang Denk
2008-03-18  2:42               ` Grant Likely
2008-03-18 12:20                 ` Josh Boyer
2008-03-18  8:29             ` Bartlomiej Sieka
2008-03-18 10:04               ` Richard Purdie
2008-03-25 15:29                 ` Bartlomiej Sieka
2008-03-18 14:47               ` Grant Likely
2008-03-18 16:41                 ` Richard Purdie
2008-03-18 16:53                   ` Grant Likely
2008-03-25 16:50                     ` Bartlomiej Sieka
2008-03-25 18:49                       ` Grant Likely
2008-03-25 17:38             ` Bartlomiej Sieka
2008-03-25 18:51               ` Grant Likely
2008-04-01 12:37                 ` Bartlomiej Sieka
2008-04-04 11:13                   ` Bartlomiej Sieka
2008-04-04 16:11                     ` Grant Likely
2008-04-04 16:14                       ` Grant Likely
2008-04-04 16:38                         ` Olof Johansson
2008-04-04 17:15                           ` Josh Boyer
2008-04-04 17:25                             ` Grant Likely
2008-04-15 10:34                       ` Bartlomiej Sieka
2008-03-18  7:57     ` Bartlomiej Sieka
2007-10-10 16:30 Grant Likely
2007-10-11 17:35 ` tnt

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).