linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [git pull] driver bug fixes and mpc5200 defconfig updates
@ 2010-03-11 21:11 Grant Likely
  2010-03-18 14:28 ` [git pull updated] " Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Grant Likely @ 2010-03-11 21:11 UTC (permalink / raw)
  To: linuxppc-dev, Linux Kernel Mailing List, spi-devel-general
  Cc: David Miller, Scott Ellis

Hi Linus,

Here are some driver bug fixes, and the requisite powerpc-mpc5200
defconfig updates.  The defconfig updates would normally go through
Ben's tree, but since that is the only change I have that would go
through his tree I'm hoping that it is okay to have it here.

Cheers,
g.

The following changes since commit 57d54889cd00db2752994b389ba714138652e60c:
  Linus Torvalds (1):
        Linux 2.6.34-rc1

are available in the git repository at:

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

David Miller (1):
      uartlite: Fix build on sparc.

Grant Likely (1):
      powerpc/52xx: update defconfigs

Scott Ellis (2):
      spi/omap2_mcspi: fix NULL pointer dereference
      spi/omap2_mcspi: Use transaction speed if provided

 arch/powerpc/configs/52xx/cm5200_defconfig    |   24 ++--
 arch/powerpc/configs/52xx/lite5200b_defconfig |   28 +++--
 arch/powerpc/configs/52xx/motionpro_defconfig |   25 +++--
 arch/powerpc/configs/52xx/pcm030_defconfig    |   27 +++---
 arch/powerpc/configs/52xx/tqm5200_defconfig   |   28 +++---
 arch/powerpc/configs/mpc5200_defconfig        |  134 ++++++++++++++++---------
 drivers/serial/uartlite.c                     |   10 +-
 drivers/spi/omap2_mcspi.c                     |   18 ++-
 8 files changed, 177 insertions(+), 117 deletions(-)


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

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

* [git pull updated] driver bug fixes and mpc5200 defconfig updates
  2010-03-11 21:11 [git pull] driver bug fixes and mpc5200 defconfig updates Grant Likely
@ 2010-03-18 14:28 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2010-03-18 14:28 UTC (permalink / raw)
  To: linuxppc-dev, Linux Kernel Mailing List, Linus Torvalds
  Cc: David Miller, Scott Ellis

Hi Linus,  I've updated my merge branch to add a build fix (mpc52xx)
and an OF regression (fix comparison...).  Please pull.

Thanks,
g.

The following changes since commit 57d54889cd00db2752994b389ba714138652e60c=
:
  Linus Torvalds (1):
        Linux 2.6.34-rc1

are available in the git repository at:

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

David Miller (1):
      uartlite: Fix build on sparc.

Grant Likely (3):
      powerpc/52xx: update defconfigs
      of: Fix comparison of "compatible" properties
      powerpc/5200: Build fix for mpc52xx watchdog timer code

Scott Ellis (2):
      spi/omap2_mcspi: fix NULL pointer dereference
      spi/omap2_mcspi: Use transaction speed if provided

 arch/powerpc/configs/52xx/cm5200_defconfig    |   24 ++--
 arch/powerpc/configs/52xx/lite5200b_defconfig |   28 +++--
 arch/powerpc/configs/52xx/motionpro_defconfig |   25 +++--
 arch/powerpc/configs/52xx/pcm030_defconfig    |   27 +++---
 arch/powerpc/configs/52xx/tqm5200_defconfig   |   28 +++---
 arch/powerpc/configs/mpc5200_defconfig        |  134 ++++++++++++++++-----=
----
 arch/powerpc/platforms/52xx/mpc52xx_gpt.c     |    6 +-
 drivers/serial/uartlite.c                     |   10 +-
 drivers/spi/omap2_mcspi.c                     |   18 ++-
 include/linux/of.h                            |    2 +-
 10 files changed, 183 insertions(+), 119 deletions(-)


On Thu, Mar 11, 2010 at 3:11 PM, Grant Likely <grant.likely@secretlab.ca> w=
rote:
> Hi Linus,
>
> Here are some driver bug fixes, and the requisite powerpc-mpc5200
> defconfig updates. =A0The defconfig updates would normally go through
> Ben's tree, but since that is the only change I have that would go
> through his tree I'm hoping that it is okay to have it here.
>
> Cheers,
> g.
>
> The following changes since commit 57d54889cd00db2752994b389ba714138652e6=
0c:
> =A0Linus Torvalds (1):
> =A0 =A0 =A0 =A0Linux 2.6.34-rc1
>
> are available in the git repository at:
>
> =A0git://git.secretlab.ca/git/linux-2.6 merge
>
> David Miller (1):
> =A0 =A0 =A0uartlite: Fix build on sparc.
>
> Grant Likely (1):
> =A0 =A0 =A0powerpc/52xx: update defconfigs
>
> Scott Ellis (2):
> =A0 =A0 =A0spi/omap2_mcspi: fix NULL pointer dereference
> =A0 =A0 =A0spi/omap2_mcspi: Use transaction speed if provided
>
> =A0arch/powerpc/configs/52xx/cm5200_defconfig =A0 =A0| =A0 24 ++--
> =A0arch/powerpc/configs/52xx/lite5200b_defconfig | =A0 28 +++--
> =A0arch/powerpc/configs/52xx/motionpro_defconfig | =A0 25 +++--
> =A0arch/powerpc/configs/52xx/pcm030_defconfig =A0 =A0| =A0 27 +++---
> =A0arch/powerpc/configs/52xx/tqm5200_defconfig =A0 | =A0 28 +++---
> =A0arch/powerpc/configs/mpc5200_defconfig =A0 =A0 =A0 =A0| =A0134 +++++++=
+++++++++---------
> =A0drivers/serial/uartlite.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =
=A0 10 +-
> =A0drivers/spi/omap2_mcspi.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =
=A0 18 ++-
> =A08 files changed, 177 insertions(+), 117 deletions(-)
>
>
> --
> Grant Likely, B.Sc., P.Eng.
> Secret Lab Technologies Ltd.
>



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

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

end of thread, other threads:[~2010-03-18 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-11 21:11 [git pull] driver bug fixes and mpc5200 defconfig updates Grant Likely
2010-03-18 14:28 ` [git pull updated] " Grant Likely

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