Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
70fe24ed93fa90eb407d18a5fc9d9ad85ac9184c
/
drivers
/
i2c
2ca0299
mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer sunxi SoCs"
by Hans de Goede
· 9 years ago
0c7645b
x86: ivybridge: Use the I2C driver to perform SMbus init
by Simon Glass
· 9 years ago
abb0b01
x86: i2c: Add a stub driver for Intel I2C/SMbus
by Simon Glass
· 9 years ago
4082fce
dm: i2c: Allow muxes to be enabled for SPL separately
by Simon Glass
· 9 years ago
930bc37
rockchip: i2c: Update the driver to use the new clock ID
by Simon Glass
· 9 years ago
9d08268
sunxi: Add support for the I2C controller which is part of the PRCM
by Jelle van der Waa
· 9 years ago
904dfbf
i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs
by Hans de Goede
· 9 years ago
5b8031c
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
81e33f4
arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
by Stefan Roese
· 9 years ago
f1993ca
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
aee3fdd
i2c: mxc: add a condition in case the parameter is NULL
by Gong Qianyu
· 9 years ago
0305be1
Kconfig: i2c: Fix indentation
by Michal Simek
· 9 years ago
61d815a
Kconfig: i2c: Fix typo Suport -> Support
by Michal Simek
· 9 years ago
f300dcc
i2c, avr32: fix compiler warning "input is not relaxable"
by Heiko Schocher
· 9 years ago
24b852a
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
37b3325
i2c: soft_i2c: Fix bus indizes
by Dirk Eibach
· 9 years ago
5c3b6dc
hrcon: Add fan controllers
by Dirk Eibach
· 9 years ago
7ed45d3
hrcon: Add support for the DH variant
by Dirk Eibach
· 9 years ago
4574915
i2c: ihs_i2c: Fix hold_bus control
by Dirk Eibach
· 9 years ago
3af0cdb
i2c: ihs_i2c: Use macro bestpractices
by Dirk Eibach
· 9 years ago
071be89
i2c: ihs_i2c: Dual channel support
by Dirk Eibach
· 9 years ago
588eec2
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
9f3183d
armv8/fsl_lsch3: Change arch to fsl-layerscape
by Mingkai Hu
· 9 years ago
009902a
i2c: Instantiate I2C controllers when selected
by Michal Simek
· 9 years ago
03544c6
I2C: mxc_i2c: make I2C1 and I2C2 optional
by Albert ARIBAUD \\(3ADEV\\)
· 9 years ago
68282f5
arm: Remove unused ST-Ericsson u8500 arch
by Stefan Roese
· 9 years ago
3437469
rockchip: Add I2C driver
by Simon Glass
· 9 years ago
4e9838c
dm: Use dev_get_addr() where possible
by Simon Glass
· 9 years ago
0f92582
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
ea16c6a
i2c: lpc32xx: correct sanity check for requested bus speed
by Vladimir Zapolskiy
· 9 years ago
1933af1
i2c: lpc32xx: add support for OTG I2C
by Sylvain Lemieux
· 9 years ago
5824300
i2c: lpc32xx: fix write timeout
by Sylvain Lemieux
· 9 years ago
3d2b6a2
i2c: lpc32xx: fix read timeout
by Sylvain Lemieux
· 9 years ago
b395a99
i2c: lpc32xx: use api to get hclk instead of fix value
by Sylvain Lemieux
· 9 years ago
0b11dbf
drivers: hierarchize drivers Kconfig menu
by Masahiro Yamada
· 9 years ago
f48eaf0
cros_ec: Support the LDO access method used by spring
by Simon Glass
· 9 years ago
cc456bd
dm: cros_ec: Convert the I2C tunnel code to use driver model
by Simon Glass
· 9 years ago
45d9ae8
exynos: i2c: Tidy up the driver model code
by Simon Glass
· 9 years ago
26ea768
exynos: i2c: Fix code style with ReadWriteByte()
by Simon Glass
· 9 years ago
b725dc4
i2c: Add a mux for GPIO-based I2C bus arbitration
by Simon Glass
· 9 years ago
3d1957f
dm: i2c: Add support for multiplexed I2C buses
by Simon Glass
· 9 years ago
df358c6
dm: i2c: Add a function to transfer messages
by Simon Glass
· 9 years ago
7d7db22
dm: i2c: Add a message debug function
by Simon Glass
· 9 years ago
7a1af7a
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
8e67c5d
i2c: tegra: Build warning fixes for 64-bit
by Thierry Reding
· 9 years ago
f448c5d
Merge branch 'master' of git://git.denx.de/u-boot
by Stefano Babic
· 9 years ago
8fd3ec7
exynos: i2c: Correct bug in pinmux selection
by Simon Glass
· 9 years ago
b44e60a
i2c: fix vf610 support
by Albert ARIBAUD \(3ADEV\)
· 9 years ago
a287976
dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()
by Simon Glass
· 9 years ago
43b1ff5
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 9 years ago
b6ef3a3
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
by Masahiro Yamada
· 9 years ago
f6e7f07
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
by Masahiro Yamada
· 9 years ago
4c302b9
cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer
by Hannes Schmelzer
· 9 years ago
9bea236
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
e6c8b71
i2c, mxc: rework i2c base address names for different SoCs
by Heiko Schocher
· 9 years ago
21a2694
arm, imx6, i2c: add I2C4 for MX6DL
by Heiko Schocher
· 9 years ago
0e6b7a2
Merge git://git.denx.de/u-boot-samsung
by Tom Rini
· 9 years ago
a989ec8
sandbox: i2c: search child emul dev and check its uclass id
by Przemyslaw Marczak
· 9 years ago
71204e9
i2c: mxc: refactor i2c driver and support dm
by Peng Fan
· 9 years ago
0150180
dm: i2c: Add a function to find out the chip offset length
by Simon Glass
· 10 years ago
7b0c0f6
i2c: s3c: Implant support for S3C2440
by Marek Vasut
· 10 years ago
76382aa
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
by Axel Lin
· 10 years ago
182bf92
dm: i2c: Add an explicit test mode to the sandbox I2C driver
by Simon Glass
· 10 years ago
ba3864f
dm: i2c: Add functions to read and write a register
by Simon Glass
· 10 years ago
1bde67b
dm: i2c: sandbox: Add debugging to the speed limit
by Simon Glass
· 10 years ago
f8cb101
driver/i2c/mxc: Enable I2C bus 3 and 4
by York Sun
· 10 years ago
1174aad
sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
39de843
dm: core: Rename driver data function to dev_get_driver_data()
by Simon Glass
· 10 years ago
c54473c
dm: i2c: add i2c-gpio driver
by Przemyslaw Marczak
· 10 years ago
705fcf4
Kconfig: i2c: fix help message related to dm i2c
by Przemyslaw Marczak
· 10 years ago
0eb25b6
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
e564f05
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
dd82242
i2c: mvtwsi: Support for up to 4 different controllers
by Paul Kocialkowski
· 10 years ago
5e862b9
lpc32xx: i2c: add LPC32xx I2C interface support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
f582a15
i2c: mvtwsi: Fix problem with baud rate calculation
by Stefan Roese
· 10 years ago
e6fbc3e
mv_i2c: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
6462cde
ARM: UniPhier: adjust device trees for business transfer
by Masahiro Yamada
· 10 years ago
5c2d23b
dm: i2c: Add a missing memory allocaton check
by Simon Glass
· 10 years ago
4bba9d3
dm: Move CONFIG_I2C_COMPAT to Kconfig
by Simon Glass
· 10 years ago
f94a1be
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
fffff72
dm: i2c: Make API accessible even without CONFIG_DM
by Simon Glass
· 10 years ago
ca88b9b
dm: i2c: Add a dm_ prefix to driver model bus speed functions
by Simon Glass
· 10 years ago
a3e757a
i2c: s3c24x0: reduce transmission status timeout
by Przemyslaw Marczak
· 10 years ago
d744d56
dm: i2c: Add two more I2C init functions to the compatibility layer
by Simon Glass
· 10 years ago
7132b9f
dm: i2c: dts: Support an offset-len device tree property
by Simon Glass
· 10 years ago
8dfcbaa
dm: i2c: s3c24x0: adjust to dm-i2c api
by Przemyslaw Marczak
· 10 years ago
18a7f6a
dm: i2c-uclass-compat: fix missed argument
by Przemyslaw Marczak
· 10 years ago
e6f66ec
dm: i2c: Move slave details to child platdata
by Simon Glass
· 10 years ago
9cc36a2
dm: core: Add a flag to control sequence numbering
by Simon Glass
· 10 years ago
25ab4b0
dm: i2c: Provide an offset length parameter where needed
by Simon Glass
· 10 years ago
7384535
dm: i2c: Add a compatbility layer
by Simon Glass
· 10 years ago
f9a4c2d
dm: i2c: Rename driver model I2C functions to permit compatibility
by Simon Glass
· 10 years ago
238bd0b
i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller
by Masahiro Yamada
· 10 years ago
26f820f
i2c: UniPhier: add driver for UniPhier i2c controller
by Masahiro Yamada
· 10 years ago
b6036bc
i2c: add CONFIG_DM_I2C to Kconfig
by Masahiro Yamada
· 10 years ago
c36ecf3
i2c:mxc fix array size of i2c_data
by Peng Fan
· 10 years ago
b0e6ef4
dm: i2c: tegra: Convert to driver model
by Simon Glass
· 10 years ago
d19de0d
dm: i2c: Add a sandbox I2C driver
by Simon Glass
· 10 years ago
c70c71d
dm: i2c: Add I2C emulation driver for sandbox
by Simon Glass
· 10 years ago
c6202d8
dm: i2c: Add a uclass for I2C
by Simon Glass
· 10 years ago
Next »