index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Commit message (
Expand
)
Author
Age
Lines
...
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-08-12
-1
/
+1
|
\
|
*
fdt: allow fdtdec_get_addr_size_*() to translate addresses
Stephen Warren
2016-08-12
-1
/
+1
*
|
i2c: Drop redundant platform data setting in drivers
Simon Glass
2016-08-12
-6
/
+0
|
/
*
i2c: i2c-uclass-compat: avoid any BSS usage
Vignesh R
2016-08-08
-1
/
+1
*
dm: Use dm_scan_fdt_dev() directly where possible
Simon Glass
2016-07-27
-11
/
+3
*
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
Simon Glass
2016-07-27
-5
/
+2
*
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2016-07-26
-5
/
+4
|
\
|
*
i2c: fsl: Fix driver initialization
mario.six@gdsys.cc
2016-07-26
-5
/
+4
*
|
i2c: mvtwsi: Add documentation
mario.six@gdsys.cc
2016-07-26
-19
/
+144
*
|
i2c: mvtwsi: Make delay times frequency-dependent
mario.six@gdsys.cc
2016-07-26
-42
/
+85
*
|
i2c: mvtwsi: Handle zero-length offsets properly
mario.six@gdsys.cc
2016-07-26
-8
/
+13
*
|
i2c: mvtwsi: Add compatibility to DM
mario.six@gdsys.cc
2016-07-26
-1
/
+117
*
|
i2c: mvtwsi: Make address length variable
mario.six@gdsys.cc
2016-07-26
-9
/
+21
*
|
i2c: mvtwsi: Factor out adap parameter
mario.six@gdsys.cc
2016-07-26
-51
/
+46
*
|
i2c: mvtwsi: Add compatibility functions
mario.six@gdsys.cc
2016-07-26
-9
/
+38
*
|
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
mario.six@gdsys.cc
2016-07-26
-5
/
+5
*
|
i2c: mvtwsi: Get rid of status parameter
mario.six@gdsys.cc
2016-07-26
-13
/
+13
*
|
i2c: mvtwsi: Eliminate flags parameter
mario.six@gdsys.cc
2016-07-26
-42
/
+41
*
|
i2c: mvtwsi: Improve and fix comments
mario.six@gdsys.cc
2016-07-26
-67
/
+62
*
|
i2c: mvtwsi: Streamline code and add documentation
mario.six@gdsys.cc
2016-07-26
-38
/
+75
*
|
i2c: mvtwsi: Fix style violations
mario.six@gdsys.cc
2016-07-26
-8
/
+8
*
|
drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model
Mugunthan V N
2016-07-26
-0
/
+99
*
|
drivers: i2c: omap24xx_i2c: prepare driver for DM conversion
Mugunthan V N
2016-07-26
-133
/
+175
*
|
drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable
Mugunthan V N
2016-07-26
-0
/
+14
|
/
*
ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()
Masahiro Yamada
2016-07-24
-26
/
+8
*
clk: convert API to match reset/mailbox style
Stephen Warren
2016-06-19
-4
/
+2
*
drivers: i2c: mxc: Add early init
Yuan Yao
2016-06-10
-0
/
+32
*
i2c: mvtwsi: Eliminate twsi_control_flags
Chris Packham
2016-05-17
-33
/
+29
*
i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEAr
Stefan Roese
2016-05-17
-0
/
+10
*
i2c: Add entry for Designware I2C driver in Kconfig
Stefan Roese
2016-05-17
-0
/
+8
*
dm: fsl_i2c: Enable DM for FSL I2C
mario.six@gdsys.cc
2016-05-17
-0
/
+110
*
dm: fsl_i2c: Factor out adap parameter
mario.six@gdsys.cc
2016-05-17
-67
/
+49
*
dm: fsl_i2c: Prepare compatibility functions
mario.six@gdsys.cc
2016-05-17
-8
/
+39
*
dm: fsl_i2c: Rename methods for reading/writing data
mario.six@gdsys.cc
2016-05-17
-8
/
+8
*
dm: fsl_i2c: Rename probe method
mario.six@gdsys.cc
2016-05-17
-5
/
+5
*
dm: fsl_i2c: Remove unnecessary variable
mario.six@gdsys.cc
2016-05-17
-3
/
+2
*
dm: fsl_i2c: Reword and clarify comment
mario.six@gdsys.cc
2016-05-17
-14
/
+6
*
dm: fsl_i2c: Use clearer parameter names
mario.six@gdsys.cc
2016-05-17
-31
/
+32
*
dm: fsl_i2c: Rename I2C register structure
mario.six@gdsys.cc
2016-05-17
-57
/
+66
*
i2c: designware_i2c: Optionally check enable status register
Stefan Roese
2016-05-17
-0
/
+9
*
i2c: muxes: Add support for TI PCA954X mux
Michal Simek
2016-05-17
-0
/
+90
*
i2c: cdns: Support different bus speeds
Michal Simek
2016-05-17
-7
/
+69
*
i2c: cdns: Moving speed setup from probe to set_bus_speed function
Michal Simek
2016-05-17
-37
/
+11
*
i2c: cdns: Read address from DT in ofdata_to_platdata
Michal Simek
2016-05-17
-4
/
+12
*
Fix spelling of "occurred".
Vagrant Cascadian
2016-05-02
-1
/
+1
*
i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)
Stefan Roese
2016-04-25
-12
/
+106
*
i2c: designware_i2c: Add DM support
Stefan Roese
2016-04-25
-26
/
+123
*
i2c: designware_i2c: Prepare for DM driver conversion
Stefan Roese
2016-04-25
-83
/
+90
*
i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()
Stefan Roese
2016-04-25
-24
/
+13
*
i2c: designware_i2c: Add dw_i2c_enable() helper function
Stefan Roese
2016-04-25
-20
/
+27
[prev]
[next]