index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
i2c-uclass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
1
-1
/
+1
*
i2c: Update for new sequence numbers
Simon Glass
2020-12-18
1
-38
/
+1
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
1
-3
/
+3
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-14
/
+14
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-4
/
+4
*
i2c: Add a generic driver to generate ACPI info
Simon Glass
2020-09-25
1
-0
/
+17
*
i2c: Add log_ret() on error
Simon Glass
2020-07-17
1
-2
/
+2
*
i2c: observe scl_count in i2c_deblock_gpio_loop()
Heinrich Schuchardt
2020-05-28
1
-1
/
+1
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
i2c: Add option to send start condition after deblocking
Marek Vasut
2020-03-16
1
-3
/
+20
*
i2c: Export i2c_deblock_gpio_loop()
Marek Vasut
2020-03-16
1
-4
/
+4
*
i2c: Make deblock delay and SCL clock configurable
Marek Vasut
2020-03-16
1
-10
/
+11
*
i2c: Update drivers to use enum for speed
Simon Glass
2020-01-27
1
-6
/
+6
*
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...
Tom Rini
2019-12-18
1
-3
/
+3
|
\
|
*
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2019-12-15
1
-3
/
+3
*
|
i2c: add support for offset overflow in to address
Robert Beckett
2019-12-17
1
-7
/
+27
|
/
*
DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property
Lukasz Majewski
2019-04-11
1
-0
/
+24
*
i2c: Fill req_seq in i2c_post_bind()
Michal Simek
2019-02-11
1
-3
/
+25
*
i2c: dm: Record maximum id of devices before probing devices
Michal Simek
2019-02-11
1
-0
/
+26
*
dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected
Jean-Jacques Hiblot
2018-12-10
1
-0
/
+11
*
DM: I2C: Reduce overhead when used with OF_PLATDATA
Adam Ford
2018-09-11
1
-4
/
+4
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
dm: i2c: implement gpio-based I2C deblock
Alexander Kochetkov
2018-04-11
1
-9
/
+109
*
i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass
Masahiro Yamada
2017-10-17
1
-2
/
+0
*
dm: i2c: Convert uclass to livetree
Simon Glass
2017-06-01
1
-15
/
+13
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-3
/
+4
*
dm: Use dm_scan_fdt_dev() directly where possible
Simon Glass
2016-07-27
1
-11
/
+3
*
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
Simon Glass
2016-07-27
1
-2
/
+1
*
drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable
Mugunthan V N
2016-07-26
1
-0
/
+14
*
dm: i2c: Add a function to transfer messages
Simon Glass
2015-08-05
1
-0
/
+11
*
dm: i2c: Add a message debug function
Simon Glass
2015-08-05
1
-0
/
+16
*
dm: i2c: Add a function to find out the chip offset length
Simon Glass
2015-05-14
1
-0
/
+7
*
dm: i2c: Add functions to read and write a register
Simon Glass
2015-05-05
1
-0
/
+19
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
1
-3
/
+3
*
dm: i2c: Add a missing memory allocaton check
Simon Glass
2015-03-05
1
-0
/
+2
*
dm: i2c: Add a dm_ prefix to driver model bus speed functions
Simon Glass
2015-02-12
1
-8
/
+3
*
dm: i2c: dts: Support an offset-len device tree property
Simon Glass
2015-01-29
1
-1
/
+2
*
dm: i2c: Move slave details to child platdata
Simon Glass
2015-01-29
1
-22
/
+32
*
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
1
-0
/
+1
*
dm: i2c: Provide an offset length parameter where needed
Simon Glass
2015-01-29
1
-7
/
+9
*
dm: i2c: Rename driver model I2C functions to permit compatibility
Simon Glass
2015-01-29
1
-4
/
+5
*
dm: i2c: Add a uclass for I2C
Simon Glass
2014-12-11
1
-0
/
+466