]> Git Repo - J-u-boot.git/commit - drivers/i2c/rk_i2c.c
rockchip: Add I2C driver
authorSimon Glass <[email protected]>
Sun, 30 Aug 2015 22:55:39 +0000 (16:55 -0600)
committerSimon Glass <[email protected]>
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 <[email protected]>
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]
This page took 0.0344 seconds and 4 git commands to generate.