28 Apr, 2018

1 commit


04 Jul, 2017

1 commit

  • There was for long time no activity in the 4xx area.
    We need to go further and convert to Kconfig, but it
    turned out, nobody is interested anymore in 4xx,
    so remove it.

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     

12 Jun, 2017

1 commit


22 Oct, 2011

1 commit

  • This avoids the following checkpatch warning in later patches:

    ERROR: "(foo*)" should be "(foo *)"
    ERROR: space required before the open brace '{'
    ERROR: space prohibited before that close parenthesis ')'
    ERROR: spaces required around that '||' (ctx:WxV)
    WARNING: space prohibited between function name and open parenthesis '('
    WARNING: line over 80 characters

    This fixes all the white-space warnings/errors in my subsequent patch,
    and within this current patch. A number of other checkpatch warnings
    and errors are still present in this patch itself, but are beyond simple
    whitespace fixes, so are not solved by this patch.

    v2: New patch

    Signed-off-by: Stephen Warren
    Tested-by: Simon Glass
    Tested-by: Simon Glass

    Stephen Warren
     

29 Mar, 2009

1 commit


21 Mar, 2009

1 commit


13 Aug, 2008

1 commit


07 Feb, 2008

2 commits


01 Apr, 2006

1 commit


12 Mar, 2006

1 commit


08 Aug, 2005

1 commit


01 Aug, 2005

1 commit


16 Oct, 2003

1 commit


27 Jul, 2003

1 commit

  • Add support for LynuxWorks Kernel Downloadable Images (KDIs).
    Both LynxOS and BlueCat linux KDIs are supported.

    * Patch by Richard Woodruff, 25 Jul 2003:
    use more reliable reset for OMAP/925T

    * Patch by Nye Liu, 25 Jul 2003:
    fix typo in mpc8xx.h

    * Patch by Richard Woodruff, 24 Jul 2003:
    Fixes for cmd_nand.c:
    - Fixed null dereferece which could result in incorrect ECC values.
    - Added support for devices with no Ready/Busy signal hooked up.
    - Added OMAP1510 read/write protect handling.
    - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock
    for non-JFFS2.
    - Switched default ECC to be JFFS2.

    wdenk