aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/rcar_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07i2c: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-04-07i2c: rcar_i2c: Add R-Car Gen4 supportHai Pham1-0/+1
2021-09-28i2c: rcar_i2c: Enable configuring SCL rise and fall timesAdam Ford1-1/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-01i2c: rcar_i2c: Fix i2c read/write errorsLad Prabhakar1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-27i2c: Update drivers to use enum for speedSimon Glass1-1/+1
2019-03-08i2c: rcar_i2c: Move FSDA check to rcar_i2c_recoverIsmael Luceno Cortes1-5/+6
2019-03-08i2c: rcar_i2c: Set the slave address from rcar_i2c_xferIsmael Luceno Cortes1-9/+5
2019-03-08i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xferIsmael Luceno Cortes1-1/+1
2019-03-08i2c: rcar_i2c: Fix sending of slave addressesIsmael Luceno Cortes1-1/+3
2019-03-08i2c: rcar_i2c: Add comments about registers & valuesIsmael Luceno Cortes1-21/+26
2019-03-08i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speedIsmael Luceno Cortes1-3/+6
2019-03-07i2c: rcar_i2c: Add Gen3 SoC supportMarek Vasut1-5/+18
2018-05-20i2c: rcar_i2c: Add DM and DT capable I2C driverMarek Vasut1-0/+353
2018-05-20i2c: rcar_i2c: Remove the driverMarek Vasut1-292/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass1-0/+3
2014-11-10i2c: rcar_i2c: Fix order of restart and clear statusNobuhiro Iwamatsu1-2/+2
2014-01-13rcar_i2c: Clear status before start master receiveNobuhiro Iwamatsu1-0/+2
2014-01-13rcar_i2c: Fix receiving wait conditionHisashi Nakamura1-2/+2
2013-10-17i2c: Add support for Renesas rcarNobuhiro Iwamatsu1-0/+288