On Fri, Jun 28, 2013 at 11:45:56AM -0700, H Hartley Sweeten wrote: > The SPI core provides infrastructure for standard message queueing. Use > that instead of handling it in the driver. > > Signed-off-by: H Hartley Sweeten <[email protected]> > Cc: Ryan Mallon <[email protected]> > Cc: Mika Westerberg <[email protected]> > Cc: Mark Brown <[email protected]> > Cc: Grant Likely <[email protected]> > --- > drivers/spi/spi-ep93xx.c | 164 > ++++++----------------------------------------- > 1 file changed, 19 insertions(+), 145 deletions(-)
Nice reduction of code lines! Thanks for doing this. Acked-by: Mika Westerberg <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

