Age | Commit message (Expand) | Author |
2016-08-08 | i2c: i2c-uclass-compat: avoid any BSS usage | Vignesh R |
2016-07-27 | dm: Use dm_scan_fdt_dev() directly where possible | Simon Glass |
2016-07-27 | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() | Simon Glass |
2016-07-26 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2016-07-26 | i2c: fsl: Fix driver initialization | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Add documentation | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Make delay times frequency-dependent | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Handle zero-length offsets properly | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Add compatibility to DM | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Make address length variable | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Factor out adap parameter | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Add compatibility functions | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Use 'uint' instead of 'unsigned int' | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Get rid of status parameter | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Eliminate flags parameter | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Improve and fix comments | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Streamline code and add documentation | mario.six@gdsys.cc |
2016-07-26 | i2c: mvtwsi: Fix style violations | mario.six@gdsys.cc |
2016-07-26 | drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model | Mugunthan V N |
2016-07-26 | drivers: i2c: omap24xx_i2c: prepare driver for DM conversion | Mugunthan V N |
2016-07-26 | drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable | Mugunthan V N |
2016-07-24 | ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() | Masahiro Yamada |
2016-06-19 | clk: convert API to match reset/mailbox style | Stephen Warren |
2016-06-10 | drivers: i2c: mxc: Add early init | Yuan Yao |
2016-05-17 | i2c: mvtwsi: Eliminate twsi_control_flags | Chris Packham |
2016-05-17 | i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEAr | Stefan Roese |
2016-05-17 | i2c: Add entry for Designware I2C driver in Kconfig | Stefan Roese |
2016-05-17 | dm: fsl_i2c: Enable DM for FSL I2C | mario.six@gdsys.cc |
2016-05-17 | dm: fsl_i2c: Factor out adap parameter | mario.six@gdsys.cc |
2016-05-17 | dm: fsl_i2c: Prepare compatibility functions | mario.six@gdsys.cc |
2016-05-17 | dm: fsl_i2c: Rename methods for reading/writing data | mario.six@gdsys.cc |
2016-05-17 | dm: fsl_i2c: Rename probe method | mario.six@gdsys.cc |
2016-05-17 | dm: fsl_i2c: Remove unnecessary variable | mario.six@gdsys.cc |
2016-05-17 | dm: fsl_i2c: Reword and clarify comment | mario.six@gdsys.cc |
2016-05-17 | dm: fsl_i2c: Use clearer parameter names | mario.six@gdsys.cc |
2016-05-17 | dm: fsl_i2c: Rename I2C register structure | mario.six@gdsys.cc |
2016-05-17 | i2c: designware_i2c: Optionally check enable status register | Stefan Roese |
2016-05-17 | i2c: muxes: Add support for TI PCA954X mux | Michal Simek |
2016-05-17 | i2c: cdns: Support different bus speeds | Michal Simek |
2016-05-17 | i2c: cdns: Moving speed setup from probe to set_bus_speed function | Michal Simek |
2016-05-17 | i2c: cdns: Read address from DT in ofdata_to_platdata | Michal Simek |
2016-05-02 | Fix spelling of "occurred". | Vagrant Cascadian |
2016-04-25 | i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86) | Stefan Roese |
2016-04-25 | i2c: designware_i2c: Add DM support | Stefan Roese |
2016-04-25 | i2c: designware_i2c: Prepare for DM driver conversion | Stefan Roese |
2016-04-25 | i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed() | Stefan Roese |
2016-04-25 | i2c: designware_i2c: Add dw_i2c_enable() helper function | Stefan Roese |
2016-04-25 | i2c: designware_i2c: Add ic_enable_status to ic_regs struct | Stefan Roese |
2016-04-13 | dm: i2c: Add driver for Cadence I2C IP | Moritz Fischer |
2016-04-01 | i2c: uniphier: use devm_get_addr() to get base address | Masahiro Yamada |