summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2016-07-26i2c: mvtwsi: Fix style violationsmario.six@gdsys.cc
2016-07-26drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver modelMugunthan V N
2016-07-26drivers: i2c: omap24xx_i2c: prepare driver for DM conversionMugunthan V N
2016-07-26drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enableMugunthan V N
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-06-10drivers: i2c: mxc: Add early initYuan Yao
2016-05-17i2c: mvtwsi: Eliminate twsi_control_flagsChris Packham
2016-05-17i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEArStefan Roese
2016-05-17i2c: Add entry for Designware I2C driver in KconfigStefan Roese
2016-05-17dm: fsl_i2c: Enable DM for FSL I2Cmario.six@gdsys.cc
2016-05-17dm: fsl_i2c: Factor out adap parametermario.six@gdsys.cc
2016-05-17dm: fsl_i2c: Prepare compatibility functionsmario.six@gdsys.cc
2016-05-17dm: fsl_i2c: Rename methods for reading/writing datamario.six@gdsys.cc
2016-05-17dm: fsl_i2c: Rename probe methodmario.six@gdsys.cc
2016-05-17dm: fsl_i2c: Remove unnecessary variablemario.six@gdsys.cc
2016-05-17dm: fsl_i2c: Reword and clarify commentmario.six@gdsys.cc
2016-05-17dm: fsl_i2c: Use clearer parameter namesmario.six@gdsys.cc
2016-05-17dm: fsl_i2c: Rename I2C register structuremario.six@gdsys.cc
2016-05-17i2c: designware_i2c: Optionally check enable status registerStefan Roese
2016-05-17i2c: muxes: Add support for TI PCA954X muxMichal Simek
2016-05-17i2c: cdns: Support different bus speedsMichal Simek
2016-05-17i2c: cdns: Moving speed setup from probe to set_bus_speed functionMichal Simek
2016-05-17i2c: cdns: Read address from DT in ofdata_to_platdataMichal Simek
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2016-04-25i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)Stefan Roese
2016-04-25i2c: designware_i2c: Add DM supportStefan Roese
2016-04-25i2c: designware_i2c: Prepare for DM driver conversionStefan Roese
2016-04-25i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()Stefan Roese
2016-04-25i2c: designware_i2c: Add dw_i2c_enable() helper functionStefan Roese
2016-04-25i2c: designware_i2c: Add ic_enable_status to ic_regs structStefan Roese
2016-04-13dm: i2c: Add driver for Cadence I2C IPMoritz Fischer
2016-04-01i2c: uniphier: use devm_get_addr() to get base addressMasahiro Yamada
2016-03-28omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOWGuy Thouret
2016-03-28dm: i2c: mxc_i2c: implement i2c_idle_busPeng Fan
2016-01-26mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer...Hans de Goede
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass
2016-01-24x86: i2c: Add a stub driver for Intel I2C/SMbusSimon Glass
2016-01-21dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass
2016-01-21rockchip: i2c: Update the driver to use the new clock IDSimon Glass
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa
2016-01-21i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCsHans de Goede
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-01-03i2c: mxc: add a condition in case the parameter is NULLGong Qianyu
2015-12-11Kconfig: i2c: Fix indentationMichal Simek
2015-12-11Kconfig: i2c: Fix typo Suport -> SupportMichal Simek
2015-11-23i2c, avr32: fix compiler warning "input is not relaxable"Heiko Schocher
2015-11-19Move console definitions into a new console.h fileSimon Glass