22 Oct, 2008

1 commit

  • Platforms like ARM Ltd's RealView require the IRQ polarity bit to be set
    for the SMC9118 chip. This patch allows the dynamic configuration via
    the smc911x_platdata structure.

    This patch also changes the smc91x_platdata structure name to the
    correct smc911x_platdata in the smc911x_drv_probe() function.

    Signed-off-by: Catalin Marinas
    Signed-off-by: Jeff Garzik

    Catalin Marinas
     

12 Jun, 2008

1 commit

  • This patch adds a new header file for platform data information
    together with code that adds run time bus width and irq flag support.

    Signed-off-by: Magnus Damm
    Cc: Jeff Garzik
    Cc: Paul Mundt
    Signed-off-by: Andrew Morton
    Signed-off-by: Jeff Garzik

    Magnus Damm