05 Aug, 2017

1 commit


10 May, 2017

2 commits


19 Feb, 2016

1 commit


02 Dec, 2013

1 commit

  • add common phy reset code into a common function.

    Signed-off-by: Heiko Schocher
    Cc: Andreas Bießmann
    Cc: Bo Shen
    Cc: Jens Scharsig
    Cc: Sergey Lapin
    Cc: Stelian Pop
    Cc: Albin Tonnerre
    Cc: Eric Benard
    Cc: Markus Hubig
    Acked-by: Jens Scharsig (BuS Elektronik)
    Tested-by: Jens Scharsig (BuS Elektronik)
    Tested-by: Bo Shen
    Acked-by: Bo Shen
    Signed-off-by: Andreas Bießmann

    Heiko Schocher
     

24 Jul, 2013

1 commit


12 May, 2013

2 commits


19 Feb, 2013

1 commit


29 Nov, 2011

1 commit


22 Jun, 2011

1 commit


12 Jul, 2010

1 commit


02 Sep, 2009

1 commit


07 Jul, 2009

1 commit


22 Mar, 2009

5 commits


07 Nov, 2008

2 commits


19 Oct, 2008

1 commit


03 Sep, 2008

1 commit


13 Jul, 2008

1 commit


05 Jul, 2008

2 commits

  • Fix NAND FLASH timings for at91sam9x evaluation kits.

    New timings are based on application note
    "NAND Flash Support on AT91SAM9 Microcontrollers" available at
    http://atmel.com/dyn/resources/prod_documents/doc6255.pdf

    Signed-off-by: Patrice Vilchez
    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
    Acked-by: Stelian Pop

    Patrice Vilchez
     
  • AT91 RSTC registers are battery-backuped, so their values
    are not reset across power cycles. One of those registers,
    the AT91_RSTC_MR register, is being modified by U-Boot, in
    the ethernet initialisation routine, to generate a 500ms
    user reset.

    Unfortunately, this value is not being restored afterwards,
    causing subsequent resets to also last for 500ms.

    This long reset sequence causes problems (at least) in the
    boot sequence from NOR: by the time the CPU tries to load
    a program from the NOR flash, the latter is still in reset
    and not yet available.

    Additionaly, this patch fixes a bug in the original code which
    caused the reset delay to last for 2s instead of 500ms.

    Signed-off-by: Stelian Pop
    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

    Stelian Pop
     

24 May, 2008

1 commit


21 May, 2008

1 commit

  • This commit gets rid of a huge amount of silly white-space issues.
    Especially, all sequences of SPACEs followed by TAB characters get
    removed (unless they appear in print statements).

    Also remove all embedded "vim:" and "vi:" statements which hide
    indentation problems.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

10 May, 2008

4 commits

  • The Atmel boards can handle 8 or 16 bit NAND memories. This patch
    makes the support configurable in the board config header file
    (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).

    Signed-off-by: Stelian Pop
    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

    Stelian Pop
     
  • When doing the AT91CAP9/AT91SAM9 port, a number of header files were
    copied from the Linux kernel sources. This patch explicitly specifies
    this origin for all the copied headers, and for those missing copyright
    information, adds it.

    Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
    in the latest kernel sources by 'at91sam9_smc.h'.

    The copyright information has been confirmed by the AT91 Linux kernel
    maintainer, Andrew Victor .

    Signed-off-by: Stelian Pop
    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

    Stelian Pop
     
  • When applying the AT91CAP9 patches upstream, something transformed
    the '@' character into the ' ' sequence.

    The patch below restores the original form in all the places where
    it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
    were copied from AT91CAP9, and a couple of other files where the
    ' ' sequence was present).

    Signed-off-by: Stelian Pop

    Stelian Pop
     
  • When doing the AT91CAP9/AT91SAM9 port, a number of header files were
    copied from the Linux kernel sources. This patch explicitly specifies
    this origin for all the copied headers, and for those missing copyright
    information, adds it.

    Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
    in the latest kernel sources by 'at91sam9_smc.h'.

    The copyright information has been confirmed by the AT91 Linux kernel
    maintainer, Andrew Victor .

    Signed-off-by: Stelian Pop

    Stelian Pop
     

09 May, 2008

1 commit

  • When applying the AT91CAP9 patches upstream, something transformed
    the '@' character into the ' ' sequence.

    The patch below restores the original form in all the places where
    it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
    were copied from AT91CAP9, and a couple of other files where the
    ' ' sequence was present).

    Signed-off-by: Stelian Pop
    Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

    Stelian Pop
     

01 Apr, 2008

1 commit