summaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c_pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-31i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass1-0/+2
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-2/+2
2020-12-19i2c: Update for new sequence numbersSimon Glass1-21/+1
2020-12-19dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-1/+7
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-17i2c: designware_i2c: Support ACPI table generationSimon Glass1-1/+95
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-27i2c: designware_i2c: Add spike supressionSimon Glass1-0/+2
2020-01-27i2c: designware_i2c: Read device-tree propertiesSimon Glass1-1/+1
2019-12-15i2c: designware: Add Apollo Lake supportSimon Glass1-0/+25
2019-12-15i2c: designware: Support use in SPLSimon Glass1-3/+40
2019-12-15i2c: designware: Avoid using static dataSimon Glass1-3/+6
2019-12-15i2c: designware: Tidy up PCI supportSimon Glass1-0/+79