All of lore.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2007-02-08 21:50 Kumar Gala
  2007-02-08 21:52 ` Please pull from 'for_paulus' branch Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2007-02-08 21:50 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: Guennadi Liakhovetski, linuxppc-dev, Li Yang, Timur Tabi

Please pull from 'for_paulus' branch of
master.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git

to receive the following updates:

  Documentation/powerpc/booting-without-of.txt     |    4
  arch/powerpc/boot/dts/kuroboxHD.dts              |  148 ++
  arch/powerpc/boot/dts/mpc8313erdb.dts            |  219 +++
  arch/powerpc/boot/dts/mpc8349emds.dts            |  328 -----
  arch/powerpc/boot/dts/mpc834x_mds.dts            |  334 +++++
  arch/powerpc/configs/linkstation_defconfig       |  118 +
  arch/powerpc/configs/mpc8313_rdb_defconfig       | 1409 +++++++++++++++++++++++
  arch/powerpc/configs/mpc834x_mds_defconfig       |    9
  arch/powerpc/kernel/of_platform.c                |    1
  arch/powerpc/platforms/83xx/Kconfig              |   24
  arch/powerpc/platforms/83xx/Makefile             |    3
  arch/powerpc/platforms/83xx/mpc8313_rdb.c        |   99 +
  arch/powerpc/platforms/83xx/mpc834x_mds.c        |  213 +++
  arch/powerpc/platforms/83xx/mpc834x_sys.c        |  140 --
  arch/powerpc/platforms/83xx/mpc834x_sys.h        |   23
  arch/powerpc/platforms/83xx/mpc83xx.h            |   18
  arch/powerpc/platforms/embedded6xx/linkstation.c |   12
  arch/powerpc/sysdev/fsl_soc.c                    |   78 -
  arch/powerpc/sysdev/qe_lib/ucc_slow.c            |    6
  include/asm-powerpc/ucc_slow.h                   |    2
  20 files changed, 2611 insertions(+), 577 deletions(-)

Andy Fleming (1):
       [POWERPC] QE: Added QE to the list of default scanned OF devices

Guennadi Liakhovetski (1):
       [POWERPC] Update to linkstation / kurobox support

Kim Phillips (2):
       [POWERPC] 83xx: Add base support for the MPC8313E RDB
       [POWERPC] 83xx: add the mpc8313erdb defconfig

Kumar Gala (1):
       [POWERPC] 83xx: Updated and renamed MPC834x SYS to MPC834x MDS

Li Yang (3):
       [POWERPC] 83xx: Added new dr_mode property for usb controller on 83xx
       [POWERPC] 83xx: Add USB setup code for MPC8349E MDS-PB
       [POWERPC] 83xx: Add platform_device for USB DR peripheral driver

Timur Tabi (1):
       [POWERPC] QE: Rename ucc_slow_info.us_regs to ucc_slow_info.regs

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

* Please pull from 'for_paulus' branch
  2007-02-08 21:50 Kumar Gala
@ 2007-02-08 21:52 ` Kumar Gala
  2007-02-08 23:41   ` [UPDATED] " Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2007-02-08 21:52 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, Li Yang, Guennadi Liakhovetski, Timur Tabi

(initial email was missing the subject).

- k

On Thu, 8 Feb 2007, Kumar Gala wrote:

> Please pull from 'for_paulus' branch of
> master.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git
>
> to receive the following updates:
>
>  Documentation/powerpc/booting-without-of.txt     |    4
>  arch/powerpc/boot/dts/kuroboxHD.dts              |  148 ++
>  arch/powerpc/boot/dts/mpc8313erdb.dts            |  219 +++
>  arch/powerpc/boot/dts/mpc8349emds.dts            |  328 -----
>  arch/powerpc/boot/dts/mpc834x_mds.dts            |  334 +++++
>  arch/powerpc/configs/linkstation_defconfig       |  118 +
>  arch/powerpc/configs/mpc8313_rdb_defconfig       | 1409 +++++++++++++++++++++++
>  arch/powerpc/configs/mpc834x_mds_defconfig       |    9
>  arch/powerpc/kernel/of_platform.c                |    1
>  arch/powerpc/platforms/83xx/Kconfig              |   24
>  arch/powerpc/platforms/83xx/Makefile             |    3
>  arch/powerpc/platforms/83xx/mpc8313_rdb.c        |   99 +
>  arch/powerpc/platforms/83xx/mpc834x_mds.c        |  213 +++
>  arch/powerpc/platforms/83xx/mpc834x_sys.c        |  140 --
>  arch/powerpc/platforms/83xx/mpc834x_sys.h        |   23
>  arch/powerpc/platforms/83xx/mpc83xx.h            |   18
>  arch/powerpc/platforms/embedded6xx/linkstation.c |   12
>  arch/powerpc/sysdev/fsl_soc.c                    |   78 -
>  arch/powerpc/sysdev/qe_lib/ucc_slow.c            |    6
>  include/asm-powerpc/ucc_slow.h                   |    2
>  20 files changed, 2611 insertions(+), 577 deletions(-)
>
> Andy Fleming (1):
>       [POWERPC] QE: Added QE to the list of default scanned OF devices
>
> Guennadi Liakhovetski (1):
>       [POWERPC] Update to linkstation / kurobox support
>
> Kim Phillips (2):
>       [POWERPC] 83xx: Add base support for the MPC8313E RDB
>       [POWERPC] 83xx: add the mpc8313erdb defconfig
>
> Kumar Gala (1):
>       [POWERPC] 83xx: Updated and renamed MPC834x SYS to MPC834x MDS
>
> Li Yang (3):
>       [POWERPC] 83xx: Added new dr_mode property for usb controller on 83xx
>       [POWERPC] 83xx: Add USB setup code for MPC8349E MDS-PB
>       [POWERPC] 83xx: Add platform_device for USB DR peripheral driver
>
> Timur Tabi (1):
>       [POWERPC] QE: Rename ucc_slow_info.us_regs to ucc_slow_info.regs
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>

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

* [UPDATED] Please pull from 'for_paulus' branch
  2007-02-08 21:52 ` Please pull from 'for_paulus' branch Kumar Gala
@ 2007-02-08 23:41   ` Kumar Gala
  0 siblings, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2007-02-08 23:41 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: Timur Tabi, linuxppc-dev, Li Yang, Guennadi Liakhovetski

Please pull from 'for_paulus' branch of
master.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git

--
I dropped the patch that added 'qe' to the of_default_bus_ids at benh's 
requested.  After looking at that more I agree with him that we should 
remove the list completely.

- k

to receive the following updates:

  Documentation/powerpc/booting-without-of.txt     |    4
  arch/powerpc/boot/dts/kuroboxHD.dts              |  148 ++
  arch/powerpc/boot/dts/mpc8313erdb.dts            |  219 +++
  arch/powerpc/boot/dts/mpc8349emds.dts            |  328 -----
  arch/powerpc/boot/dts/mpc834x_mds.dts            |  334 +++++
  arch/powerpc/configs/linkstation_defconfig       |  118 +
  arch/powerpc/configs/mpc8313_rdb_defconfig       | 1409 +++++++++++++++++++++++
  arch/powerpc/configs/mpc834x_mds_defconfig       |    9
  arch/powerpc/platforms/83xx/Kconfig              |   24
  arch/powerpc/platforms/83xx/Makefile             |    3
  arch/powerpc/platforms/83xx/mpc8313_rdb.c        |   99 +
  arch/powerpc/platforms/83xx/mpc834x_mds.c        |  213 +++
  arch/powerpc/platforms/83xx/mpc834x_sys.c        |  140 --
  arch/powerpc/platforms/83xx/mpc834x_sys.h        |   23
  arch/powerpc/platforms/83xx/mpc83xx.h            |   18
  arch/powerpc/platforms/embedded6xx/linkstation.c |   12
  arch/powerpc/sysdev/fsl_soc.c                    |   78 -
  arch/powerpc/sysdev/qe_lib/ucc_slow.c            |    6
  include/asm-powerpc/ucc_slow.h                   |    2
  19 files changed, 2610 insertions(+), 577 deletions(-)

Guennadi Liakhovetski (1):
       [POWERPC] Update to linkstation / kurobox support

Kim Phillips (2):
       [POWERPC] 83xx: Add base support for the MPC8313E RDB
       [POWERPC] 83xx: add the mpc8313erdb defconfig

Kumar Gala (1):
       [POWERPC] 83xx: Updated and renamed MPC834x SYS to MPC834x MDS

Li Yang (3):
       [POWERPC] 83xx: Added new dr_mode property for usb controller on 83xx
       [POWERPC] 83xx: Add USB setup code for MPC8349E MDS-PB
       [POWERPC] 83xx: Add platform_device for USB DR peripheral driver

Timur Tabi (1):
       [POWERPC] QE: Rename ucc_slow_info.us_regs to ucc_slow_info.regs

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

end of thread, other threads:[~2007-02-08 23:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 21:50 Kumar Gala
2007-02-08 21:52 ` Please pull from 'for_paulus' branch Kumar Gala
2007-02-08 23:41   ` [UPDATED] " Kumar Gala

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.