summaryrefslogtreecommitdiff
path: root/drivers/i2c/mxc_i2c.c
AgeCommit message (Expand)Author
2016-01-03i2c: mxc: add a condition in case the parameter is NULLGong Qianyu
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu
2015-10-02I2C: mxc_i2c: make I2C1 and I2C2 optionalAlbert ARIBAUD \\(3ADEV\\)
2015-07-10i2c: fix vf610 supportAlbert ARIBAUD \(3ADEV\)
2015-05-26i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher
2015-05-26arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher
2015-05-14i2c: mxc: refactor i2c driver and support dmPeng Fan
2015-04-23driver/i2c/mxc: Enable I2C bus 3 and 4York Sun
2015-01-08i2c:mxc fix array size of i2c_dataPeng Fan
2014-09-08ls102xa: i2c: Add i2c support for LS102xAWang Huan
2014-07-03ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun
2014-04-29driver/mxc_i2c: Move static data structure to global_dataYork Sun
2013-10-17i2c: mxc: move to new subsystemtrem
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang
2012-12-11i2c: Staticize local functions in mxc i2c driverMarek Vasut
2012-10-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser
2012-07-31mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky
2012-07-31mxc_i2c: add bus recovery supportTroy Kisky
2012-07-31mxc_i2c: prep work for multiple busses supportTroy Kisky
2012-07-31mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky
2012-07-31mxc_i2c: add retriesTroy Kisky
2012-07-31mxc_i2c: check for arbitration lostTroy Kisky
2012-07-31mxc_i2c: change slave addr if conflicts with destination.Troy Kisky
2012-07-31mxc_i2c: don't disable controller after every transactionTroy Kisky
2012-07-31mxc_i2c: place i2c_reset code inlineTroy Kisky
2012-07-31mxc_i2c: place imx_start code inlineTroy Kisky
2012-07-31mxc_i2c: remove redundant readTroy Kisky
2012-07-31mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky
2012-07-31mxc_i2c.c: code i2c_probe as a 0 length i2c_writeTroy Kisky
2012-07-31mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_writeTroy Kisky
2012-07-31mxc_i2c: create i2c_init_transferTroy Kisky
2012-07-31mxc_i2c: clear i2sr before waiting for bitTroy Kisky
2012-07-31mxc_i2c: create tx_byte functionTroy Kisky
2012-07-31mxc_i2c: remove ifdef of CONFIG_HARD_I2CTroy Kisky
2012-07-31mxc_i2c: fix i2c_imx_stopTroy Kisky
2012-07-11mxc_i2c: remove setting speed at each startTroy Kisky
2012-07-11mxc_i2c: specify i2c base address in config fileTroy Kisky
2011-11-03I2C: Fix mxc_i2c.c problem on imx31_phycoreMarek Vasut
2011-11-03I2C: added I2C-2 and I2C-3 to MX35Stefano Babic
2011-10-27I2C: Add i2c_get/set_speed() to mxc_i2c.cMarek Vasut
2011-09-30I2C: mxc_i2c reworkMarek Vasut
2011-09-07I2C: mxc: fix compilation for MX31Stefano Babic
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic
2011-02-02I2C: mxc_i2c: address failure with mx35 processorStefano Babic
2011-02-02I2C: mxc_i2c: get rid of __REG accessStefano Babic
2011-02-02mxc_i2c: Add support for the i.MX35 processorStefano Babic
2011-02-02mxc_i2c: add support for MX53 processorLiu Hui-R64343
2009-02-14i.MX31: Start the I2C clock on driver initialisationGuennadi Liakhovetski