aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren1-4/+2
2016-06-10drivers: i2c: mxc: Add early initYuan Yao2-0/+32
2016-05-17i2c: mvtwsi: Eliminate twsi_control_flagsChris Packham1-33/+29
2016-05-17i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEArStefan Roese1-0/+10
2016-05-17i2c: Add entry for Designware I2C driver in KconfigStefan Roese1-0/+8
2016-05-17dm: fsl_i2c: Enable DM for FSL I2Cmario.six@gdsys.cc2-0/+110
2016-05-17dm: fsl_i2c: Factor out adap parametermario.six@gdsys.cc1-67/+49
2016-05-17dm: fsl_i2c: Prepare compatibility functionsmario.six@gdsys.cc1-8/+39
2016-05-17dm: fsl_i2c: Rename methods for reading/writing datamario.six@gdsys.cc1-8/+8
2016-05-17dm: fsl_i2c: Rename probe methodmario.six@gdsys.cc1-5/+5
2016-05-17dm: fsl_i2c: Remove unnecessary variablemario.six@gdsys.cc1-3/+2
2016-05-17dm: fsl_i2c: Reword and clarify commentmario.six@gdsys.cc1-14/+6
2016-05-17dm: fsl_i2c: Use clearer parameter namesmario.six@gdsys.cc1-31/+32
2016-05-17dm: fsl_i2c: Rename I2C register structuremario.six@gdsys.cc1-57/+66
2016-05-17i2c: designware_i2c: Optionally check enable status registerStefan Roese1-0/+9
2016-05-17i2c: muxes: Add support for TI PCA954X muxMichal Simek3-0/+90
2016-05-17i2c: cdns: Support different bus speedsMichal Simek1-7/+69
2016-05-17i2c: cdns: Moving speed setup from probe to set_bus_speed functionMichal Simek1-37/+11
2016-05-17i2c: cdns: Read address from DT in ofdata_to_platdataMichal Simek1-4/+12
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-1/+1
2016-04-25i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)Stefan Roese1-12/+106
2016-04-25i2c: designware_i2c: Add DM supportStefan Roese1-26/+123
2016-04-25i2c: designware_i2c: Prepare for DM driver conversionStefan Roese1-83/+90
2016-04-25i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()Stefan Roese1-24/+13
2016-04-25i2c: designware_i2c: Add dw_i2c_enable() helper functionStefan Roese1-20/+27
2016-04-25i2c: designware_i2c: Add ic_enable_status to ic_regs structStefan Roese1-33/+35
2016-04-13dm: i2c: Add driver for Cadence I2C IPMoritz Fischer3-0/+343
2016-04-01i2c: uniphier: use devm_get_addr() to get base addressMasahiro Yamada2-13/+10
2016-03-28omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOWGuy Thouret1-0/+34
2016-03-28dm: i2c: mxc_i2c: implement i2c_idle_busPeng Fan1-9/+92
2016-01-26mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer...Hans de Goede1-2/+2
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass1-0/+24
2016-01-24x86: i2c: Add a stub driver for Intel I2C/SMbusSimon Glass3-0/+61
2016-01-21dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass3-3/+12
2016-01-21rockchip: i2c: Update the driver to use the new clock IDSimon Glass1-16/+22
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa1-0/+11
2016-01-21i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCsHans de Goede1-4/+16
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-13/+1
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese1-1/+1
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-2/+10
2016-01-03i2c: mxc: add a condition in case the parameter is NULLGong Qianyu1-2/+10
2015-12-11Kconfig: i2c: Fix indentationMichal Simek1-7/+7
2015-12-11Kconfig: i2c: Fix typo Suport -> SupportMichal Simek1-1/+1
2015-11-23i2c, avr32: fix compiler warning "input is not relaxable"Heiko Schocher1-1/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-12i2c: soft_i2c: Fix bus indizesDirk Eibach1-10/+10
2015-11-12hrcon: Add fan controllersDirk Eibach1-0/+28
2015-11-12hrcon: Add support for the DH variantDirk Eibach1-0/+28
2015-11-12i2c: ihs_i2c: Fix hold_bus controlDirk Eibach1-1/+1
2015-11-12i2c: ihs_i2c: Use macro bestpracticesDirk Eibach1-10/+14