summaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-1/+1
2020-07-17i2c: designware_i2c: Support ACPI table generationSimon Glass1-0/+15
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-03-16i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen1-0/+4
2020-03-16i2c: designware_i2c: remove 'has_high_speed'Jun Chen1-2/+0
2020-03-16i2c: designware_i2c: check is high speed possible supportJun Chen1-0/+3
2020-01-27i2c: designware_i2c: Separate out the speed calculationSimon Glass1-0/+3
2020-01-27i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass1-0/+17
2020-01-27i2c: designware_i2c: Add support for fast-plus speedSimon Glass1-0/+2
2020-01-27i2c: designware_i2c: Update to use standard enums for speedSimon Glass1-13/+0
2020-01-27i2c: designware_i2c: Add spike supressionSimon Glass1-0/+2
2020-01-27i2c: designware_i2c: Read device-tree propertiesSimon Glass1-0/+15
2020-01-27i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass1-2/+2
2020-01-27i2c: designware_i2c: Use an enum for selected speed modeSimon Glass1-3/+7
2020-01-27i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass1-4/+4
2020-01-27i2c: designware_i2c: Include clk.h in the header fileSimon Glass1-0/+1
2020-01-27i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass1-2/+0
2020-01-27i2c: designware_i2c: Add more registersSimon Glass1-1/+13
2019-12-15i2c: designware: Tidy up PCI supportSimon Glass1-0/+35
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-04-25i2c: designware_i2c: Add ic_enable_status to ic_regs structStefan Roese1-33/+35
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-12-12designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti1-0/+2
2012-12-12designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti1-3/+3
2012-12-12designware_i2c: Added s/w generation of stop bitArmando Visconti1-0/+1
2012-04-24i2c: Add support for designware i2c controllerVipin KUMAR1-0/+146