summaryrefslogtreecommitdiff
path: root/drivers/i2c/rcar_i2c.c
AgeCommit message (Expand)Author
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-01i2c: rcar_i2c: Fix i2c read/write errorsLad Prabhakar
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-27i2c: Update drivers to use enum for speedSimon Glass
2019-03-08i2c: rcar_i2c: Move FSDA check to rcar_i2c_recoverIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Set the slave address from rcar_i2c_xferIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xferIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Fix sending of slave addressesIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Add comments about registers & valuesIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speedIsmael Luceno Cortes
2019-03-07i2c: rcar_i2c: Add Gen3 SoC supportMarek Vasut
2018-05-20i2c: rcar_i2c: Add DM and DT capable I2C driverMarek Vasut
2018-05-20i2c: rcar_i2c: Remove the driverMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass
2014-11-10i2c: rcar_i2c: Fix order of restart and clear statusNobuhiro Iwamatsu
2014-01-13rcar_i2c: Clear status before start master receiveNobuhiro Iwamatsu
2014-01-13rcar_i2c: Fix receiving wait conditionHisashi Nakamura
2013-10-17i2c: Add support for Renesas rcarNobuhiro Iwamatsu