04 Dec, 2020

1 commit


14 Oct, 2020

1 commit

  • booting-without-of.rst is an ancient document that first outlined
    Flattened DeviceTree on PowerPC initially. The DT world has evolved a
    lot in the 15 years since and booting-without-of.rst is pretty stale.
    The name of the document itself is confusing if you don't understand the
    evolution from real 'OpenFirmware'. Most of what booting-without-of.rst
    contains is now in the DT specification (which evolved out of the
    ePAPR). The few things that weren't documented in the DT specification
    are now.

    All that remains is the boot entry details, so let's move these to arch
    specific documents. The exception is arm which already has the same
    details documented.

    Cc: Frank Rowand
    Cc: Mauro Carvalho Chehab
    Cc: Geert Uytterhoeven
    Cc: Michael Ellerman
    Cc: Thomas Bogendoerfer
    Cc: Jonathan Corbet
    Cc: Paul Mackerras
    Cc: Yoshinori Sato
    Cc: Rich Felker
    Cc: Thomas Gleixner
    Cc: Ingo Molnar
    Cc: Borislav Petkov
    Cc: "H. Peter Anvin"
    Cc: x86@kernel.org
    Cc: linuxppc-dev@lists.ozlabs.org
    Cc: linux-mips@vger.kernel.org
    Cc: linux-doc@vger.kernel.org
    Cc: linux-sh@vger.kernel.org
    Acked-by: Benjamin Herrenschmidt
    Acked-by: Borislav Petkov
    Acked-by: Michael Ellerman (powerpc)
    Signed-off-by: Rob Herring

    Rob Herring
     

20 Jun, 2020

3 commits

  • - Add a SPDX header;
    - Adjust document title to follow ReST style;
    - Add blank lines to make ReST markup happy
    - Add it to sh/index.rst.

    Signed-off-by: Mauro Carvalho Chehab
    Link: https://lore.kernel.org/r/adf117cf1edd7f43cb839ff2800f4315dfbcce13.1592203650.git.mchehab+huawei@kernel.org
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • - Add a SPDX header;
    - Adjust document title to follow ReST style;
    - Mark literal blocks as such;
    - Mark a table as such;
    - Add it to sh/index.rst.

    Signed-off-by: Mauro Carvalho Chehab
    Link: https://lore.kernel.org/r/4437d379ccf201cc3a369232f9159a02754ca530.1592203650.git.mchehab+huawei@kernel.org
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Remove SH-5 documentation index entries following the removal
    of SH-5 source code.

    Error: Cannot open file ../arch/sh/mm/tlb-sh5.c
    Error: Cannot open file ../arch/sh/mm/tlb-sh5.c
    Error: Cannot open file ../arch/sh/include/asm/tlb_64.h
    Error: Cannot open file ../arch/sh/include/asm/tlb_64.h

    Signed-off-by: Randy Dunlap
    Reviewed-by: Geert Uytterhoeven
    Link: https://lore.kernel.org/r/71e1f336-ef5c-f5e9-25cf-16bd4439b9f9@infradead.org
    Signed-off-by: Jonathan Corbet

    Randy Dunlap
     

17 Jul, 2019

1 commit


18 Dec, 2018

1 commit

  • The only remaining user of board_time_init() is the of-generic
    machine, and that just calls the global timer_init() function.
    Calling that one has no effect on non-DT platforms, so we can
    simply call it unconditionally in place of board_time_init().

    Signed-off-by: Arnd Bergmann

    Arnd Bergmann
     

16 May, 2017

1 commit


15 Nov, 2010

1 commit


22 Dec, 2008

1 commit


28 Oct, 2008

1 commit

  • This code has been dead for many years. The last update it received
    was in 2003 in order to update it for the driver model changes, though
    it had already been in disarray and unused before that point. The only
    boards that ever used this chip have not had users in many years either,
    so it is finally safe to just kill it off and move on with life.

    Signed-off-by: Paul Mundt

    Paul Mundt
     

27 Jul, 2008

1 commit


07 May, 2007

1 commit


18 Feb, 2007

1 commit


04 Oct, 2006

1 commit


27 Sep, 2006

2 commits


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds