]> asedeno.scripts.mit.edu Git - linux.git/commit
bus: qcom: add EBI2 driver
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 7 Jul 2016 22:11:02 +0000 (00:11 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Sep 2016 13:27:05 +0000 (15:27 +0200)
commit335a127548081322bd2b294d715418648912f20c
tree314355fb416aebe0782c98826646d2f8d72a505f
parent7e525b7dac5849c394513e321105add5d2cbc358
bus: qcom: add EBI2 driver

This adds a driver for the Qualcomm External Bus Interface EBI2
found in the MSM8660 and APQ8060 SoCs (at least).

This was tested with the SMSC9112 ethernet on the APQ8060
Dragonboard sitting on top of the SLOW CS2.

Some of my understanding if very vague and based on guesses and
extrapolations: the documentation in APQ8060 Qualcomm Application
Processor User Guide 80-N7150-14 Rev. A describes select features but
does not document the register bit fields.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/qcom-ebi2.c [new file with mode: 0644]