
4 Apr
2013
4 Apr
'13
10:14 p.m.
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan tyanh@chromium.org wrote:
This patch adds SPI support for carrying out the cros_ec protocol.
Signed-off-by: Hung-ying Tyan tyanh@chromium.org Signed-off-by: Randall Spangler rspangler@chromium.org Signed-off-by: Simon Glass sjg@chromium.org
Acked-by: Simon Glass sjg@chromium.org
Changes in v4:
- Removed old code and comment.
Changes in v3: None Changes in v2:
- Fixed warnings of exceeding 80 chars in a line.
- Added commit message.
- Dropped the period from commit subject.
drivers/misc/Makefile | 1 + drivers/misc/cros_ec_spi.c | 161 +++++++++++++++++++++++++++++++++++++++++++++ drivers/spi/exynos_spi.c | 22 +++++++ include/spi.h | 16 +++++ 4 files changed, 200 insertions(+) create mode 100644 drivers/misc/cros_ec_spi.c