• B
    ARM: SAMSUNG: Make ADC client SMP safe · 1f1f584c
    Ben Dooks 提交于
    Change local_irq disable calls to use spinlocks to ensure that the
    ADC driver data is protected against multiple access..
    
    Note, this does not protect the client's data, and the client should
    ensure it does not make multiple calls to the ADC driver.
    Signed-off-by: NBen Dooks <ben-linux@fluff.org>
    1f1f584c
adc.c 10.5 KB