* Please pull merge branch from git.secretlab.ca
@ 2009-04-17 5:58 Grant Likely
2009-04-20 21:10 ` Grant Likely
0 siblings, 1 reply; 2+ messages in thread
From: Grant Likely @ 2009-04-17 5:58 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Paul Mackerras
Cc: Stefan Roese, linuxppc-dev, Subrata Modak
Hi Ben/Paul,
Here are some fixups and documentation updates for 2.6.30
The following changes since commit 0882e8dd3aad33eca41696d463bb896e6c8817eb:
Linus Torvalds (1):
Linux 2.6.30-rc2
are available in the git repository at:
git://git.secretlab.ca/git/linux-2.6 merge
Anton Vorontsov (1):
powerpc/5200: Bring the legacy fsl_spi_platform_data hooks back
Grant Likely (1):
powerpc/5200: Add FLASH nodes to lite5200 device tree
Stefan Roese (2):
powerpc/of-device-tree: Factor MTD physmap bindings out of
booting-without-of
powerpc/device-tree: Document MTD nodes with multiple "reg" tuples
Documentation/powerpc/booting-without-of.txt | 89 +++-----------------
Documentation/powerpc/dts-bindings/mtd-physmap.txt | 80 ++++++++++++++++++
arch/powerpc/boot/dts/lite5200b.dts | 39 +++++++++
include/linux/fsl_devices.h | 4 +
4 files changed, 135 insertions(+), 77 deletions(-)
create mode 100644 Documentation/powerpc/dts-bindings/mtd-physmap.txt
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Please pull merge branch from git.secretlab.ca
2009-04-17 5:58 Please pull merge branch from git.secretlab.ca Grant Likely
@ 2009-04-20 21:10 ` Grant Likely
0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2009-04-20 21:10 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Paul Mackerras
Cc: Stefan Roese, linuxppc-dev, Subrata Modak
Hi Ben/Paul,
Here's an updated pull request with 5200 defconfig updates and a
bugfix to prom_parse.c
Cheers,
g.
The following changes since commit 0882e8dd3aad33eca41696d463bb896e6c8817eb=
:
Linus Torvalds (1):
Linux 2.6.30-rc2
are available in the git repository at:
git://git.secretlab.ca/git/linux-2.6 merge
Anton Vorontsov (1):
powerpc/5200: Bring the legacy fsl_spi_platform_data hooks back
Grant Likely (2):
powerpc/5200: Add FLASH nodes to lite5200 device tree
powerpc/5200: defconfig updates
Ilpo J=E4rvinen (1):
powerpc: Fix of_node_put() exit path in of_irq_map_one()
Stefan Roese (2):
powerpc/of-device-tree: Factor MTD physmap bindings out of
booting-without-of
powerpc/device-tree: Document MTD nodes with multiple "reg" tuples
Documentation/powerpc/booting-without-of.txt | 89 ++--------
Documentation/powerpc/dts-bindings/mtd-physmap.txt | 80 +++++++++
arch/powerpc/boot/dts/lite5200b.dts | 39 ++++
arch/powerpc/configs/52xx/cm5200_defconfig | 69 +++++--
arch/powerpc/configs/52xx/lite5200b_defconfig | 74 ++++++--
arch/powerpc/configs/52xx/motionpro_defconfig | 77 ++++++--
arch/powerpc/configs/52xx/pcm030_defconfig | 69 +++++--
arch/powerpc/configs/52xx/tqm5200_defconfig | 76 ++++++--
arch/powerpc/configs/mpc5200_defconfig | 188 ++++++++++++++++=
----
arch/powerpc/kernel/prom_parse.c | 11 +-
include/linux/fsl_devices.h | 4 +
11 files changed, 568 insertions(+), 208 deletions(-)
create mode 100644 Documentation/powerpc/dts-bindings/mtd-physmap.txt
On Thu, Apr 16, 2009 at 11:58 PM, Grant Likely
<grant.likely@secretlab.ca> wrote:
> Hi Ben/Paul,
>
> Here are some fixups and documentation updates for 2.6.30
>
> The following changes since commit 0882e8dd3aad33eca41696d463bb896e6c8817=
eb:
> =A0Linus Torvalds (1):
> =A0 =A0 =A0 =A0Linux 2.6.30-rc2
>
> are available in the git repository at:
>
> =A0git://git.secretlab.ca/git/linux-2.6 merge
>
> Anton Vorontsov (1):
> =A0 =A0 =A0powerpc/5200: Bring the legacy fsl_spi_platform_data hooks bac=
k
>
> Grant Likely (1):
> =A0 =A0 =A0powerpc/5200: Add FLASH nodes to lite5200 device tree
>
> Stefan Roese (2):
> =A0 =A0 =A0powerpc/of-device-tree: Factor MTD physmap bindings out of
> booting-without-of
> =A0 =A0 =A0powerpc/device-tree: Document MTD nodes with multiple "reg" tu=
ples
>
> =A0Documentation/powerpc/booting-without-of.txt =A0 =A0 =A0 | =A0 89 +++-=
----------------
> =A0Documentation/powerpc/dts-bindings/mtd-physmap.txt | =A0 80 ++++++++++=
++++++++
> =A0arch/powerpc/boot/dts/lite5200b.dts =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =
=A0 39 +++++++++
> =A0include/linux/fsl_devices.h =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0| =A0 =A04 +
> =A04 files changed, 135 insertions(+), 77 deletions(-)
> =A0create mode 100644 Documentation/powerpc/dts-bindings/mtd-physmap.txt
>
>
> --
> 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:[~2009-04-20 21:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 5:58 Please pull merge branch from git.secretlab.ca Grant Likely
2009-04-20 21:10 ` 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).