]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: Add I2C driver
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:39 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:24 +0000 (21:28 -0600)
commit3437469985df7c5403fa6e29b224e84c63bdbd52
tree11d10a216df78becb0f01ed08e5caa20800cb03c
parent2444dae587815e5ba14cb27c32f57bc3b3bbed1d
rockchip: Add I2C driver

Add an I2C driver for the Rockchip RK3288, using driver model. It should work
for other Rockchip SoCs also.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/i2c.h [new file with mode: 0644]
drivers/i2c/Kconfig
drivers/i2c/Makefile
drivers/i2c/rk_i2c.c [new file with mode: 0644]