#ifndef IOSCHED_H #define IOSCHED_H extern void ioprio_print(void); extern void set_ioprio_rt(void); extern void set_ioprio_be(void); #endif /* IOSCHED_H */ t>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2016-07-06 12:08:11 +0300
committerMark Brown <broonie@kernel.org>2016-07-07 11:47:11 +0200
commit152bc19e2fc2b7fce7ffbc2a9cea94b147223702 (patch)
tree67218005bf4dff25dfc0df65f641c27866098bd3
parent1a695a905c18548062509178b98bc91e67510864 (diff)
spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark
It seems the commit e5262d0568dc ("spi: spi-pxa2xx: SPI support for Intel Quark X1000") misses one place to be adapted for Intel Quark, i.e. in reset_sccr1(). Clear all RFT bits when call reset_sccr1() on Intel Quark. Fixes: e5262d0568dc ("spi: spi-pxa2xx: SPI support for Intel Quark X1000") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org