summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/rk_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-1/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+2
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* rockchip: i2c: don't sent stop bit after each messageVasily Khoruzhick2019-11-231-2/+3
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-3/+3
* rockchip: i2c: enable i2c controller for rk3066 and rk3188Alexander Kochetkov2018-07-211-5/+89
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* rockchip: i2c: rk3328: support i2c for rk3328 SoCElaine Zhang2017-10-011-0/+1
* rockchip: i2c: Convert to livetreePhilipp Tomsich2017-09-181-1/+1
* rockchip: i2c: fix >32 byte readsWadim Egorov2017-09-051-3/+16
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* rockchip: i2c: Enable i2c for rk3399eric.gao@rock-chips.com2017-04-151-0/+1
* rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socsHeiko Stübner2017-04-041-0/+2
* rockchip: i2c: fix >32 byte writesJohn Keeping2016-09-131-2/+2
* rockchip: i2c: move register write out of inner loopJohn Keeping2016-09-131-2/+2
* rockchip: i2c: use named constant when appropriateJohn Keeping2016-09-131-1/+1
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-4/+2
* rockchip: i2c: Update the driver to use the new clock IDSimon Glass2016-01-211-16/+22
* rockchip: Add I2C driverSimon Glass2015-09-021-0/+391