12 Sep, 2009

1 commit


02 Sep, 2009

1 commit


06 Jul, 2009

1 commit

  • AMBA device resources were being reported as:

    10004000-10004fff :

    This is because dev_name() was returning NULL prior to device_register.
    Ensure that the struct device is properly initialized, and the name is
    set before adding it to the device tree.

    Signed-off-by: Russell King

    Russell King
     

25 Mar, 2009

1 commit


09 Jan, 2009

1 commit

  • arch/arm/mach-realview/platsmp.c:140: error: 'jiffies' undeclared (first use in this function)
    drivers/amba/bus.c:246: error: 'NO_IRQ' undeclared (first use in this function)

    Signed-off-by: Russell King

    Russell King
     

13 Oct, 2007

1 commit

  • This changes the uevent buffer functions to use a struct instead of a
    long list of parameters. It does no longer require the caller to do the
    proper buffer termination and size accounting, which is currently wrong
    in some places. It fixes a known bug where parts of the uevent
    environment are overwritten because of wrong index calculations.

    Many thanks to Mathieu Desnoyers for finding bugs and improving the
    error handling.

    Signed-off-by: Kay Sievers
    Cc: Mathieu Desnoyers
    Cc: Cornelia Huck
    Signed-off-by: Greg Kroah-Hartman

    Kay Sievers
     

28 Apr, 2007

1 commit


30 Nov, 2006

1 commit


28 Jun, 2006

1 commit


09 Jan, 2006

1 commit


07 Jan, 2006

1 commit