Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a19a376eae59807e00f993a225d205cd9928a7dc
/
drivers
/
i2c
ccd9702
i2c: uniphier-f: use readl_poll_timeout() to poll registers
by Masahiro Yamada
· 8 years ago
8d4852b
i2c: uniphier(-f): remove unneeded #include <dm/root.h>
by Masahiro Yamada
· 8 years ago
645be4c
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 8 years ago
ab23a5b
Merge git://git.denx.de/u-boot-samsung
by Tom Rini
· 8 years ago
37978c6
i2c: i2c-cdns: No need for dedicated probe function
by Moritz Fischer
· 8 years ago
9393f58
i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0
by Moritz Fischer
· 8 years ago
0b24579
i2c: i2c-cdns: Reorder timeout loop for interrupt waiting
by Moritz Fischer
· 8 years ago
61f0651
i2c: i2c-cdns: Detect unsupported sequences for rev 1.0
by Moritz Fischer
· 8 years ago
c5d3a5e
i2c: mux: Allow muxes to work as children of i2c bus without i2c-parent
by Moritz Fischer
· 8 years ago
f7e6a03
i2c: Kconfig: Add SYS_I2C_S3C24X0 entry
by Jaehoon Chung
· 8 years ago
9ac1fdf
i2c: s3c24x0: fix the compiler error for exynos4
by Jaehoon Chung
· 8 years ago
f807776
i2c: cdns: Add additional compatible string for r1p14 of the IP.
by Moritz Fischer
· 8 years ago
127695d
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 8 years ago
36c4a7c
i2c: mv_i2c.c: Correct address endianness
by Bradley Bolen
· 8 years ago
cac3006
i2c: mxc: Make 'no gpio pinctrl state' print as debug
by Jagan Teki
· 8 years ago
d9e8bb3
i2c: mxc: Print hex instead of decimal for bus address
by Jagan Teki
· 8 years ago
0aedd7f
i2c: Kconfig: Add SYS_I2C_MXC entry
by Jagan Teki
· 8 years ago
cb052ff
dm: i2c: Add a note to I2C drivers which need conversion
by Simon Glass
· 8 years ago
b9d7f99
samsung: i2c: Split the high-speed I2C code into a new driver
by Simon Glass
· 8 years ago
365c3da
samsung: i2c: Drop old code from I2C driver
by Simon Glass
· 8 years ago
68078f7
sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI
by Jagan Teki
· 8 years ago
1f8f721
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 8 years ago
66d9e1f
i2c: at91_i2c: Change error return -ENODEV to -EINVAL
by Wenyou Yang
· 8 years ago
5af5237
i2c: at91_i2c: Remove unnecessary clock calling
by Wenyou Yang
· 8 years ago
c4bc9a8
i2c: designware: Avoid overwriting the cmd_data register
by Marek Vasut
· 8 years ago
b0ea740
libfdt: Bring in upstream stringlist functions
by Simon Glass
· 8 years ago
64f9960
x86: i2c: Fix cast of address to 32-bit value
by Simon Glass
· 8 years ago
6cddc60
cros_ec: Honor the google,remote-bus dt property
by Moritz Fischer
· 8 years ago
00b6aad
i2c: tegra: only use new clock/reset APIs
by Stephen Warren
· 8 years ago
58e58d8
i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K
by Stefan Roese
· 8 years ago
2bbee3e
i2c: mv_i2c.c: Validate read length in I2C command
by jinghua
· 8 years ago
2b9a838
i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)
by Stefan Roese
· 8 years ago
8c3ba15
i2c: mv_i2c.c: Add DM support
by Stefan Roese
· 8 years ago
90ddbb9
i2c: mv_i2c.c: Prepare driver for DM conversion
by Stefan Roese
· 8 years ago
71c9a50
i2c: mv_i2c.c: Remove CONFIG_HARD_I2C
by Stefan Roese
· 8 years ago
5196855
i2c: mv_i2c.c: cosmetic: Coding style cleanups
by Stefan Roese
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
3529b64
i2c: at91_i2c: Fix the wrong include file
by Wenyou Yang
· 8 years ago
27dfc94
rockchip: i2c: fix >32 byte writes
by John Keeping
· 8 years ago
bcd11c4
rockchip: i2c: move register write out of inner loop
by John Keeping
· 8 years ago
febe763
rockchip: i2c: use named constant when appropriate
by John Keeping
· 8 years ago
932d9ab
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 8 years ago
abd7d31
i2c: mvtwsi: Fix order of address bytes (high to low)
by Stefan Roese
· 8 years ago
1e75f47
ARM: tegra: remove stale nvidia, bpmp I2C DT property
by Stephen Warren
· 8 years ago
1505b23
ARM: tegra: fix Tegra186 I2C clock name
by Stephen Warren
· 8 years ago
cad6de4
i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)
by Stefan Roese
· 8 years ago
4009b7e
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 8 years ago
26d8828
i2c: atmel: add i2c driver
by Songjun Wu
· 8 years ago
c704d18
i2c: tegra: add standardized clk/reset API support
by Bryan Wu
· 8 years ago
67a8348
i2c: add Tegra186 BPMP driver
by Stephen Warren
· 8 years ago
5cd3727
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
7d30e10
fdt: allow fdtdec_get_addr_size_*() to translate addresses
by Stephen Warren
· 8 years ago
70ab454
i2c: Drop redundant platform data setting in drivers
by Simon Glass
· 8 years ago
c344b6a
i2c: i2c-uclass-compat: avoid any BSS usage
by Vignesh R
· 8 years ago
1823034
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
09128c5
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
964409d
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
6e6dce6
i2c: fsl: Fix driver initialization
by mario.six@gdsys.cc
· 9 years ago
efd1fb8
i2c: mvtwsi: Add documentation
by mario.six@gdsys.cc
· 8 years ago
e841b58
i2c: mvtwsi: Make delay times frequency-dependent
by mario.six@gdsys.cc
· 8 years ago
029a84b
i2c: mvtwsi: Handle zero-length offsets properly
by mario.six@gdsys.cc
· 8 years ago
355a127
i2c: mvtwsi: Add compatibility to DM
by mario.six@gdsys.cc
· 8 years ago
c4eceb5
i2c: mvtwsi: Make address length variable
by mario.six@gdsys.cc
· 8 years ago
9f7f689
i2c: mvtwsi: Factor out adap parameter
by mario.six@gdsys.cc
· 8 years ago
a4ac8b7
i2c: mvtwsi: Add compatibility functions
by mario.six@gdsys.cc
· 8 years ago
9e118b3
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
by mario.six@gdsys.cc
· 8 years ago
bdf0f66
i2c: mvtwsi: Get rid of status parameter
by mario.six@gdsys.cc
· 8 years ago
1cc2c28
i2c: mvtwsi: Eliminate flags parameter
by mario.six@gdsys.cc
· 8 years ago
7b0c431
i2c: mvtwsi: Improve and fix comments
by mario.six@gdsys.cc
· 8 years ago
f43d3e9
i2c: mvtwsi: Streamline code and add documentation
by mario.six@gdsys.cc
· 8 years ago
2b656eb
i2c: mvtwsi: Fix style violations
by mario.six@gdsys.cc
· 8 years ago
560037b
drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model
by Mugunthan V N
· 8 years ago
38d943a
drivers: i2c: omap24xx_i2c: prepare driver for DM conversion
by Mugunthan V N
· 8 years ago
bbf1ccf
drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable
by Mugunthan V N
· 8 years ago
fa1f73f
ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()
by Masahiro Yamada
· 8 years ago
a962243
clk: convert API to match reset/mailbox style
by Stephen Warren
· 8 years ago
d40c885
drivers: i2c: mxc: Add early init
by Yuan Yao
· 8 years ago
c42be01
i2c: mvtwsi: Eliminate twsi_control_flags
by Chris Packham
· 9 years ago
38fe7dc
i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEAr
by Stefan Roese
· 9 years ago
b71955f
i2c: Add entry for Designware I2C driver in Kconfig
by Stefan Roese
· 9 years ago
349686c
dm: fsl_i2c: Enable DM for FSL I2C
by mario.six@gdsys.cc
· 9 years ago
416b2dc
dm: fsl_i2c: Factor out adap parameter
by mario.six@gdsys.cc
· 9 years ago
2d96aa7
dm: fsl_i2c: Prepare compatibility functions
by mario.six@gdsys.cc
· 9 years ago
271fb69
dm: fsl_i2c: Rename methods for reading/writing data
by mario.six@gdsys.cc
· 9 years ago
4a79069
dm: fsl_i2c: Rename probe method
by mario.six@gdsys.cc
· 9 years ago
8230fc4
dm: fsl_i2c: Remove unnecessary variable
by mario.six@gdsys.cc
· 9 years ago
2eae9d0
dm: fsl_i2c: Reword and clarify comment
by mario.six@gdsys.cc
· 9 years ago
a447265
dm: fsl_i2c: Use clearer parameter names
by mario.six@gdsys.cc
· 9 years ago
7d43b4e
dm: fsl_i2c: Rename I2C register structure
by mario.six@gdsys.cc
· 9 years ago
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
Next »