From 10c5a8425968f8a43b7039ce6261367fc992289f Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Thu, 13 Mar 2014 19:07:43 -0700 Subject: [PATCH] i2c: qup: New bus driver for the Qualcomm QUP I2C controller This bus driver supports the QUP i2c hardware controller in the Qualcomm SOCs. The Qualcomm Universal Peripheral Engine (QUP) is a general purpose data path engine with input/output FIFOs and an embedded i2c mini-core. The driver supports FIFO mode (for low bandwidth applications) and block mode (interrupt generated for each block-size data transfer). Signed-off-by: Ivan T. Ivanov Signed-off-by: Bjorn Andersson Reviewed-by: Andy Gross Tested-by: Philip Elcan [wsa: removed needless IS_ERR_VALUE] Signed-off-by: Wolfram Sang --- Reading git-format-patch failed