summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-5/+5
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+15
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2020-12-19i2c: Update for new sequence numbersSimon Glass1-38/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-14/+14
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-4/+4
2020-09-25i2c: Add a generic driver to generate ACPI infoSimon Glass1-0/+17
2020-07-17i2c: Add log_ret() on errorSimon Glass1-2/+2
2020-05-28i2c: observe scl_count in i2c_deblock_gpio_loop()Heinrich Schuchardt1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-16i2c: Add option to send start condition after deblockingMarek Vasut1-3/+20
2020-03-16i2c: Export i2c_deblock_gpio_loop()Marek Vasut1-4/+4
2020-03-16i2c: Make deblock delay and SCL clock configurableMarek Vasut1-10/+11
2020-01-27i2c: Update drivers to use enum for speedSimon Glass1-6/+6
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini1-3/+3
2019-12-17i2c: add support for offset overflow in to addressRobert Beckett1-7/+27
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-3/+3
2019-04-11DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski1-0/+24
2019-02-11i2c: Fill req_seq in i2c_post_bind()Michal Simek1-3/+25
2019-02-11i2c: dm: Record maximum id of devices before probing devicesMichal Simek1-0/+26
2018-12-10dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detectedJean-Jacques Hiblot1-0/+11
2018-09-12DM: I2C: Reduce overhead when used with OF_PLATDATAAdam Ford1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-11dm: i2c: implement gpio-based I2C deblockAlexander Kochetkov1-9/+109
2017-10-17i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclassMasahiro Yamada1-2/+0
2017-06-01dm: i2c: Convert uclass to livetreeSimon Glass1-15/+13
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+4
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-11/+3
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2016-07-26drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enableMugunthan V N1-0/+14
2015-08-06dm: i2c: Add a function to transfer messagesSimon Glass1-0/+11
2015-08-06dm: i2c: Add a message debug functionSimon Glass1-0/+16
2015-05-15dm: i2c: Add a function to find out the chip offset lengthSimon Glass1-0/+7
2015-05-06dm: i2c: Add functions to read and write a registerSimon Glass1-0/+19
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-3/+3
2015-03-06dm: i2c: Add a missing memory allocaton checkSimon Glass1-0/+2
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-8/+3
2015-01-30dm: i2c: dts: Support an offset-len device tree propertySimon Glass1-1/+2
2015-01-30dm: i2c: Move slave details to child platdataSimon Glass1-22/+32
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass1-0/+1
2015-01-30dm: i2c: Provide an offset length parameter where neededSimon Glass1-7/+9
2015-01-30dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-4/+5
2014-12-11dm: i2c: Add a uclass for I2CSimon Glass1-0/+466