Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
35f635c333b7e84f6c02cd44d4409461f5038f96
/
drivers
/
i2c
17b56f6
dm: sandbox: i2c: Use new emulator parent uclass
by Simon Glass
· 6 years ago
4b0ecc6
dm: sandbox: i2c: Add a new 'emulation parent' uclass
by Simon Glass
· 6 years ago
bf832e5
i2c: stm32f7: change setup struct to const
by Patrick Delaunay
· 6 years ago
b13ab6f
i2c: stm32f7: cosmetic: clean the driver
by Patrick Delaunay
· 6 years ago
a61b962
i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
by Bin Meng
· 6 years ago
5db0e14
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
422f8a8
i2c: imx_lpi2c: fix typo and register base address format
by Anatolij Gustschin
· 6 years ago
a37c196
i2c: fix: Add support for the Arm's Versatile Express I2C controller
by Heiko Schocher
· 6 years ago
6cdeb49
i2c: Add support for the Arm's Versatile Express I2C controller.
by Liviu Dudau
· 6 years ago
62d3695
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 6 years ago
1b9f319
i2c: Drop CONFIG_SYS_I2C_MXS
by Tuomas Tynkkynen
· 6 years ago
1f09846
DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATA
by Adam Ford
· 6 years ago
1004fcd
DM: I2C: Reduce overhead when used with OF_PLATDATA
by Adam Ford
· 6 years ago
decc895
Convert CONFIG_SYS_I2C_DAVINCI to Kconfig
by Adam Ford
· 6 years ago
6206705
kconfig: fix typo 'parition'
by Simon Goldschmidt
· 6 years ago
5b269c4
i2c: imx_lpi2c: add uclass api support
by Peng Fan
· 6 years ago
e4ddfdb
i2c-mux: pca954x: support pca9646 i2c switch
by Peng Fan
· 6 years ago
c0830bf
rockchip: i2c: enable i2c controller for rk3066 and rk3188
by Alexander Kochetkov
· 7 years ago
2c69546
lpi2c: Add bus busy error handling
by Ye Li
· 6 years ago
a917ed9
lpi2c: Fix bus stop problem in xfer
by Ye Li
· 6 years ago
52d457b
imx: lpi2c: fix clock issue when NACK detected
by Gao Pan
· 6 years ago
d9103f8
imx_lpi2c: Update lpi2c driver to support imx8
by Ye Li
· 6 years ago
6c9c980
meson: use the clock driver
by Beniamino Galvani
· 6 years ago
91006c7
i2c: mvtwsi: disable i2c slave on Armada 38x
by Baruch Siach
· 6 years ago
6f1d6ba
i2c: Drop CONFIG_SH_SH7734_I2C
by Tuomas Tynkkynen
· 7 years ago
efaa762
i2c: Drop CONFIG_TSI108_I2C
by Tuomas Tynkkynen
· 7 years ago
2716596
i2c: rcar_i2c: Add DM and DT capable I2C driver
by Marek Vasut
· 7 years ago
b91a483
i2c: rcar_i2c: Remove the driver
by Marek Vasut
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
08794aa
i2c: designware: add reset ctrl to driver
by Dinh Nguyen
· 7 years ago
a2bdec7
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· 7 years ago
2fe2ed6
i2c: fsl: Add option to get clock from DT
by Mario Six
· 7 years ago
486b2d5
i2c: fsl: Use dev_read_addr
by Mario Six
· 7 years ago
4d90d9d
i2c: ihs_i2c: Use new fpgamap interface
by Mario Six
· 7 years ago
dc96eb7
dm: i2c: implement gpio-based I2C deblock
by Alexander Kochetkov
· 7 years ago
24743c3
soft_i2c: cleanup - no mpc8xx support
by Christophe Leroy
· 7 years ago
a64aa19
drivers: i2c: mxc: Update support to 8 I2C controllers
by Sriram Dash
· 7 years ago
7122a0c
drivers: i2c: mxc: Update SYS_I2C_MXC_I2C support in Kconfig
by Sriram Dash
· 7 years ago
1a5d485
i2c: lpi2c: remove superfluous assignments
by Heinrich Schuchardt
· 7 years ago
85b5397
arm: stm32: add new architecture for STM32MP family
by Patrick Delaunay
· 7 years ago
28b10a7
stm32mp: stm32f7_i2c: use calloc instead of kmalloc
by Patrick Delaunay
· 7 years ago
b489358
treewide: Fix gdsys mail addresses
by Mario Six
· 7 years ago
9efec3f
i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1
by Vipul Kumar
· 7 years ago
2b3aacb
i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED
by Vipul Kumar
· 7 years ago
f2538d8
i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE
by Vipul Kumar
· 7 years ago
8128a7e
i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ
by Vipul Kumar
· 7 years ago
6425ebd
i2c: mvtwsi.c: Fix set speed
by Stefan Mavrodiev
· 7 years ago
4bc57a3
i2c: rcar_iic: Allow IIC on RCar Gen2
by Marek Vasut
· 7 years ago
5e0fd54
i2c: mvtwsi.c: Avoid NULL dereference
by Heinrich Schuchardt
· 7 years ago
96961e8
i2c: ihs_i2c: Factor out send_buffer method
by Mario Six
· 7 years ago
3bb409c
i2c: ihs_i2c: Make DM compatible
by Mario Six
· 7 years ago
48689b4
i2c: ihs_i2c: Prepare DM conversion
by Mario Six
· 7 years ago
84b68b8
i2c: fsl_i2c: Make live-tree compatible
by Mario Six
· 7 years ago
484cdb8
i2c: fsl_i2c: Remove inline declarations
by Mario Six
· 7 years ago
a5f35c4
i2c: fsl_i2c: Fix style violations
by Mario Six
· 7 years ago
ed3b082
Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig
by Adam Ford
· 7 years ago
08eaa83
i2c: mxc_i2c: Use or operation
by Peng Fan
· 7 years ago
32306dd
i2c: lpi2c: do not add 4 for bus seq
by Peng Fan
· 7 years ago
c351b53
i2c: at91_i2c: remove the .probe_chip function
by Alan Ott
· 7 years ago
59596e5
i2c: at91_i2c: Wait for TXRDY after sending the first byte
by Alan Ott
· 7 years ago
9ba506d
i2c: meson: add some comments
by Beniamino Galvani
· 7 years ago
04b9538
i2c: meson: fix return codes on error
by Beniamino Galvani
· 7 years ago
cf0a7a9
i2c: meson: reduce timeout
by Beniamino Galvani
· 7 years ago
83b153d
i2c: meson: improve Kconfig description
by Beniamino Galvani
· 7 years ago
125d8df
i2c: rcar_iic: Add RCar IIC driver
by Marek Vasut
· 7 years ago
d037d5b
Merge git://www.denx.de/git/u-boot-imx
by Tom Rini
· 7 years ago
d5b199c
i2c: add Amlogic Meson driver
by Beniamino Galvani
· 7 years ago
a51f9da
imx: mxc_i2c: tweak the i2c transfer method
by Nandor Han
· 7 years ago
8e775ac
i2c: fti2c010: remove unused/unmaintained driver
by Masahiro Yamada
· 7 years ago
47b3b30
i2c: adi_i2c: remove left-over Blackfin I2C driver
by Masahiro Yamada
· 7 years ago
c37885d
i2c: stm32f7_i2c: fix usage of useless local variable
by Patrice Chotard
· 7 years ago
a71376a
i2c: stm32f7_i2c: fix data abort
by Christophe Kerello
· 7 years ago
1df540c
i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass
by Masahiro Yamada
· 7 years ago
8945b4f
i2c: uniphier-f: replace debug() with dev_dbg()
by Masahiro Yamada
· 7 years ago
ec0aa7c
i2c: uniphier: replace debug() with dev_dbg()
by Masahiro Yamada
· 7 years ago
05c9326
i2c: muxes: pca954x: look up width from chip_desc
by Chris Packham
· 7 years ago
f44b4bf
dm: gpio: Correct use of -ENODEV in drivers
by Simon Glass
· 7 years ago
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
cd999d3
rockchip: i2c: rk3328: support i2c for rk3328 SoC
by Elaine Zhang
· 7 years ago
a9d953f
rockchip: i2c: Convert to livetree
by Philipp Tomsich
· 7 years ago
8238dd9
i2c: muxes: pca954x: Add support for GPIO reset line
by Moritz Fischer
· 7 years ago
838d754
rockchip: i2c: fix >32 byte reads
by Wadim Egorov
· 7 years ago
fa1dd3d
Convert CONFIG_SYS_I2C_BUS_MAX to Kconfig
by Adam Ford
· 7 years ago
73010ab
Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAX
by Adam Ford
· 7 years ago
27ab770
i2c: muxes: add i2c gpio multiplexer driver
by Peng Fan
· 7 years ago
ebf442d
i2c: add i2c driver for stm32
by Patrice Chotard
· 7 years ago
808aa13
i2c: designware: Allow sending restart conditions
by Marek Vasut
· 7 years ago
8590116
Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig
by Adam Ford
· 7 years ago
49e96f2
Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX
by Adam Ford
· 7 years ago
37f1987
i2c: at91: Add missing probe function to device driver
by Wenyou.Yang@microchip.com
· 7 years ago
eae5254
dm: tegra: i2c: Convert to livetree
by Simon Glass
· 7 years ago
224ebcd
powerpc: Remove 8260 remainders
by Christophe Leroy
· 7 years ago
9390f3d
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 7 years ago
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· 7 years ago
267ae1c
drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support
by Marek Behún
· 7 years ago
23da373
powerpc, 8xx: Migrate to Kconfig
by Christophe Leroy
· 7 years ago
8cb5cdd
avr32: Retire AVR32 for good
by Andy Shevchenko
· 7 years ago
2028012
powerpc: remove 4xx support
by Heiko Schocher
· 7 years ago
71cb3e9
powerpc, 8260: remove support for mpc8260
by Heiko Schocher
· 7 years ago
Next »