Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
abc574b0c007f05d4d8b5c77f203a453881306e5
/
drivers
/
i2c
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
714642d
i2c: lpc32xx: correct sanity check for requested bus speed
by Vladimir Zapolskiy
· 9 years ago
fb51abb
i2c: lpc32xx: add support for OTG I2C
by Sylvain Lemieux
· 9 years ago
2e6300f
i2c: lpc32xx: fix write timeout
by Sylvain Lemieux
· 9 years ago
dcdd925
i2c: lpc32xx: fix read timeout
by Sylvain Lemieux
· 9 years ago
e071cd7
i2c: lpc32xx: use api to get hclk instead of fix value
by Sylvain Lemieux
· 9 years ago
cc85b7b
drivers: hierarchize drivers Kconfig menu
by Masahiro Yamada
· 9 years ago
eb2cc51
cros_ec: Support the LDO access method used by spring
by Simon Glass
· 9 years ago
9ad07af
dm: cros_ec: Convert the I2C tunnel code to use driver model
by Simon Glass
· 9 years ago
e3b8c86
exynos: i2c: Tidy up the driver model code
by Simon Glass
· 9 years ago
824802d
exynos: i2c: Fix code style with ReadWriteByte()
by Simon Glass
· 9 years ago
e6346b0
i2c: Add a mux for GPIO-based I2C bus arbitration
by Simon Glass
· 9 years ago
2a80c40
dm: i2c: Add support for multiplexed I2C buses
by Simon Glass
· 9 years ago
f281885
dm: i2c: Add a function to transfer messages
by Simon Glass
· 9 years ago
a8e64c4
dm: i2c: Add a message debug function
by Simon Glass
· 9 years ago
65022b3
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
2bd3a3e
i2c: tegra: Build warning fixes for 64-bit
by Thierry Reding
· 9 years ago
37203e1
Merge branch 'master' of git://git.denx.de/u-boot
by Stefano Babic
· 9 years ago
8db5f47
exynos: i2c: Correct bug in pinmux selection
by Simon Glass
· 9 years ago
40281ba
i2c: fix vf610 support
by Albert ARIBAUD \(3ADEV\)
· 9 years ago
8a18dd8
dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()
by Simon Glass
· 10 years ago
0e7c339
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 9 years ago
563ee4c
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
by Masahiro Yamada
· 9 years ago
663a23f
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
by Masahiro Yamada
· 9 years ago
7935f03
cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer
by Hannes Schmelzer
· 9 years ago
0c465bf
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
24ebcf2
i2c, mxc: rework i2c base address names for different SoCs
by Heiko Schocher
· 10 years ago
5c4b1e9
arm, imx6, i2c: add I2C4 for MX6DL
by Heiko Schocher
· 10 years ago
a392caa
Merge git://git.denx.de/u-boot-samsung
by Tom Rini
· 10 years ago
daa4577
sandbox: i2c: search child emul dev and check its uclass id
by Przemyslaw Marczak
· 10 years ago
8262cb1
i2c: mxc: refactor i2c driver and support dm
by Peng Fan
· 10 years ago
9a1589a
dm: i2c: Add a function to find out the chip offset length
by Simon Glass
· 10 years ago
4e92237
i2c: s3c: Implant support for S3C2440
by Marek Vasut
· 10 years ago
0547483
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
by Axel Lin
· 10 years ago
4c70ed9
dm: i2c: Add an explicit test mode to the sandbox I2C driver
by Simon Glass
· 10 years ago
0c70261
dm: i2c: Add functions to read and write a register
by Simon Glass
· 10 years ago
34d8e95
dm: i2c: sandbox: Add debugging to the speed limit
by Simon Glass
· 10 years ago
f1a5216
driver/i2c/mxc: Enable I2C bus 3 and 4
by York Sun
· 10 years ago
39bc3be
sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
46227bd
dm: core: Rename driver data function to dev_get_driver_data()
by Simon Glass
· 10 years ago
d3aa7e1
dm: i2c: add i2c-gpio driver
by Przemyslaw Marczak
· 10 years ago
e5fa121
Kconfig: i2c: fix help message related to dm i2c
by Przemyslaw Marczak
· 10 years ago
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
de0977b
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
2fae3e7
i2c: mvtwsi: Support for up to 4 different controllers
by Paul Kocialkowski
· 10 years ago
b23324c
lpc32xx: i2c: add LPC32xx I2C interface support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
cca56a7
i2c: mvtwsi: Fix problem with baud rate calculation
by Stefan Roese
· 10 years ago
8bd9079
mv_i2c: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
d5f83a4
ARM: UniPhier: adjust device trees for business transfer
by Masahiro Yamada
· 10 years ago
b75c449
dm: i2c: Add a missing memory allocaton check
by Simon Glass
· 10 years ago
e200ee2
dm: Move CONFIG_I2C_COMPAT to Kconfig
by Simon Glass
· 10 years ago
d8b771d
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
d5ff0b9
dm: i2c: Make API accessible even without CONFIG_DM
by Simon Glass
· 10 years ago
e4e8ff2
dm: i2c: Add a dm_ prefix to driver model bus speed functions
by Simon Glass
· 10 years ago
a99827f
i2c: s3c24x0: reduce transmission status timeout
by Przemyslaw Marczak
· 10 years ago
4e003c5
dm: i2c: Add two more I2C init functions to the compatibility layer
by Simon Glass
· 10 years ago
f542841
dm: i2c: dts: Support an offset-len device tree property
by Simon Glass
· 10 years ago
2a4f811
dm: i2c: s3c24x0: adjust to dm-i2c api
by Przemyslaw Marczak
· 10 years ago
7d73708
dm: i2c-uclass-compat: fix missed argument
by Przemyslaw Marczak
· 10 years ago
713c3f0
dm: i2c: Move slave details to child platdata
by Simon Glass
· 10 years ago
0ccb097
dm: core: Add a flag to control sequence numbering
by Simon Glass
· 10 years ago
a2723ae
dm: i2c: Provide an offset length parameter where needed
by Simon Glass
· 10 years ago
0275eb1
dm: i2c: Add a compatbility layer
by Simon Glass
· 10 years ago
7d72276
dm: i2c: Rename driver model I2C functions to permit compatibility
by Simon Glass
· 10 years ago
4e82e5e
i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller
by Masahiro Yamada
· 10 years ago
96a42ed
i2c: UniPhier: add driver for UniPhier i2c controller
by Masahiro Yamada
· 10 years ago
cd5cf8e
i2c: add CONFIG_DM_I2C to Kconfig
by Masahiro Yamada
· 10 years ago
b67e227
i2c:mxc fix array size of i2c_data
by Peng Fan
· 10 years ago
667aee9
dm: i2c: tegra: Convert to driver model
by Simon Glass
· 10 years ago
3834c84
dm: i2c: Add a sandbox I2C driver
by Simon Glass
· 10 years ago
daa5470
dm: i2c: Add I2C emulation driver for sandbox
by Simon Glass
· 10 years ago
c7a5890
dm: i2c: Add a uclass for I2C
by Simon Glass
· 10 years ago
b896fee
i2c: Correct spelling error
by Mark Tomlinson
· 10 years ago
7753552
i2c: Fix deselection of muxes
by Mark Tomlinson
· 10 years ago
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
80d27fa
blackfin: convert to use CONFIG_SYS_I2C framework
by Scott Jiang
· 10 years ago
0030ed7
adi_i2c: convert to use general io accessors.
by Scott Jiang
· 10 years ago
655761e
blackfin: rename bfin-twi_i2c driver to adi_i2c
by Scott Jiang
· 10 years ago
c1b7c04
i2c: rcar_i2c: Fix order of restart and clear status
by Nobuhiro Iwamatsu
· 10 years ago
2ba098f
drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms
by Shaveta Leekha
· 10 years ago
455b746
ppc4xx: Handle i2c stuck on combined xfer
by Dirk Eibach
· 10 years ago
6301173
ppc4xx: Fix i2c repeated start
by Dirk Eibach
· 10 years ago
f458c4d
i2c: use __weak
by Jeroen Hofstee
· 10 years ago
ef6073e
i2c: designware: Convert driver to multibus/multiadapter framework
by Stefan Roese
· 10 years ago
55844a7
i2c: mxs: Add support for I2C 1 on i.MX28
by Marek Vasut
· 10 years ago
051f0ea
i2c: mxs: Pass the i2c_adapter around
by Marek Vasut
· 10 years ago
f6da94a
i2c: mxs: Add basic support for i2c framework
by Marek Vasut
· 10 years ago
1910402
i2c: mxs: Consolidate hard-coded bus address
by Marek Vasut
· 10 years ago
dffb827
i2c: designware: add an implement i2c protos
by Jeroen Hofstee
· 10 years ago
93dfae7
tegra: make local functions static
by Jeroen Hofstee
· 10 years ago
54cd2b2
i2c: mvtwsi: Add support for Marvell Armada XP
by Stefan Roese
· 10 years ago
c243784
arm: marvell: Move arch/kirkwood.h to arch/soc.h
by Stefan Roese
· 10 years ago
b62b39b
cosmetic: replace MIN, MAX with min, max
by Masahiro Yamada
· 10 years ago
f3e12b7
kconfig: add blank Kconfig files
by Masahiro Yamada
· 10 years ago
95b0ab5
ls102xa: i2c: Add i2c support for LS102xA
by Wang Huan
· 10 years ago
33f6964
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
3352b22
sunxi: Add i2c support
by Hans de Goede
· 10 years ago
9830f1c
mvtwsi: convert to CONFIG_SYS_I2C framework
by Hans de Goede
· 10 years ago
37787f6
fsl_i2c: add support for 3rd and 4th I2C
by Shengzhou Liu
· 10 years ago
0ecd655
i2c, omap24xx: add i2c deblock sequenz
by Heiko Schocher
· 10 years ago
Next »