summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/mxc_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: i2c: mxc: Add early initYuan Yao2016-06-101-0/+27
* dm: i2c: mxc_i2c: implement i2c_idle_busPeng Fan2016-03-281-9/+92
* i2c: mxc: add a condition in case the parameter is NULLGong Qianyu2016-01-031-2/+10
* armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-291-2/+2
* I2C: mxc_i2c: make I2C1 and I2C2 optionalAlbert ARIBAUD \\(3ADEV\\)2015-10-021-0/+6
* i2c: fix vf610 supportAlbert ARIBAUD \(3ADEV\)2015-07-101-1/+2
* i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher2015-05-261-25/+24
* arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher2015-05-261-0/+3
* i2c: mxc: refactor i2c driver and support dmPeng Fan2015-05-141-185/+396
* driver/i2c/mxc: Enable I2C bus 3 and 4York Sun2015-04-231-3/+14
* i2c:mxc fix array size of i2c_dataPeng Fan2015-01-081-11/+11
* ls102xa: i2c: Add i2c support for LS102xAWang Huan2014-09-081-2/+2
* ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun2014-07-031-0/+5
* driver/mxc_i2c: Move static data structure to global_dataYork Sun2014-04-291-10/+8
* i2c: mxc: move to new subsystemtrem2013-10-171-59/+78
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-7/+55
|\
| * I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang2013-07-231-7/+55
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
|/
* i2c: Staticize local functions in mxc i2c driverMarek Vasut2012-12-111-2/+2
* imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser2012-10-151-2/+2
* mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky2012-07-311-0/+17
* mxc_i2c: add bus recovery supportTroy Kisky2012-07-311-0/+26
* mxc_i2c: prep work for multiple busses supportTroy Kisky2012-07-311-21/+104
* mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky2012-07-311-12/+7
* mxc_i2c: add retriesTroy Kisky2012-07-311-9/+27
* mxc_i2c: check for arbitration lostTroy Kisky2012-07-311-0/+7
* mxc_i2c: change slave addr if conflicts with destination.Troy Kisky2012-07-311-0/+2
* mxc_i2c: don't disable controller after every transactionTroy Kisky2012-07-311-15/+13
* mxc_i2c: place i2c_reset code inlineTroy Kisky2012-07-311-12/+3
* mxc_i2c: place imx_start code inlineTroy Kisky2012-07-311-33/+20
* mxc_i2c: remove redundant readTroy Kisky2012-07-311-1/+0
* mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky2012-07-311-51/+29
* mxc_i2c.c: code i2c_probe as a 0 length i2c_writeTroy Kisky2012-07-311-17/+8
* mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_writeTroy Kisky2012-07-311-3/+7
* mxc_i2c: create i2c_init_transferTroy Kisky2012-07-311-26/+18
* mxc_i2c: clear i2sr before waiting for bitTroy Kisky2012-07-311-4/+5
* mxc_i2c: create tx_byte functionTroy Kisky2012-07-311-58/+24
* mxc_i2c: remove ifdef of CONFIG_HARD_I2CTroy Kisky2012-07-311-5/+1
* mxc_i2c: fix i2c_imx_stopTroy Kisky2012-07-311-1/+1
* mxc_i2c: remove setting speed at each startTroy Kisky2012-07-111-6/+0
* mxc_i2c: specify i2c base address in config fileTroy Kisky2012-07-111-21/+4
* I2C: Fix mxc_i2c.c problem on imx31_phycoreMarek Vasut2011-11-031-11/+26
* I2C: added I2C-2 and I2C-3 to MX35Stefano Babic2011-11-031-0/+4
* I2C: Add i2c_get/set_speed() to mxc_i2c.cMarek Vasut2011-10-271-8/+23
* I2C: mxc_i2c reworkMarek Vasut2011-09-301-133/+289
* I2C: mxc: fix compilation for MX31Stefano Babic2011-09-071-4/+1
* IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic2011-04-271-6/+1
* I2C: mxc_i2c: address failure with mx35 processorStefano Babic2011-02-021-18/+68
* I2C: mxc_i2c: get rid of __REG accessStefano Babic2011-02-021-28/+44
* mxc_i2c: Add support for the i.MX35 processorStefano Babic2011-02-021-4/+5
OpenPOWER on IntegriCloud