22 Mar, 2006

2 commits


04 Jan, 2006

2 commits


25 Nov, 2005

1 commit

  • Unfortunately, we have a symbol clash between the SA-1100 header and
    some drivers. Since everywhere which needs SA1100 specifics includes
    asm/hardware.h, we don't need to include it in the SA1100 io.h header.

    In file included from drivers/net/wireless/wavelan_cs.p.h:459,
    from drivers/net/wireless/wavelan_cs.c:60:
    drivers/net/wireless/wavelan_cs.h:97:1: warning: "LCSR" redefined
    In file included from include/asm/arch/hardware.h:56,
    from include/asm/hardware.h:16,
    from include/asm/arch/io.h:13,
    from include/asm/io.h:71,
    from drivers/net/wireless/wavelan_cs.p.h:433,
    from drivers/net/wireless/wavelan_cs.c:60:
    include/asm/arch/SA-1100.h:1907:1: warning: this is the location of the previous definition

    Signed-off-by: Russell King

    Russell King
     

17 Nov, 2005

1 commit


30 Oct, 2005

1 commit


28 Oct, 2005

2 commits


15 Sep, 2005

1 commit


09 Sep, 2005

1 commit

  • Patch from Nicolas Pitre

    It used to make a difference in the gcc-2.95 era. However these days
    modern gcc apparently got better at not being influenced by such constructs
    (which is good in general) and therefore such workaround is of no real
    advantage anymore.
    The good news is that gcc (from version 4.1.0) is now fixed with
    regards to the defficiency this workaround was trying to address.
    For those interested the patch can easily be backported to older gcc
    versions and can be found here:
    http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/arm.c.diff?r1=1.476&r2=1.478
    and also here:
    http://savannah.gnu.org/cgi-bin/viewcvs/gcc/gcc/gcc/config/arm/arm.c.diff?r1=text&tr1=1.476&r2=text&tr2=1.478&diff_format=u

    Signed-off-by: Nicolas Pitre
    Signed-off-by: Russell King

    Nicolas Pitre
     

18 Aug, 2005

1 commit


07 Jul, 2005

1 commit


03 May, 2005

1 commit


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