summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/rcar_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* i2c: rcar_i2c: Fix i2c read/write errorsLad Prabhakar2020-10-011-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* i2c: Update drivers to use enum for speedSimon Glass2020-01-271-1/+1
* i2c: rcar_i2c: Move FSDA check to rcar_i2c_recoverIsmael Luceno Cortes2019-03-081-5/+6
* i2c: rcar_i2c: Set the slave address from rcar_i2c_xferIsmael Luceno Cortes2019-03-081-9/+5
* i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xferIsmael Luceno Cortes2019-03-081-1/+1
* i2c: rcar_i2c: Fix sending of slave addressesIsmael Luceno Cortes2019-03-081-1/+3
* i2c: rcar_i2c: Add comments about registers & valuesIsmael Luceno Cortes2019-03-081-21/+26
* i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speedIsmael Luceno Cortes2019-03-081-3/+6
* i2c: rcar_i2c: Add Gen3 SoC supportMarek Vasut2019-03-071-5/+18
* i2c: rcar_i2c: Add DM and DT capable I2C driverMarek Vasut2018-05-201-0/+353
* i2c: rcar_i2c: Remove the driverMarek Vasut2018-05-201-292/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: i2c: Add a note to I2C drivers which need conversionSimon Glass2016-12-051-0/+3
* i2c: rcar_i2c: Fix order of restart and clear statusNobuhiro Iwamatsu2014-11-101-2/+2
* rcar_i2c: Clear status before start master receiveNobuhiro Iwamatsu2014-01-131-0/+2
* rcar_i2c: Fix receiving wait conditionHisashi Nakamura2014-01-131-2/+2
* i2c: Add support for Renesas rcarNobuhiro Iwamatsu2013-10-171-0/+288