From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 12:25:37 +0800 Subject: [PATCH v6 073/102] spi: ich: Support hardware sequencing In-Reply-To: <20191206213936.v6.73.If129d2942365c2d0e3808046ace4c39897e70ec3@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.73.If129d2942365c2d0e3808046ace4c39897e70ec3@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:51 PM Simon Glass wrote: > > Apollo Lake (APL) only supports hardware sequencing. Add support for this > into the SPI driver, as an option. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > > --- > > Changes in v6: > - Add a comment as to why dev_read_bool() is not used > > Changes in v5: None > Changes in v4: > - Fix comment for exec_sync_hwseq_xfer() > - apollolake -> Apollo Lake > > Changes in v3: None > Changes in v2: None > > drivers/spi/ich.c | 209 +++++++++++++++++++++++++++++++++++++++++++++- > drivers/spi/ich.h | 39 +++++++++ > 2 files changed, 245 insertions(+), 3 deletions(-) > applied to u-boot-x86/next, thanks!