Re: [PATCH v5 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

2018-10-02 Thread Doug Anderson
Hi, On Mon, Oct 1, 2018 at 6:32 PM Ryan Case wrote: > +#include Don't need unaligned.h any more do you? > +#define RD_FIFO_CFG0x0028 > +#define CONTINUOUS_MODEBIT(0) > + > +#define RD_FIFO_RESET 0x0030 > +#define RESET_FIFO BIT(0) > + > +#defin

[PATCH v5 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

2018-10-01 Thread Ryan Case
From: Girish Mahadevan New driver for Qualcomm QuadSPI(QSPI) controller that is used to communicate with slaves such as flash memory devices. The QSPI controller can operate in 2 or 4 wire mode but only supports SPI Mode 0. The controller can also operate in Single or Dual data rate modes. Signe