28 Jul, 2014

1 commit

  • The MAC_MAX_CONTEXT_SIZE macro was not enclosed into parenthesis,
    which might have caused hard to debug errors, and caused a sparse
    warning.

    Since it is unused, we might as well remove it.

    Signed-off-by: Guillaume Clement
    Signed-off-by: Greg Kroah-Hartman

    Guillaume Clement
     

23 Jul, 2014

1 commit

  • PortOffset was an unsigned long, but used as an pointer to io
    memory. Sometimes it was not properly cast before use, which caused
    many warning by sparse.

    By updating its type to void __iomem *, and reflecting the changes
    where it is needed, this removes most of those warnings.

    Signed-off-by: Guillaume Clement
    Signed-off-by: Greg Kroah-Hartman

    Guillaume Clement
     

16 May, 2014

1 commit


09 Mar, 2014

1 commit


26 Mar, 2013

2 commits


19 Mar, 2013

1 commit


05 Sep, 2012

1 commit


10 Jul, 2012

1 commit


03 Aug, 2010

1 commit


25 Jun, 2010

3 commits


23 Jun, 2010

1 commit


19 Jun, 2010

3 commits


12 May, 2010

1 commit


16 Sep, 2009

2 commits


20 Jun, 2009

1 commit

  • Add pristine upstream vt6655 driver sources to drivers/staging/vt6655. These
    files were literally copied from the driver directory in the upstream source
    archive, available here:

    http://www.viaarena.com/Driver/vt6655_linux_src_v1.19.12_x86.zip

    Signed-off-by: Forest Bond
    Signed-off-by: Greg Kroah-Hartman

    Forest Bond