Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
77f6e2dd0551d8a825bab391a1bd6b838874bcd4
/
drivers
/
i2c
5237f37
i2c: stm32f7: improve loopback in timing algorithm
by Nicolas Le Bayon
· 6 years ago
e87da75
i2c: stm32f7: Fix SDADEL minimum formula
by Nicolas Le Bayon
· 6 years ago
e1a2ed7
Merge git://git.denx.de/u-boot-mpc83xx
by Tom Rini
· 5 years ago
482c76e
i2c: ihs: Improve error handling
by Mario Six
· 6 years ago
98e4249
i2c: ihs: Get rid of fpgamap
by Mario Six
· 6 years ago
ca0a8f3
i2c: mxc: Hide kconfig based control in DM_I2C mode
by Trent Piepho
· 6 years ago
c854933
i2c: mxc_i2c: Fix read and read->write xfers in DM mode
by Trent Piepho
· 6 years ago
6314b3c
i2c: mxc_i2c: Document how non-DM functions work
by Trent Piepho
· 6 years ago
90c2ebd
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 6 years ago
d50e296
i2c: mvtwsi: fix reading status register after interrupt
by Marek Behún
· 6 years ago
15f09a1
rockchip: use 'arch-rockchip' as header file path
by Kever Yang
· 6 years ago
1c64692
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 6 years ago
36821b3
i2c: designware: fix reset handling on socfpga gen5
by Simon Goldschmidt
· 6 years ago
ceb6ddb
Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic
by Tom Rini
· 6 years ago
9985b74
i2c: muxes: pca954x: support PCA9543 I2C switch
by Luca Ceresoli
· 6 years ago
5995cdb
i2c: muxes: pca954x: clarify enable field
by Luca Ceresoli
· 6 years ago
4cdf4e0
i2c: muxes: pca954x: update list of supported devices
by Luca Ceresoli
· 6 years ago
a40fe21
DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property
by Lukasz Majewski
· 6 years ago
d82dcc4
i2c: meson: add configurable divider factors
by Guillaume La Roque
· 6 years ago
9d59d6f
i2c: i2c_cdns: Fix below warnings with checker tool
by Siva Durga Prasad Paladugu
· 6 years ago
c64eb29
i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover
by Ismael Luceno Cortes
· 6 years ago
7c8f821
i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer
by Ismael Luceno Cortes
· 6 years ago
ff4035b
i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer
by Ismael Luceno Cortes
· 6 years ago
3ad31eb
i2c: rcar_i2c: Fix sending of slave addresses
by Ismael Luceno Cortes
· 6 years ago
3b59eae
i2c: rcar_i2c: Add comments about registers & values
by Ismael Luceno Cortes
· 6 years ago
4fcff08
i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speed
by Ismael Luceno Cortes
· 6 years ago
bc00512
i2c: i2c_cdns: Add support for handling arbitration lost
by Siva Durga Prasad Paladugu
· 6 years ago
006265d
i2c: i2c_cdns: Fix clearing of all interrupts
by Siva Durga Prasad Paladugu
· 6 years ago
da53b05
i2c: rcar_i2c: Add Gen3 SoC support
by Marek Vasut
· 6 years ago
eb54682
i2c: rcar_iic: Read ICSR only once
by Marek Vasut
· 6 years ago
888f9aa
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 6 years ago
02253d4
Kconfig: tegra: Migrate SYS_I2C_TEGRA
by Peter Robinson
· 6 years ago
2b5d029
i2c: designware: Add error checking on init
by Simon Glass
· 6 years ago
f88185b
i2c: Remove ancient zynq_i2c driver
by Michal Simek
· 6 years ago
c4bd12a
i2c: mux: Generate longer i2c mux name
by Michal Simek
· 6 years ago
6160722
i2c: Fill req_seq in i2c_post_bind()
by Michal Simek
· 6 years ago
6bfacc8
i2c: dm: Record maximum id of devices before probing devices
by Michal Simek
· 6 years ago
84de0f9
i2c: cdns: Convert to livetree function
by Michal Simek
· 6 years ago
7475145
i2c: Kconfig: spelling fixes
by Chris Packham
· 6 years ago
1d7b6a5
i2c: Reflect correct dependency for !DM cadence driver
by Michal Simek
· 6 years ago
58dc4a9
i2c: mux: Covert to livetree functions
by Michal Simek
· 6 years ago
f48ef0d
i2c: i2c-cdns: Use proper input frequency
by Tomasz Gorochowik
· 6 years ago
ad827a5
i2c: xiic: Add Xilinx AXI I2C driver
by Marek Vasut
· 6 years ago
22ecff5
i2c: tegra: Fix regression by implementing a dummy probe_chip() callback
by Jean-Jacques Hiblot
· 6 years ago
5f97ae6
i2c: omap24xx_i2c: Use platdata to probe the device
by Jean-Jacques Hiblot
· 6 years ago
bca09ce
i2c: omap24xx_i2c: Move away from SoC specific headers for reg offset
by Vignesh R
· 6 years ago
f32a800
dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected
by Jean-Jacques Hiblot
· 6 years ago
031a650
dm: sandbox: i2c: Use new emulator parent uclass
by Simon Glass
· 6 years ago
b7c25b1
dm: sandbox: i2c: Add a new 'emulation parent' uclass
by Simon Glass
· 6 years ago
c235b08
i2c: stm32f7: change setup struct to const
by Patrick Delaunay
· 6 years ago
c0765f4
i2c: stm32f7: cosmetic: clean the driver
by Patrick Delaunay
· 6 years ago
e0cfc20
i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
by Bin Meng
· 6 years ago
cf033e0
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
7677c0d
i2c: imx_lpi2c: fix typo and register base address format
by Anatolij Gustschin
· 6 years ago
e3bc4bb
i2c: fix: Add support for the Arm's Versatile Express I2C controller
by Heiko Schocher
· 6 years ago
86c83e8
i2c: Add support for the Arm's Versatile Express I2C controller.
by Liviu Dudau
· 6 years ago
45ec322
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 6 years ago
ca1d6ca
i2c: Drop CONFIG_SYS_I2C_MXS
by Tuomas Tynkkynen
· 6 years ago
410c505
DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATA
by Adam Ford
· 6 years ago
afa8cdd
DM: I2C: Reduce overhead when used with OF_PLATDATA
by Adam Ford
· 6 years ago
9f8cf76
Convert CONFIG_SYS_I2C_DAVINCI to Kconfig
by Adam Ford
· 6 years ago
0041670
kconfig: fix typo 'parition'
by Simon Goldschmidt
· 6 years ago
3d7690a
i2c: imx_lpi2c: add uclass api support
by Peng Fan
· 6 years ago
16f513e
i2c-mux: pca954x: support pca9646 i2c switch
by Peng Fan
· 6 years ago
5944bd9
rockchip: i2c: enable i2c controller for rk3066 and rk3188
by Alexander Kochetkov
· 7 years ago
971490c
lpi2c: Add bus busy error handling
by Ye Li
· 6 years ago
d144f61
lpi2c: Fix bus stop problem in xfer
by Ye Li
· 6 years ago
a32effd
imx: lpi2c: fix clock issue when NACK detected
by Gao Pan
· 6 years ago
9b2ebcc
imx_lpi2c: Update lpi2c driver to support imx8
by Ye Li
· 6 years ago
2e668af
meson: use the clock driver
by Beniamino Galvani
· 6 years ago
173ec35
i2c: mvtwsi: disable i2c slave on Armada 38x
by Baruch Siach
· 6 years ago
2239690
i2c: Drop CONFIG_SH_SH7734_I2C
by Tuomas Tynkkynen
· 7 years ago
d70c79f
i2c: Drop CONFIG_TSI108_I2C
by Tuomas Tynkkynen
· 7 years ago
a06a0ac
i2c: rcar_i2c: Add DM and DT capable I2C driver
by Marek Vasut
· 7 years ago
a4d9aaf
i2c: rcar_i2c: Remove the driver
by Marek Vasut
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
622597d
i2c: designware: add reset ctrl to driver
by Dinh Nguyen
· 7 years ago
ebca902
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· 7 years ago
e5c762f
i2c: fsl: Add option to get clock from DT
by Mario Six
· 7 years ago
d934832
i2c: fsl: Use dev_read_addr
by Mario Six
· 7 years ago
2df71d6
i2c: ihs_i2c: Use new fpgamap interface
by Mario Six
· 7 years ago
aa54192
dm: i2c: implement gpio-based I2C deblock
by Alexander Kochetkov
· 7 years ago
f110892
soft_i2c: cleanup - no mpc8xx support
by Christophe Leroy
· 7 years ago
fa45219
drivers: i2c: mxc: Update support to 8 I2C controllers
by Sriram Dash
· 7 years ago
942ecc8
drivers: i2c: mxc: Update SYS_I2C_MXC_I2C support in Kconfig
by Sriram Dash
· 7 years ago
d45c2f3
i2c: lpi2c: remove superfluous assignments
by Heinrich Schuchardt
· 7 years ago
2514c2d
arm: stm32: add new architecture for STM32MP family
by Patrick Delaunay
· 7 years ago
35746c0
stm32mp: stm32f7_i2c: use calloc instead of kmalloc
by Patrick Delaunay
· 7 years ago
d38826a
treewide: Fix gdsys mail addresses
by Mario Six
· 7 years ago
e885b42
i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1
by Vipul Kumar
· 7 years ago
ce3c9a5
i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED
by Vipul Kumar
· 7 years ago
e7affad
i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE
by Vipul Kumar
· 7 years ago
38a69e9
i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ
by Vipul Kumar
· 7 years ago
004b4cd
i2c: mvtwsi.c: Fix set speed
by Stefan Mavrodiev
· 7 years ago
f51155e
i2c: rcar_iic: Allow IIC on RCar Gen2
by Marek Vasut
· 7 years ago
8bcf12c
i2c: mvtwsi.c: Avoid NULL dereference
by Heinrich Schuchardt
· 7 years ago
9cef983
i2c: ihs_i2c: Factor out send_buffer method
by Mario Six
· 7 years ago
9216421
i2c: ihs_i2c: Make DM compatible
by Mario Six
· 7 years ago
64ef094
i2c: ihs_i2c: Prepare DM conversion
by Mario Six
· 7 years ago
Next »