aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c_pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-11i2c: designware_i2c: remove apparently redundant read of 'i2c, speeds' DT pro...Rasmus Villemoes1-14/+0
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay1-1/+1
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-1/+2
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-1/+1
2021-01-30i2c: 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-18i2c: Update for new sequence numbersSimon Glass1-21/+1
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-1/+7
2020-12-13dm: 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-18common: 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