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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i2c: Add log_ret() on error
Simon Glass
2020-07-17
1
-2
/
+2
*
i2c: designware_i2c: Add a little more debugging
Simon Glass
2020-07-17
1
-5
/
+5
*
dm: acpi: Enhance acpi_get_name()
Simon Glass
2020-07-17
1
-10
/
+0
*
acpi: Support generation of I2C descriptor
Simon Glass
2020-07-17
1
-0
/
+11
*
core: add support for U_BOOT_DRIVER_ALIAS
Walter Lozano
2020-07-09
1
-0
/
+2
*
drivers: rename drivers to match compatible string
Walter Lozano
2020-07-09
1
-2
/
+2
*
i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7
Patrick Delaunay
2020-07-09
1
-1
/
+73
*
i2c: stm32f7: add stm32mp15 compatible
Patrick Delaunay
2020-07-09
1
-0
/
+1
*
i2c: imx_lpi2c: Improve the codes to use private data
Ye Li
2020-07-09
1
-11
/
+11
*
i2c: i2c-cortina: added CAxxxx I2C support
Arthur Li
2020-07-09
4
-0
/
+443
*
i2c: octeon_i2c: Add I2C controller driver for Octeon
Suneel Garapati
2020-07-09
3
-0
/
+858
*
i2c: observe scl_count in i2c_deblock_gpio_loop()
Heinrich Schuchardt
2020-05-28
1
-1
/
+1
*
i2c: designware_i2c: Check if the device is powered
Raul E Rangel
2020-05-28
1
-0
/
+17
*
i2c: designware_i2c: Tidy up use of NULL priv
Simon Glass
2020-05-28
1
-11
/
+23
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
10
-0
/
+10
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
24
-0
/
+24
*
common: Drop log.h from common header
Simon Glass
2020-05-18
32
-0
/
+32
*
common: Drop image.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
Trevor Woerner
2020-05-15
1
-1
/
+1
*
rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
Trevor Woerner
2020-05-15
1
-2
/
+2
*
rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
Trevor Woerner
2020-05-15
1
-1
/
+1
*
i2c: mxc: add fuse check
Peng Fan
2020-05-10
1
-0
/
+17
*
Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
Tom Rini
2020-04-21
6
-2
/
+1065
|
\
|
*
drivers: i2c: add brcm iproc I2C driver support
Rayagonda Kokatanur
2020-04-20
4
-0
/
+1057
|
*
i2c: muxes: pca954x: add PCA9546 variant
Chris Packham
2020-04-20
2
-2
/
+8
*
|
doc: fix references to driver-model
Heinrich Schuchardt
2020-04-17
4
-4
/
+4
|
/
*
i2c: stm32f7_i2c: allows for any bus frequency
Alain Volmat
2020-03-24
1
-46
/
+59
*
i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed
Jun Chen
2020-03-16
2
-0
/
+7
*
i2c: designware_i2c: remove 'has_high_speed'
Jun Chen
2020-03-16
2
-4
/
+1
*
i2c: designware_i2c: check is high speed possible support
Jun Chen
2020-03-16
2
-0
/
+13
*
i2c: designware_i2c: Fix IC_CON register setting for high speed mode
Jun Chen
2020-03-16
1
-1
/
+1
*
dm: i2c-gpio: add support for clock stretching
Heiko Schocher
2020-03-16
1
-1
/
+22
*
dm: i2c-gpio: rework gpio get/set functions
Michael Auchter
2020-03-16
1
-69
/
+64
*
i2c: gpio: Run deblock sequence on probe
Marek Vasut
2020-03-16
1
-0
/
+16
*
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: designware_i2c: Correct the selection of speed mode
Simon Glass
2020-02-18
1
-2
/
+2
*
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-11
16
-0
/
+19
|
\
|
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
13
-0
/
+14
|
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
5
-0
/
+5
*
|
tegra: i2c: Change driver to use helper function
Simon Glass
2020-02-07
1
-12
/
+1
|
/
*
i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag
Biwen Li
2020-02-04
1
-0
/
+1
*
i2c: designware_i2c: Do more in the probe() method
Simon Glass
2020-01-27
1
-8
/
+8
*
i2c: designware_i2c: Separate out the speed calculation
Simon Glass
2020-01-27
2
-33
/
+48
*
i2c: designware_i2c: Move dw_i2c_speed_config to header
Simon Glass
2020-01-27
2
-17
/
+17
*
i2c: designware_i2c: Add support for fast-plus speed
Simon Glass
2020-01-27
2
-2
/
+12
*
i2c: Update drivers to use enum for speed
Simon Glass
2020-01-27
14
-26
/
+32
*
i2c: stm32: Update to use standard enums for speed
Simon Glass
2020-01-27
1
-27
/
+16
*
i2c: omap: Update to use standard enums for speed
Simon Glass
2020-01-27
2
-5
/
+1
[prev]
[next]