summaryrefslogtreecommitdiff
path: root/drivers/i2c/soft_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-30i2c: Remove unused additional legacy soft i2c bus supportTom Rini1-77/+0
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-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
2018-04-06soft_i2c: cleanup - no mpc8xx supportChristophe Leroy1-3/+0
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy1-4/+0
2017-07-08powerpc, 8xx: Migrate to KconfigChristophe Leroy1-1/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-2/+3
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-9/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-3/+0
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass1-0/+3
2015-11-13i2c: soft_i2c: Fix bus indizesDirk Eibach1-10/+10
2015-11-13hrcon: Add fan controllersDirk Eibach1-0/+28
2015-11-13hrcon: Add support for the DH variantDirk Eibach1-0/+28
2014-02-06ARM: IXP: Remove the IXP architecture supportMarek Vasut1-3/+0
2013-11-14i2c: switch from AT91 legacy to ATMEL legacyAndreas Bießmann1-1/+1
2013-08-03i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEEDMarek Vasut1-4/+4
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-47/+57
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-47/+57
2012-12-12soft_i2c: add necessary includes for AVR32Andreas Bießmann1-0/+3
2012-10-27arm: Remove support for lpc2292Marek Vasut1-3/+0
2011-10-01console: Squelch pre-console output in console functionsGraeme Russ1-1/+0
2011-04-28i2c, soft_i2c: deblock bus if switching to another i2c busHeiko Schocher1-0/+1
2011-01-27Fix at91 includes in soft_i2c driverRyan Mallon1-3/+1
2010-07-22i2c: soft_i2c: add simple GPIO implementationMike Frysinger1-0/+52
2010-02-12convert common files to new SoC accessJens Scharsig1-5/+6
2009-11-23at91: Extended soft_i2c driver for AT91SAM9263 SoCDaniel Gorsulowski1-0/+5
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser1-14/+0
2009-03-31soft_i2c.c compiler/linker errorJens Scharsig1-5/+1
2009-03-188xx: add support for new keymile kmsupx4 board.Heiko Schocher1-1/+1
2009-01-28soft_i2c.c add option for repeated start in i2c_read()Andrew Dyer1-1/+11
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk1-1/+0
2008-12-16i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-19/+0
2008-12-09Section name should be ".data", not "data"Trent Piepho1-1/+1
2008-10-18mgsuvd: fix compiler warning when using soft_i2c driverHeiko Schocher1-0/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-9/+9
2008-10-18I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher1-1/+14
2008-10-18soft_i2c: Add CFG_I2C_INIT_BOARD optionHeiko Schocher1-0/+11
2008-10-18soft_i2c: prevent compiler warnings if driver does not use CPU Pins.Heiko Schocher1-37/+6
2008-10-18i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.Heiko Schocher1-0/+36
2008-08-29soft_i2c: move to drivers/i2cJean-Christophe PLAGNIOL-VILLARD1-0/+423