Age | Commit message (Expand) | Author |
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 |
2020-01-27 | i2c: designware_i2c: Include clk.h in the header file | Simon Glass |
2020-01-27 | i2c: designware_i2c: Don't allow changing IC_CLK | Simon Glass |
2020-01-27 | i2c: designware_i2c: Add more registers | Simon Glass |
2019-12-18 | Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in... | Tom Rini |
2019-12-17 | i2c: add support for offset overflow in to address | Robert Beckett |
2019-12-15 | i2c: designware: Add Apollo Lake support | Simon Glass |
2019-12-15 | i2c: designware: Support use in SPL | Simon Glass |
2019-12-15 | i2c: designware: Avoid using static data | Simon Glass |
2019-12-15 | i2c: designware: Tidy up PCI support | Simon Glass |
2019-12-15 | dm: gpio: Allow control of GPIO uclass in SPL | Simon Glass |
2019-12-11 | i2c: i2c_cdns: fix write timeout on fifo boundary | Michael Auchter |
2019-12-02 | common: Move some time functions out of common.h | Simon Glass |
2019-11-23 | rockchip: i2c: don't sent stop bit after each message | Vasily Khoruzhick |
2019-10-14 | i2c: imx_lpi2c: add ipg clk | Peng Fan |
2019-09-02 | i2c: mxc: add CONFIG_CLK support | Peng Fan |
2019-08-27 | i2c: mxc_i2c: Remove i2c_idle_bus from probe | Ye Li |
2019-08-27 | i2c-mux-gpio: Fix GPIO request flag issue | Ye Li |
2019-08-22 | drivers: i2c: mxc: Fix compiler error when using i2c dm mode | Chuanhua Han |
2019-07-29 | i2c: remove i2c driver-model compatibility layer | Bartosz Golaszewski |
2019-07-17 | i2c: omap24xx_i2c: Adapt driver to support K3 devices | Vignesh R |
2019-07-12 | i2c: stm32f7_i2c: Fix warnings when compiling with W=1 | Patrick Delaunay |
2019-07-09 | xilinx_xiic: Fix transfer initialisation | Melin Tomas |
2019-07-09 | xilinx_xiic: Fix fill tx fifo loop | Melin Tomas |
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-05-23 | i2c: stm32f7: improve loopback in timing algorithm | Nicolas Le Bayon |
2019-05-23 | i2c: stm32f7: Fix SDADEL minimum formula | Nicolas Le Bayon |
2019-05-21 | Merge git://git.denx.de/u-boot-mpc83xx | Tom Rini |
2019-05-21 | i2c: ihs: Improve error handling | Mario Six |
2019-05-21 | i2c: ihs: Get rid of fpgamap | Mario Six |
2019-05-17 | i2c: mxc: Hide kconfig based control in DM_I2C mode | Trent Piepho |
2019-05-17 | i2c: mxc_i2c: Fix read and read->write xfers in DM mode | Trent Piepho |