Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
abb3e1385bd4a3f031c65ac2b74d785bf37c45da
/
drivers
/
i2c
abb3e13
i2c: designware_i2c: Optionally check enable status register
by Stefan Roese
· 9 years ago
81aaacc
i2c: muxes: Add support for TI PCA954X mux
by Michal Simek
· 9 years ago
91429f4
i2c: cdns: Support different bus speeds
by Michal Simek
· 9 years ago
48cd206
i2c: cdns: Moving speed setup from probe to set_bus_speed function
by Michal Simek
· 9 years ago
97ba81f
i2c: cdns: Read address from DT in ofdata_to_platdata
by Michal Simek
· 9 years ago
edfdb99
Fix spelling of "occurred".
by Vagrant Cascadian
· 9 years ago
3848120
i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)
by Stefan Roese
· 9 years ago
3cb2796
i2c: designware_i2c: Add DM support
by Stefan Roese
· 9 years ago
41de766
i2c: designware_i2c: Prepare for DM driver conversion
by Stefan Roese
· 9 years ago
88893c9
i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()
by Stefan Roese
· 9 years ago
3bc33ba
i2c: designware_i2c: Add dw_i2c_enable() helper function
by Stefan Roese
· 9 years ago
5a3a3a4
i2c: designware_i2c: Add ic_enable_status to ic_regs struct
by Stefan Roese
· 9 years ago
0075dac
dm: i2c: Add driver for Cadence I2C IP
by Moritz Fischer
· 9 years ago
78752d6
i2c: uniphier: use devm_get_addr() to get base address
by Masahiro Yamada
· 9 years ago
51c2727
omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW
by Guy Thouret
· 9 years ago
4f1a581
dm: i2c: mxc_i2c: implement i2c_idle_bus
by Peng Fan
· 9 years ago
5a09209
mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer sunxi SoCs"
by Hans de Goede
· 9 years ago
9afcd96
x86: ivybridge: Use the I2C driver to perform SMbus init
by Simon Glass
· 9 years ago
5e66fdc
x86: i2c: Add a stub driver for Intel I2C/SMbus
by Simon Glass
· 9 years ago
6e4666b
dm: i2c: Allow muxes to be enabled for SPL separately
by Simon Glass
· 9 years ago
3d15605
rockchip: i2c: Update the driver to use the new clock ID
by Simon Glass
· 9 years ago
8d3d7c1
sunxi: Add support for the I2C controller which is part of the PRCM
by Jelle van der Waa
· 9 years ago
6b703e0
i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs
by Hans de Goede
· 9 years ago
e237880
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
eb083e5
arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
by Stefan Roese
· 9 years ago
adce477
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
fd99908
i2c: mxc: add a condition in case the parameter is NULL
by Gong Qianyu
· 9 years ago
5ea6f88
Kconfig: i2c: Fix indentation
by Michal Simek
· 9 years ago
c1adca9
Kconfig: i2c: Fix typo Suport -> Support
by Michal Simek
· 9 years ago
aabdc52
i2c, avr32: fix compiler warning "input is not relaxable"
by Heiko Schocher
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
e2493dd
i2c: soft_i2c: Fix bus indizes
by Dirk Eibach
· 9 years ago
9459433
hrcon: Add fan controllers
by Dirk Eibach
· 9 years ago
981bacd
hrcon: Add support for the DH variant
by Dirk Eibach
· 9 years ago
9c9f807
i2c: ihs_i2c: Fix hold_bus control
by Dirk Eibach
· 9 years ago
2c7212b
i2c: ihs_i2c: Use macro bestpractices
by Dirk Eibach
· 9 years ago
9ac3385
i2c: ihs_i2c: Dual channel support
by Dirk Eibach
· 9 years ago
71c44e8
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
0e58b51
armv8/fsl_lsch3: Change arch to fsl-layerscape
by Mingkai Hu
· 9 years ago
ccc63f5
i2c: Instantiate I2C controllers when selected
by Michal Simek
· 9 years ago
eb94387
I2C: mxc_i2c: make I2C1 and I2C2 optional
by Albert ARIBAUD \\(3ADEV\\)
· 9 years ago
3b1bb09
arm: Remove unused ST-Ericsson u8500 arch
by Stefan Roese
· 9 years ago
3595f95
rockchip: Add I2C driver
by Simon Glass
· 9 years ago
0971778
dm: Use dev_get_addr() where possible
by Simon Glass
· 9 years ago
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
714642d
i2c: lpc32xx: correct sanity check for requested bus speed
by Vladimir Zapolskiy
· 9 years ago
fb51abb
i2c: lpc32xx: add support for OTG I2C
by Sylvain Lemieux
· 9 years ago
2e6300f
i2c: lpc32xx: fix write timeout
by Sylvain Lemieux
· 9 years ago
dcdd925
i2c: lpc32xx: fix read timeout
by Sylvain Lemieux
· 9 years ago
e071cd7
i2c: lpc32xx: use api to get hclk instead of fix value
by Sylvain Lemieux
· 9 years ago
cc85b7b
drivers: hierarchize drivers Kconfig menu
by Masahiro Yamada
· 9 years ago
eb2cc51
cros_ec: Support the LDO access method used by spring
by Simon Glass
· 9 years ago
9ad07af
dm: cros_ec: Convert the I2C tunnel code to use driver model
by Simon Glass
· 9 years ago
e3b8c86
exynos: i2c: Tidy up the driver model code
by Simon Glass
· 9 years ago
824802d
exynos: i2c: Fix code style with ReadWriteByte()
by Simon Glass
· 9 years ago
e6346b0
i2c: Add a mux for GPIO-based I2C bus arbitration
by Simon Glass
· 9 years ago
2a80c40
dm: i2c: Add support for multiplexed I2C buses
by Simon Glass
· 9 years ago
f281885
dm: i2c: Add a function to transfer messages
by Simon Glass
· 9 years ago
a8e64c4
dm: i2c: Add a message debug function
by Simon Glass
· 9 years ago
65022b3
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
2bd3a3e
i2c: tegra: Build warning fixes for 64-bit
by Thierry Reding
· 9 years ago
37203e1
Merge branch 'master' of git://git.denx.de/u-boot
by Stefano Babic
· 9 years ago
8db5f47
exynos: i2c: Correct bug in pinmux selection
by Simon Glass
· 9 years ago
40281ba
i2c: fix vf610 support
by Albert ARIBAUD \(3ADEV\)
· 9 years ago
8a18dd8
dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()
by Simon Glass
· 10 years ago
0e7c339
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 10 years ago
563ee4c
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
by Masahiro Yamada
· 10 years ago
663a23f
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
by Masahiro Yamada
· 10 years ago
7935f03
cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer
by Hannes Schmelzer
· 10 years ago
0c465bf
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
24ebcf2
i2c, mxc: rework i2c base address names for different SoCs
by Heiko Schocher
· 10 years ago
5c4b1e9
arm, imx6, i2c: add I2C4 for MX6DL
by Heiko Schocher
· 10 years ago
a392caa
Merge git://git.denx.de/u-boot-samsung
by Tom Rini
· 10 years ago
daa4577
sandbox: i2c: search child emul dev and check its uclass id
by Przemyslaw Marczak
· 10 years ago
8262cb1
i2c: mxc: refactor i2c driver and support dm
by Peng Fan
· 10 years ago
9a1589a
dm: i2c: Add a function to find out the chip offset length
by Simon Glass
· 10 years ago
4e92237
i2c: s3c: Implant support for S3C2440
by Marek Vasut
· 10 years ago
0547483
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
by Axel Lin
· 10 years ago
4c70ed9
dm: i2c: Add an explicit test mode to the sandbox I2C driver
by Simon Glass
· 10 years ago
0c70261
dm: i2c: Add functions to read and write a register
by Simon Glass
· 10 years ago
34d8e95
dm: i2c: sandbox: Add debugging to the speed limit
by Simon Glass
· 10 years ago
f1a5216
driver/i2c/mxc: Enable I2C bus 3 and 4
by York Sun
· 10 years ago
39bc3be
sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
46227bd
dm: core: Rename driver data function to dev_get_driver_data()
by Simon Glass
· 10 years ago
d3aa7e1
dm: i2c: add i2c-gpio driver
by Przemyslaw Marczak
· 10 years ago
e5fa121
Kconfig: i2c: fix help message related to dm i2c
by Przemyslaw Marczak
· 10 years ago
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
de0977b
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
2fae3e7
i2c: mvtwsi: Support for up to 4 different controllers
by Paul Kocialkowski
· 10 years ago
b23324c
lpc32xx: i2c: add LPC32xx I2C interface support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
cca56a7
i2c: mvtwsi: Fix problem with baud rate calculation
by Stefan Roese
· 10 years ago
8bd9079
mv_i2c: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
d5f83a4
ARM: UniPhier: adjust device trees for business transfer
by Masahiro Yamada
· 10 years ago
b75c449
dm: i2c: Add a missing memory allocaton check
by Simon Glass
· 10 years ago
e200ee2
dm: Move CONFIG_I2C_COMPAT to Kconfig
by Simon Glass
· 10 years ago
d8b771d
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
d5ff0b9
dm: i2c: Make API accessible even without CONFIG_DM
by Simon Glass
· 10 years ago
e4e8ff2
dm: i2c: Add a dm_ prefix to driver model bus speed functions
by Simon Glass
· 10 years ago
a99827f
i2c: s3c24x0: reduce transmission status timeout
by Przemyslaw Marczak
· 10 years ago
4e003c5
dm: i2c: Add two more I2C init functions to the compatibility layer
by Simon Glass
· 10 years ago
Next »