16 Feb, 2018

1 commit


25 Jan, 2018

1 commit


24 Sep, 2017

1 commit

  • If the clock framework provides the driver with valid clock,
    enable them, otherwise the SCIF might not work if the clock
    are not enabled prior to the driver probe.

    Signed-off-by: Marek Vasut
    Cc: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Marek Vasut
     

03 Aug, 2017

1 commit


08 Feb, 2017

1 commit

  • At present devices use a simple integer offset to record the device tree
    node associated with the device. In preparation for supporting a live
    device tree, which uses a node pointer instead, refactor existing code to
    access this field through an inline function.

    Signed-off-by: Simon Glass

    Simon Glass
     

09 Jul, 2016

2 commits


25 Feb, 2015

1 commit


13 Feb, 2015

1 commit


25 Oct, 2014

1 commit


09 Aug, 2014

1 commit


17 Oct, 2013

2 commits


24 Jul, 2013

1 commit


30 Nov, 2012

1 commit

  • On kzm9g board (rmobile SoC), autoboot fails if serial console cable is not
    connected. When serial cable is not connected, serial error occurs and
    some garbage comes in data register.
    sh_serial_tstc() in serial_sh.c does not check error status and misunderstand
    there is some input data. It is the reason that autoboot fails.
    This patch adds checking error status in sh_serial_tstc().

    This patch is based on v2013.01-rc1 tag of u-boot master git.

    Signed-off-by: Tetsuyuki Kobayashi
    Signed-off-by: Nobuhiro Iwamatsu

    Tetsuyuki Kobayashi
     

17 Oct, 2012

1 commit


16 Oct, 2012

2 commits

  • Remove the support for not-CONFIG_SERIAL_MULTI part from serial
    port drivers and some board files. Since CONFIG_SERIAL_MULTI is
    now enabled by default, that part is a dead code. Remove it.

    Signed-off-by: Marek Vasut
    Cc: Marek Vasut
    Cc: Anatolij Gustschin
    Cc: Stefan Roese
    Signed-off-by: Tom Rini

    Marek Vasut
     
  • Implement support for CONFIG_SERIAL_MULTI into sh serial driver.
    This driver was so far only usable directly, but this patch also adds
    support for the multi method. This allows using more than one serial
    driver alongside the sh driver. Also, add a weak implementation
    of default_serial_console() returning this driver.

    Signed-off-by: Marek Vasut
    Cc: Marek Vasut
    Cc: Phil Edworthy
    Cc: Nobuhiro Iwamatsu
    Signed-off-by: Tom Rini

    Marek Vasut
     

28 May, 2012

1 commit

  • This is an sh2a device (max 266MHz) with FPU, video display
    controller (VDC), 8 serial ports, 4 I2C channels, 3 CAN ports,
    SD and on-chip USB.

    The RSK2+SH7269 board uses the SH7269 processor. It is often
    referred to as just rsk7269.

    Signed-off-by: Phil Edworthy
    Signed-off-by: Nobuhiro Iwamatsu

    Phil Edworthy
     

11 Jan, 2011

1 commit


21 Dec, 2010

1 commit

  • It can be optimised out by the compiler otherwise resulting
    in obscure errors like a board not booting.

    This has been documented in README since 2006 when these were
    first fixed up for GCC 4.x.

    Signed-off-by: John Rigby

    Fix some additional places.

    Signed-off-by: Wolfgang Denk
    Acked-By: Albert ARIBAUD

    John Rigby
     

16 Jan, 2009

2 commits


10 Dec, 2008

1 commit


19 Sep, 2008

1 commit


31 Aug, 2008

2 commits


13 Aug, 2008

1 commit


09 Jun, 2008

1 commit

  • SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
    but only SCIF2 is different. This patch work all SCIF channel.

    Signed-off-by: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Nobuhiro Iwamatsu
     

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
     

28 Mar, 2008

4 commits


17 Jan, 2008

1 commit


15 Jan, 2008

2 commits


27 Dec, 2007

1 commit


07 Dec, 2007

1 commit