On Fri, Mar 30, 2018 at 10:08 AM Karthikeyan Ramasubramanian < [email protected]> wrote:
> This driver manages the Generic Interface (GENI) firmware based Qualcomm > Universal Peripheral (QUP) Wrapper. GENI based QUP is the next generation > programmable module composed of multiple Serial Engines (SE) and supports > a wide range of serial interfaces like UART, SPI, I2C, I3C, etc. This > driver also enables managing the serial interface independent aspects of > Serial Engines. > Signed-off-by: Karthikeyan Ramasubramanian <[email protected]> > Signed-off-by: Sagar Dharia <[email protected]> > Signed-off-by: Girish Mahadevan <[email protected]> > --- > drivers/soc/qcom/Kconfig | 9 + > drivers/soc/qcom/Makefile | 1 + > drivers/soc/qcom/qcom-geni-se.c | 748 ++++++++++++++++++++++++++++++++++++++++ > include/linux/qcom-geni-se.h | 425 +++++++++++++++++++++++ > 4 files changed, 1183 insertions(+) > create mode 100644 drivers/soc/qcom/qcom-geni-se.c > create mode 100644 include/linux/qcom-geni-se.h Reviewed-by: Evan Green <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
