index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
i2c: switch from AT91 legacy to ATMEL legacy
Andreas Bießmann
2013-11-13
1
-1
/
+1
*
|
|
i2c: samsung: register i2c busses for Exynso5420 and Exynos5250
Naveen Krishna Ch
2013-12-06
1
-48
/
+176
*
|
|
arm: omap: i2c: don't zero cnt in i2c_write
Nikita Kiryanov
2013-12-05
1
-6
/
+0
*
|
|
i2c: fti2c010: serial out r/w address in MSB order
Kuo-Jung Su
2013-12-05
1
-8
/
+18
*
|
|
i2c: fti2c010: migrate to new i2c model
Kuo-Jung Su
2013-12-05
1
-166
/
+133
*
|
|
i2c: fti2c010: cosmetic: coding style cleanup
Kuo-Jung Su
2013-12-05
1
-15
/
+16
*
|
|
driver:i2c:s3c24x0: fix clock init for hsi2c
Piotr Wilczek
2013-12-05
1
-1
/
+3
*
|
|
driver:i2c:s3c24x0: adapt driver to new i2c
Piotr Wilczek
2013-12-05
2
-57
/
+97
|
|
/
|
/
|
*
|
designware_i2c: remove 10msec delay in i2c_xfer_finish
Alexey Brodkin
2013-11-13
1
-3
/
+0
*
|
designware_i2c: disable i2c controller during target address setup
Alexey Brodkin
2013-11-13
1
-0
/
+12
*
|
i2c, omap1510: remove i2c driver
Heiko Schocher
2013-11-13
2
-278
/
+0
*
|
i2c, zynq: convert zynq i2c driver to new multibus/multiadapter framework
Heiko Schocher
2013-11-13
2
-14
/
+17
*
|
i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework
Heiko Schocher
2013-11-13
2
-66
/
+110
*
|
i2c: mxs_i2c: Squash endless loop
Marek Vasut
2013-11-13
1
-3
/
+12
*
|
i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework
Nobuhiro Iwamatsu
2013-11-13
2
-164
/
+132
|
/
*
drivers: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
1
-46
/
+24
*
i2c: eliminate warnings in i2c_reloc_fixup function
Masahiro Yamada
2013-10-17
1
-7
/
+5
*
i2c: s3c24xx: add hsi2c controller support
Naveen Krishna Ch
2013-10-17
2
-51
/
+616
*
exynos: i2c: Change FDT bus setup code to enumerate ports correctly
Simon Glass
2013-10-17
2
-7
/
+19
*
exynos: i2c: Fix i2c driver to handle NACKs properly
Naveen Krishna Ch
2013-10-17
1
-124
/
+90
*
Fix: nommu I2C adapter relocation error
Jens Scharsig (BuS Elektronik)
2013-10-17
1
-4
/
+0
*
i2c: sh_i2c: Avoid using I2C prior to relocation
Nobuhiro Iwamatsu
2013-10-17
1
-2
/
+8
*
i2c, core: optimze i2c_set_bus_num()
Heiko Schocher
2013-10-17
1
-8
/
+10
*
i2c: Add support for Renesas rcar
Nobuhiro Iwamatsu
2013-10-17
2
-0
/
+289
*
i2c: Zynq: Support for TI PCA9548 bus multiplexer
Michael Burr
2013-10-17
1
-0
/
+5
*
i2c: mxc: move to new subsystem
trem
2013-10-17
2
-60
/
+79
*
drivers: s3c44b0_i2c: delete an unused driver
Masahiro Yamada
2013-09-19
2
-300
/
+0
*
fsl_i2c: add workaround for the erratum I2C A004447
Chunhe Lan
2013-08-20
1
-3
/
+11
*
fsl_i2c: generate nine pulses on SCL if the I2C bus is hung
Chunhe Lan
2013-08-20
1
-2
/
+57
*
tegra: Avoid using I2C prior to relocation
Simon Glass
2013-08-13
1
-0
/
+4
*
i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED
Marek Vasut
2013-08-03
1
-4
/
+4
*
drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiers
Tom Rini
2013-07-25
3
-17
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2013-07-24
9
-333
/
+1236
|
\
|
*
i2c: add Faraday FTI2C010 I2C controller support
Kuo-Jung Su
2013-07-23
3
-0
/
+451
|
*
I2C: mxc_i2c: Add support for Vybrid VF610 platform
Alison Wang
2013-07-23
1
-7
/
+55
|
*
i2c, ppc4xx_i2c: switch to new multibus/multiadapter support
Dirk Eibach
2013-07-23
2
-98
/
+97
|
*
tegra: i2c: Enable new CONFIG_SYS_I2C framework
Simon Glass
2013-07-23
2
-49
/
+33
|
*
tegra: i2c: Add function to know about current bus
Simon Glass
2013-07-23
1
-17
/
+61
|
*
i2c, fsl_i2c: switch to new multibus/multiadapter support
Heiko Schocher
2013-07-23
2
-134
/
+86
|
*
i2c, soft-i2c: switch to new multibus/multiadapter support
Heiko Schocher
2013-07-23
2
-48
/
+58
|
*
i2c: add i2c_core and prepare for new multibus support
Heiko Schocher
2013-07-23
2
-0
/
+415
*
|
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
23
-376
/
+23
|
/
*
i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0
Reinhard Pfau
2013-07-16
1
-3
/
+6
*
EXYNOS: Resolve the i2c compilation error
Amar
2013-07-10
1
-8
/
+1
*
EXYNOS5: I2C: Add FDT and non-FDT support for I2C
Amar
2013-06-24
1
-2
/
+10
*
ARM: OMAP: I2C: New read, write and probe functions
Lubomir Popov
2013-06-10
1
-191
/
+299
*
i2c: zynq: Add support for Xilinx Zynq
Michal Simek
2013-04-30
2
-0
/
+307
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-03-18
1
-5
/
+37
|
\
|
*
Tegra: I2C: Add T114 clock support to tegra_i2c driver
Tom Warren
2013-03-14
1
-5
/
+37
*
|
I2C: S3C24X0: Bug fixes in i2c_transfer
Rajeshwari Shinde
2013-03-12
1
-8
/
+6
[prev]
[next]