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
     

26 Mar, 2013

1 commit


19 Mar, 2013

1 commit


03 Aug, 2010

1 commit


25 Jun, 2010

2 commits


23 Jun, 2010

1 commit


19 Jun, 2010

2 commits


12 May, 2010

1 commit


16 Sep, 2009

3 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