24 Dec, 2009

1 commit


25 Nov, 2009

1 commit

  • The sh-sci code conditionalized the clock framework support in order to
    give the other platforms a chance to catch up. sh64 supported this some
    time ago and the forthcoming ARM changes handle this as well, this leaves
    h8300 as the odd one out. H8300 has had since 2.5 to merge it's sh-sci
    support upstream, and has yet to do so. At this point I will no longer be
    holding back the driver to support an unreponsive architecture, 7 years
    is quite enough of a grace period. Support is easily implemented on the
    architecture if and when it ever decides to merge its changes upstream.

    Signed-off-by: Paul Mundt

    Paul Mundt
     

21 Aug, 2009

1 commit


09 May, 2009

1 commit


08 May, 2009

1 commit


16 Apr, 2009

1 commit


03 Mar, 2009

1 commit

  • This adds preliminary support for the SH7786 CPU subtype.

    While this is a dual-core CPU, only UP is supported for now. L2 cache
    support is likewise not yet implemented.

    More information on this particular CPU subtype is available at:

    http://www.renesas.com/fmwk.jsp?cnt=sh7786_root.jsp&fp=/products/mpumcu/superh_family/sh7780_series/sh7786_group/

    Signed-off-by: Kuninori Morimoto
    Signed-off-by: Paul Mundt

    Kuninori Morimoto
     

12 Feb, 2009

2 commits


27 Jan, 2009

1 commit

  • This patch updates the SuperH gpio code to make use of gpiolib. The
    gpiolib callbacks get() and set() are lockless, but we use our own
    spinlock for the other operations to make sure hardware register
    bitfield accesses stay atomic.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     

21 Jan, 2009

2 commits


22 Dec, 2008

3 commits


12 Nov, 2008

1 commit


31 Oct, 2008

4 commits


28 Oct, 2008

3 commits


20 Oct, 2008

1 commit


02 Oct, 2008

3 commits


01 Oct, 2008

1 commit


29 Jul, 2008

1 commit

  • As noted by Manuel:

    Commit c63847a3621d2bac054f5709783860ecabd0ee7e ("sh: Add
    SCIF2 support for SH7763.") broke build with CONFIG_EARLY_PRINTK
    enabled for me (SH7760):

    CC arch/sh/kernel/early_printk.o
    /mnt/work/sh7760/kernel/linux-2.6.git/arch/sh/kernel/early_printk.c: In function 'scif_sercon_putc':
    /mnt/work/sh7760/kernel/linux-2.6.git/arch/sh/kernel/early_printk.c:84: error: implicit declaration of function 'sci_SCFDR_in'

    Move the SH7763 definitions out on their own, so they don't create additional
    confusion within the SH7760/SH7780/SH7785 block. Restore the deleted
    SCFDR definition for these parts.

    Reported-by: Manuel Lauss
    Signed-off-by: Paul Mundt

    Paul Mundt
     

28 Jul, 2008

1 commit


08 May, 2008

3 commits


19 Apr, 2008

1 commit


14 Feb, 2008

2 commits


28 Jan, 2008

4 commits