summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
* i2c: Update for new sequence numbersSimon Glass2020-12-181-38/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-14/+14
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-4/+4
* i2c: Add a generic driver to generate ACPI infoSimon Glass2020-09-251-0/+17
* i2c: Add log_ret() on errorSimon Glass2020-07-171-2/+2
* i2c: observe scl_count in i2c_deblock_gpio_loop()Heinrich Schuchardt2020-05-281-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* 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: Update drivers to use enum for speedSimon Glass2020-01-271-6/+6
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2019-12-181-3/+3
|\
| * dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-3/+3
* | i2c: add support for offset overflow in to addressRobert Beckett2019-12-171-7/+27
|/
* DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski2019-04-111-0/+24
* i2c: Fill req_seq in i2c_post_bind()Michal Simek2019-02-111-3/+25
* i2c: dm: Record maximum id of devices before probing devicesMichal Simek2019-02-111-0/+26
* dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detectedJean-Jacques Hiblot2018-12-101-0/+11
* DM: I2C: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-4/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: i2c: implement gpio-based I2C deblockAlexander Kochetkov2018-04-111-9/+109
* i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclassMasahiro Yamada2017-10-171-2/+0
* dm: i2c: Convert uclass to livetreeSimon Glass2017-06-011-15/+13
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+4
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-11/+3
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-2/+1
* drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enableMugunthan V N2016-07-261-0/+14
* dm: i2c: Add a function to transfer messagesSimon Glass2015-08-051-0/+11
* dm: i2c: Add a message debug functionSimon Glass2015-08-051-0/+16
* dm: i2c: Add a function to find out the chip offset lengthSimon Glass2015-05-141-0/+7
* dm: i2c: Add functions to read and write a registerSimon Glass2015-05-051-0/+19
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-3/+3
* dm: i2c: Add a missing memory allocaton checkSimon Glass2015-03-051-0/+2
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-121-8/+3
* dm: i2c: dts: Support an offset-len device tree propertySimon Glass2015-01-291-1/+2
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-291-22/+32
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-0/+1
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-291-7/+9
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-291-4/+5
* dm: i2c: Add a uclass for I2CSimon Glass2014-12-111-0/+466