summaryrefslogtreecommitdiff
path: root/drivers/i2c/mxc_i2c.c
AgeCommit message (Expand)Author
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
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-08-18i2c: Clean drivers/i2c/ MakefileMichal Simek
2008-04-13add an i2c driver for mx31Sascha Hauer
2008-04-11Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:Wolfgang Denk
2008-03-30add an i2c driver for mx31Sascha Hauer