summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-1832-0/+32
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-151-2/+2
* rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2020-05-151-1/+1
* i2c: mxc: add fuse checkPeng Fan2020-05-101-0/+17
* Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini2020-04-216-2/+1065
|\
| * drivers: i2c: add brcm iproc I2C driver supportRayagonda Kokatanur2020-04-204-0/+1057
| * i2c: muxes: pca954x: add PCA9546 variantChris Packham2020-04-202-2/+8
* | doc: fix references to driver-modelHeinrich Schuchardt2020-04-174-4/+4
|/
* i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat2020-03-241-46/+59
* i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen2020-03-162-0/+7
* i2c: designware_i2c: remove 'has_high_speed'Jun Chen2020-03-162-4/+1
* i2c: designware_i2c: check is high speed possible supportJun Chen2020-03-162-0/+13
* i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen2020-03-161-1/+1
* dm: i2c-gpio: add support for clock stretchingHeiko Schocher2020-03-161-1/+22
* dm: i2c-gpio: rework gpio get/set functionsMichael Auchter2020-03-161-69/+64
* i2c: gpio: Run deblock sequence on probeMarek Vasut2020-03-161-0/+16
* i2c: Add option to send start condition after deblockingMarek Vasut2020-03-161-3/+20
* i2c: Export i2c_deblock_gpio_loop()Marek Vasut2020-03-161-4/+4
* i2c: Make deblock delay and SCL clock configurableMarek Vasut2020-03-161-10/+11
* i2c: designware_i2c: Correct the selection of speed modeSimon Glass2020-02-181-2/+2
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1116-0/+19
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0513-0/+14
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-055-0/+5
* | tegra: i2c: Change driver to use helper functionSimon Glass2020-02-071-12/+1
|/
* i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li2020-02-041-0/+1
* i2c: designware_i2c: Do more in the probe() methodSimon Glass2020-01-271-8/+8
* i2c: designware_i2c: Separate out the speed calculationSimon Glass2020-01-272-33/+48
* i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2020-01-272-17/+17
* i2c: designware_i2c: Add support for fast-plus speedSimon Glass2020-01-272-2/+12
* i2c: Update drivers to use enum for speedSimon Glass2020-01-2714-26/+32
* i2c: stm32: Update to use standard enums for speedSimon Glass2020-01-271-27/+16
* i2c: omap: Update to use standard enums for speedSimon Glass2020-01-272-5/+1
* i2c: kona_i2c: Update to use standard enums for speedSimon Glass2020-01-271-17/+11
* i2c: designware_i2c: Update to use standard enums for speedSimon Glass2020-01-272-18/+5
* i2c: ast_i2c: Update to use standard enums for speedSimon Glass2020-01-272-3/+1
* i2c: designware_i2c: Add spike supressionSimon Glass2020-01-273-1/+13
* i2c: designware_i2c: Rewrite timing calculationSimon Glass2020-01-271-22/+147
* i2c: designware_i2c: Put hold config in a structSimon Glass2020-01-271-27/+55
* i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass2020-01-271-6/+8
* i2c: designware_i2c: Read device-tree propertiesSimon Glass2020-01-273-3/+22
* i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2020-01-272-12/+10
* i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2020-01-272-4/+8
* i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2020-01-272-9/+9
* i2c: designware_i2c: Include clk.h in the header fileSimon Glass2020-01-272-1/+2
* i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass2020-01-271-2/+0
* i2c: designware_i2c: Add more registersSimon Glass2020-01-271-1/+13
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2019-12-186-94/+204
|\
| * i2c: designware: Add Apollo Lake supportSimon Glass2019-12-151-0/+25