summaryrefslogtreecommitdiff
path: root/drivers/i2c/fsl_i2c.c
Commit message (Expand)AuthorAgeLines
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-1/+1
* i2c: fsl: Fix driver initializationmario.six@gdsys.cc2016-07-26-5/+4
* dm: fsl_i2c: Enable DM for FSL I2Cmario.six@gdsys.cc2016-05-17-0/+103
* dm: fsl_i2c: Factor out adap parametermario.six@gdsys.cc2016-05-17-67/+49
* dm: fsl_i2c: Prepare compatibility functionsmario.six@gdsys.cc2016-05-17-8/+39
* dm: fsl_i2c: Rename methods for reading/writing datamario.six@gdsys.cc2016-05-17-8/+8
* dm: fsl_i2c: Rename probe methodmario.six@gdsys.cc2016-05-17-5/+5
* dm: fsl_i2c: Remove unnecessary variablemario.six@gdsys.cc2016-05-17-3/+2
* dm: fsl_i2c: Reword and clarify commentmario.six@gdsys.cc2016-05-17-14/+6
* dm: fsl_i2c: Use clearer parameter namesmario.six@gdsys.cc2016-05-17-31/+32
* dm: fsl_i2c: Rename I2C register structuremario.six@gdsys.cc2016-05-17-57/+66
* Add more SPDX-License-Identifier tagsTom Rini2016-01-19-13/+1
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
* drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100msShaveta Leekha2014-11-10-1/+1
* fsl_i2c: add support for 3rd and 4th I2CShengzhou Liu2014-07-16-2/+20
* drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte writeShaveta Leekha2014-04-29-7/+34
* fsl_i2c: add workaround for the erratum I2C A004447Chunhe Lan2013-08-20-3/+11
* fsl_i2c: generate nine pulses on SCL if the I2C bus is hungChunhe Lan2013-08-20-2/+57
* i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-23-133/+85
* i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0Reinhard Pfau2013-07-16-3/+6
* ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass2013-02-04-3/+4
* drivers/i2c/fsl_i2c.c: sparse fixKim Phillips2012-10-25-1/+1
* fsl_i2c: Fix compile warningKumar Gala2011-11-09-1/+1
* Powerpc/i2c: Use the same initialize codesJerry Huang2011-11-04-22/+25
* fsl_i2c: Added a callpoint for i2c_board_late_initRichard Retanubun2010-04-19-3/+13
* fsl_i2c: Do not generate STOP after read.Joakim Tjernlund2009-09-28-5/+6
* fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSRJoakim Tjernlund2009-09-28-35/+55
* fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR}Joakim Tjernlund2009-09-28-3/+11
* fsl_i2c: Wait for STOP condition to propagateJoakim Tjernlund2009-09-28-4/+8
* fsl_i2c: increase I2C timeout values and make them configurableTimur Tabi2009-09-06-4/+20
* i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2cHeiko Schocher2009-07-21-0/+6
* 83xx, i2c: add mux support for fsl_i2cHeiko Schocher2009-03-05-1/+21
* i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi2008-12-15-16/+0
* Section name should be ".data", not "data"Trent Piepho2008-12-09-4/+3
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-11/+11
* Add I2C frequency dividers for ColdFireTsiChung Liew2008-08-28-1/+33
* i2c: Clean drivers/i2c/ MakefileMichal Simek2008-08-18-2/+0
* Fix merge problemsStefan Roese2008-08-06-7/+11
* Fix warnings introduced by I2C bus speed setting patchKumar Gala2008-04-13-4/+3
* Add support for setting the I2C bus speed in fsl_i2c.cTimur Tabi2008-03-27-9/+105
* drivers/i2c : move i2c drivers to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2007-11-20-0/+295