Age | Commit message (Expand) | Author |
2020-03-16 | i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed | Jun Chen |
2020-03-16 | i2c: designware_i2c: remove 'has_high_speed' | Jun Chen |
2020-03-16 | i2c: designware_i2c: check is high speed possible support | Jun Chen |
2020-03-16 | i2c: designware_i2c: Fix IC_CON register setting for high speed mode | Jun Chen |
2020-02-18 | i2c: designware_i2c: Correct the selection of speed mode | Simon Glass |
2020-02-05 | dm: core: Create a new header file for 'compat' features | Simon Glass |
2020-02-05 | dm: core: Require users of devres to include the header | Simon Glass |
2020-01-27 | i2c: designware_i2c: Do more in the probe() method | Simon Glass |
2020-01-27 | i2c: designware_i2c: Separate out the speed calculation | Simon Glass |
2020-01-27 | i2c: designware_i2c: Move dw_i2c_speed_config to header | Simon Glass |
2020-01-27 | i2c: designware_i2c: Add support for fast-plus speed | Simon Glass |
2020-01-27 | i2c: designware_i2c: Update to use standard enums for speed | Simon Glass |
2020-01-27 | i2c: designware_i2c: Add spike supression | Simon Glass |
2020-01-27 | i2c: designware_i2c: Rewrite timing calculation | Simon Glass |
2020-01-27 | i2c: designware_i2c: Put hold config in a struct | Simon Glass |
2020-01-27 | i2c: designware_i2c: Drop scl_sda_cfg parameter | Simon Glass |
2020-01-27 | i2c: designware_i2c: Read device-tree properties | Simon Glass |
2020-01-27 | i2c: designware_i2c: Use an accurate bus clock instead of MHz | Simon Glass |
2020-01-27 | i2c: designware_i2c: Use an enum for selected speed mode | Simon Glass |
2020-01-27 | i2c: designware_i2c: Rename 'max' speed to 'high' speed | Simon Glass |
2020-01-27 | i2c: designware_i2c: Include clk.h in the header file | Simon Glass |
2019-12-15 | i2c: designware: Tidy up PCI support | Simon Glass |
2019-07-09 | i2c: designware: Get clock rate from clock DM | Ley Foon Tan |
2019-07-09 | i2c: designware_i2c: Restore enable state after set speed | Jun Chen |
2019-04-25 | i2c: designware: fix reset handling on socfpga gen5 | Simon Goldschmidt |
2019-02-20 | i2c: designware: Add error checking on init | Simon Glass |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-17 | i2c: designware: add reset ctrl to driver | Dinh Nguyen |
2017-08-10 | i2c: designware: Allow sending restart conditions | Marek Vasut |
2017-06-01 | dm: Rename dev_addr..() functions | Simon Glass |
2016-10-24 | i2c: designware: Avoid overwriting the cmd_data register | Marek Vasut |
2016-05-17 | i2c: designware_i2c: Optionally check enable status register | Stefan Roese |
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 |
2014-10-29 | i2c: designware: Convert driver to multibus/multiadapter framework | Stefan Roese |
2014-10-25 | i2c: designware: add an implement i2c protos | Jeroen Hofstee |
2014-02-20 | designware_i2c: remove inclusion of <asm/arch/hardware.h> | Alexey Brodkin |
2014-02-20 | designware_i2c: Enhance DesignWare I2C driver address support | Chin Liang See |
2014-01-13 | drivers/designware_i2c - add suppor of CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW | Alexey Brodkin |
2013-11-13 | designware_i2c: remove 10msec delay in i2c_xfer_finish | Alexey Brodkin |
2013-11-13 | designware_i2c: disable i2c controller during target address setup | Alexey Brodkin |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2012-12-11 | designware_i2c: Fixed the setting of the i2c bus speed | Armando Visconti |
2012-12-11 | designware_i2c: Added s/w generation of stop bit | Armando Visconti |
2012-12-11 | designware_i2c.c: Added the support for MULTI_BUS | Armando Visconti |
2012-07-07 | i2c: designware_i2c.c: Add support for the "i2c probe" command | Stefan Roese |
2012-04-24 | i2c:designware Turn off the ctrl when setting the speed | Armando Visconti |