commit | 3c8b85b340c7a6b47d50c12c03661c23a5858b88 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Thu Mar 20 09:20:36 2014 +0000 |
committer | Brian Norris <computersforpeace@gmail.com> | Thu Mar 20 04:17:14 2014 -0700 |
tree | 3023497f1e5d493abb80d3c03428b707a2eef19c | |
parent | 86f309fd8fb291039a3776593a0b2a9d86c895ab [diff] |
mtd: st_spi_fsm: Supply framework for device requests The FSM hardware works by setting a predetermined sequence of register writes. Rather than open coding them inside each functional block we're going to define them in a series of formatted 'sequence structures'. This patch provides the framework which shall be used for every action. Acked-by Angus Clark <angus.clark@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>