• P
    spi: dw: Make debugfs use bus num and make irq name unique · e70002c8
    Phil Reid 提交于
    Instead of using device name it was suggested that bus number was more
    appropriate to differentiate debugfs names. Also reduce buffer size to
    more realistic 32 bytes instead of 128.
    
    When request_irq is called the bus number may not be assigned. Therefore
    the irq name was not unique when dynamic bus number was being used.
    As per most of the spi drivers use the device name instead. No other
    use of dws->name could be found so it was removed.
    Signed-off-by: NPhil Reid <preid@electromag.com.au>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    e70002c8
spi-dw.c 14.5 KB