Age | Commit message (Expand) | Author |
2020-05-28 | i2c: observe scl_count in i2c_deblock_gpio_loop() | Heinrich Schuchardt |
2020-05-28 | i2c: designware_i2c: Check if the device is powered | Raul E Rangel |
2020-05-28 | i2c: designware_i2c: Tidy up use of NULL priv | Simon Glass |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop image.h from common header | Simon Glass |
2020-05-15 | rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA | Trevor Woerner |
2020-05-15 | rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD | Trevor Woerner |
2020-05-15 | rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X | Trevor Woerner |
2020-05-10 | i2c: mxc: add fuse check | Peng Fan |
2020-04-21 | Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c | Tom Rini |
2020-04-20 | drivers: i2c: add brcm iproc I2C driver support | Rayagonda Kokatanur |
2020-04-20 | i2c: muxes: pca954x: add PCA9546 variant | Chris Packham |
2020-04-17 | doc: fix references to driver-model | Heinrich Schuchardt |
2020-03-24 | i2c: stm32f7_i2c: allows for any bus frequency | Alain Volmat |
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-03-16 | dm: i2c-gpio: add support for clock stretching | Heiko Schocher |
2020-03-16 | dm: i2c-gpio: rework gpio get/set functions | Michael Auchter |
2020-03-16 | i2c: gpio: Run deblock sequence on probe | Marek Vasut |
2020-03-16 | i2c: Add option to send start condition after deblocking | Marek Vasut |
2020-03-16 | i2c: Export i2c_deblock_gpio_loop() | Marek Vasut |
2020-03-16 | i2c: Make deblock delay and SCL clock configurable | Marek Vasut |
2020-02-18 | i2c: designware_i2c: Correct the selection of speed mode | Simon Glass |
2020-02-11 | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini |
2020-02-07 | tegra: i2c: Change driver to use helper function | 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-02-04 | i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag | Biwen Li |
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: Update drivers to use enum for speed | Simon Glass |
2020-01-27 | i2c: stm32: Update to use standard enums for speed | Simon Glass |
2020-01-27 | i2c: omap: Update to use standard enums for speed | Simon Glass |
2020-01-27 | i2c: kona_i2c: Update to use standard enums for speed | Simon Glass |
2020-01-27 | i2c: designware_i2c: Update to use standard enums for speed | Simon Glass |
2020-01-27 | i2c: ast_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 |