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
/
mxc_i2c.c
Commit message (
Expand
)
Author
Age
Lines
*
ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC
York Sun
2014-07-03
-0
/
+5
*
driver/mxc_i2c: Move static data structure to global_data
York Sun
2014-04-29
-10
/
+8
*
i2c: mxc: move to new subsystem
trem
2013-10-17
-59
/
+78
*
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2013-07-24
-7
/
+55
|
\
|
*
I2C: mxc_i2c: Add support for Vybrid VF610 platform
Alison Wang
2013-07-23
-7
/
+55
*
|
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
-17
/
+1
|
/
*
i2c: Staticize local functions in mxc i2c driver
Marek Vasut
2012-12-11
-2
/
+2
*
imx: Use MXC_I2C_CLK in imx i2c driver
Matthias Weisser
2012-10-15
-2
/
+2
*
mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support
Troy Kisky
2012-07-31
-0
/
+17
*
mxc_i2c: add bus recovery support
Troy Kisky
2012-07-31
-0
/
+26
*
mxc_i2c: prep work for multiple busses support
Troy Kisky
2012-07-31
-21
/
+104
*
mxc_i2c: add i2c_regs argument to i2c_imx_stop
Troy Kisky
2012-07-31
-12
/
+7
*
mxc_i2c: add retries
Troy Kisky
2012-07-31
-9
/
+27
*
mxc_i2c: check for arbitration lost
Troy Kisky
2012-07-31
-0
/
+7
*
mxc_i2c: change slave addr if conflicts with destination.
Troy Kisky
2012-07-31
-0
/
+2
*
mxc_i2c: don't disable controller after every transaction
Troy Kisky
2012-07-31
-15
/
+13
*
mxc_i2c: place i2c_reset code inline
Troy Kisky
2012-07-31
-12
/
+3
*
mxc_i2c: place imx_start code inline
Troy Kisky
2012-07-31
-33
/
+20
*
mxc_i2c: remove redundant read
Troy Kisky
2012-07-31
-1
/
+0
*
mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...
Troy Kisky
2012-07-31
-51
/
+29
*
mxc_i2c.c: code i2c_probe as a 0 length i2c_write
Troy Kisky
2012-07-31
-17
/
+8
*
mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write
Troy Kisky
2012-07-31
-3
/
+7
*
mxc_i2c: create i2c_init_transfer
Troy Kisky
2012-07-31
-26
/
+18
*
mxc_i2c: clear i2sr before waiting for bit
Troy Kisky
2012-07-31
-4
/
+5
*
mxc_i2c: create tx_byte function
Troy Kisky
2012-07-31
-58
/
+24
*
mxc_i2c: remove ifdef of CONFIG_HARD_I2C
Troy Kisky
2012-07-31
-5
/
+1
*
mxc_i2c: fix i2c_imx_stop
Troy Kisky
2012-07-31
-1
/
+1
*
mxc_i2c: remove setting speed at each start
Troy Kisky
2012-07-11
-6
/
+0
*
mxc_i2c: specify i2c base address in config file
Troy Kisky
2012-07-11
-21
/
+4
*
I2C: Fix mxc_i2c.c problem on imx31_phycore
Marek Vasut
2011-11-03
-11
/
+26
*
I2C: added I2C-2 and I2C-3 to MX35
Stefano Babic
2011-11-03
-0
/
+4
*
I2C: Add i2c_get/set_speed() to mxc_i2c.c
Marek Vasut
2011-10-27
-8
/
+23
*
I2C: mxc_i2c rework
Marek Vasut
2011-09-30
-133
/
+289
*
I2C: mxc: fix compilation for MX31
Stefano Babic
2011-09-07
-4
/
+1
*
IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers
Stefano Babic
2011-04-27
-6
/
+1
*
I2C: mxc_i2c: address failure with mx35 processor
Stefano Babic
2011-02-02
-18
/
+68
*
I2C: mxc_i2c: get rid of __REG access
Stefano Babic
2011-02-02
-28
/
+44
*
mxc_i2c: Add support for the i.MX35 processor
Stefano Babic
2011-02-02
-4
/
+5
*
mxc_i2c: add support for MX53 processor
Liu Hui-R64343
2011-02-02
-3
/
+18
*
i.MX31: Start the I2C clock on driver initialisation
Guennadi Liakhovetski
2009-02-14
-0
/
+6
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
-4
/
+4
*
i2c: Clean drivers/i2c/ Makefile
Michal Simek
2008-08-18
-1
/
+1
*
add an i2c driver for mx31
Sascha Hauer
2008-04-13
-0
/
+202
*
Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
Wolfgang Denk
2008-04-11
-207
/
+0
*
add an i2c driver for mx31
Sascha Hauer
2008-03-30
-0
/
+207