summaryrefslogtreecommitdiff
path: root/drivers/i2c/sh_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-30rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini1-5/+5
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt1-1/+1
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-04-14i2c: sh_i2c: bugfix: i2c probe command does not workTetsuyuki Kobayashi1-1/+3
2013-11-13i2c: sh_i2c: Update to new CONFIG_SYS_I2C frameworkNobuhiro Iwamatsu1-163/+131
2013-10-17i2c: sh_i2c: Avoid using I2C prior to relocationNobuhiro Iwamatsu1-2/+8
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2012-10-16i2c: sh_i2c: use setbits/clrbits macroTetsuyuki Kobayashi1-4/+4
2012-10-16i2c: sh_i2c.c: check error in i2c_read and i2c_writeTetsuyuki Kobayashi1-18/+32
2012-10-16i2c: sh_i2c: enable i2c_probeTetsuyuki Kobayashi1-5/+27
2012-10-16i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi1-0/+15
2012-10-16i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi1-0/+4
2012-10-16i2c: sh_i2c.c: correct BUSY bit define in ICSRTetsuyuki Kobayashi1-1/+1
2012-10-16i2c: sh_i2c.c: support iccl and icch extensionTetsuyuki Kobayashi1-8/+22
2012-10-03i2c: sh: Remove irq_wait functionNobuhiro Iwamatsu1-16/+0
2011-11-24i2c: sh: Add support I2C for Renesas SHNobuhiro Iwamatsu1-0/+292