Please pull linux-2.6-virtex.git

5 messages, 3 authors, 2008-01-11 · open the first message on its own page

Please pull linux-2.6-virtex.git

From: Grant Likely <hidden>
Date: 2008-01-09 06:07:53

Josh, here are some Xilinx Virtex changes for 2.6.25:

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

Cheers,
g.

---

The following changes since commit 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1:
  Paul Mackerras (1):
        Merge branch 'for-2.6.25' of git://git.kernel.org/.../olof/pasemi

are available in the git repository at:

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

Grant Likely (1):
      [POWERPC] Xilinx Uartlite: Make console output actually work.

Stephen Neuendorffer (6):
      [POWERPC] Xilinx: update compatible list for interrupt controller
      [POWERPC] Xilinx: Update compatible to use values generated by
BSP generator.
      [POWERPC] Xilinx: Add correct compatible list for device tree
bus bindings.
      [POWERPC] Xilinx: Update booting-without-of.
      [POWERPC] Xilinx: updated device tree compatibility to match
uboot bsp generator.
      [POWERPC] Xilinx uartlite: Section type fixups

 Documentation/powerpc/booting-without-of.txt |   56 +++++----
 arch/powerpc/boot/serial.c                   |    3 +-
 arch/powerpc/platforms/40x/virtex.c          |   14 ++-
 arch/powerpc/sysdev/xilinx_intc.c            |    8 +-
 drivers/block/xsysace.c                      |    4 +-
 drivers/serial/uartlite.c                    |  164 ++++++++++++++++---------
 drivers/video/xilinxfb.c                     |    2 +-
 7 files changed, 163 insertions(+), 88 deletions(-)

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

Re: Please pull linux-2.6-virtex.git

From: Josh Boyer <hidden>
Date: 2008-01-09 12:35:34

On Tue, 8 Jan 2008 23:07:51 -0700
"Grant Likely" [off-list ref] wrote:
Josh, here are some Xilinx Virtex changes for 2.6.25:

git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25
Hm..  Seems Peter has some comments on the first one.  Shall I wait for
that to get hashed out?

josh

Re: Please pull linux-2.6-virtex.git

From: Peter Korsgaard <jacmet@sunsite.dk>
Date: 2008-01-09 12:44:33

quoted
quoted
quoted
quoted
"Josh" == Josh Boyer [off-list ref] writes:
 Josh> On Tue, 8 Jan 2008 23:07:51 -0700
 Josh> "Grant Likely" [off-list ref] wrote:

 >> Josh, here are some Xilinx Virtex changes for 2.6.25:
 >> 
 >> git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25

 Josh> Hm..  Seems Peter has some comments on the first one.  Shall I wait for
 Josh> that to get hashed out?

Yes please.

-- 
Bye, Peter Korsgaard

Re: Please pull linux-2.6-virtex.git

From: Grant Likely <hidden>
Date: 2008-01-09 15:03:39

On 1/9/08, Peter Korsgaard [off-list ref] wrote:
quoted
quoted
quoted
quoted
quoted
"Josh" == Josh Boyer [off-list ref] writes:
 Josh> On Tue, 8 Jan 2008 23:07:51 -0700
 Josh> "Grant Likely" [off-list ref] wrote:

 >> Josh, here are some Xilinx Virtex changes for 2.6.25:
 >>
 >> git://git.secretlab.ca/git/linux-2.6-virtex.git virtex-for-2.6.25

 Josh> Hm..  Seems Peter has some comments on the first one.  Shall I wait for
 Josh> that to get hashed out?

Yes please.
Gah; teach me to pick up patches right before bed.  I shouldn't have
picked up the ulite console changes patch just yet.  I've dropped it
from the series until I have a chance to rework it.  Sorry.

Here's the new pull request

The following changes since commit 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1:
  Paul Mackerras (1):
        Merge branch 'for-2.6.25' of git://git.kernel.org/.../olof/pasemi

are available in the git repository at:

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

Stephen Neuendorffer (5):
      [POWERPC] Xilinx: update compatible list for interrupt controller
      [POWERPC] Xilinx: Add correct compatible list for device tree
bus bindings.
      [POWERPC] Xilinx: Update booting-without-of.
      [POWERPC] Xilinx: updated device tree compatibility to match
uboot bsp generator.
      [POWERPC] Xilinx uartlite: Section type fixups

 Documentation/powerpc/booting-without-of.txt |   56 +++++++++++++++-----------
 arch/powerpc/boot/serial.c                   |    3 +-
 arch/powerpc/platforms/40x/virtex.c          |   12 +++++-
 arch/powerpc/sysdev/xilinx_intc.c            |    8 +++-
 drivers/serial/uartlite.c                    |    6 +-
 5 files changed, 56 insertions(+), 29 deletions(-)
--
Bye, Peter Korsgaard

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

Re: Please pull linux-2.6-virtex.git

From: Josh Boyer <hidden>
Date: 2008-01-11 13:09:57

On Wed, 9 Jan 2008 08:03:31 -0700
"Grant Likely" [off-list ref] wrote:
Gah; teach me to pick up patches right before bed.  I shouldn't have
picked up the ulite console changes patch just yet.  I've dropped it
from the series until I have a chance to rework it.  Sorry.

Here's the new pull request

The following changes since commit 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1:
  Paul Mackerras (1):
        Merge branch 'for-2.6.25' of git://git.kernel.org/.../olof/pasemi

are available in the git repository at:

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

Stephen Neuendorffer (5):
      [POWERPC] Xilinx: update compatible list for interrupt controller
      [POWERPC] Xilinx: Add correct compatible list for device tree
bus bindings.
      [POWERPC] Xilinx: Update booting-without-of.
      [POWERPC] Xilinx: updated device tree compatibility to match
uboot bsp generator.
      [POWERPC] Xilinx uartlite: Section type fixups
Pulled and pushed out.  I'll ask Paul to pull after I finish chasing
the Warp patches Sean is working on, and the RTC patch from David.

josh
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help