31 Jul, 2006

1 commit

  • Now that get_property() returns a void *, there's no need to cast its
    return value. Also, treat the return value as const, so we can
    constify get_property later.

    powermac platform & macintosh driver changes.

    Built for pmac32_defconfig, g5_defconfig

    Signed-off-by: Jeremy Kerr
    Signed-off-by: Paul Mackerras

    Jeremy Kerr
     

07 Jul, 2006

1 commit


28 Jun, 2006

1 commit

  • This patch removes the old pmac ide led blink code and
    adds generic LED subsystem support for the LED.

    It maintains backward compatibility with the old
    BLK_DEV_IDE_PMAC_BLINK Kconfig option which now
    simply selects the new code and influences the
    default trigger.

    Signed-off-by: Johannes Berg
    Acked-by: Benjamin Herrenschmidt
    Signed-off-by: Paul Mackerras

    Johannes Berg