index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
omap24xx_i2c.c
Age
Commit message (
Expand
)
Author
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-01-27
i2c: Update drivers to use enum for speed
Simon Glass
2020-01-27
i2c: omap: Update to use standard enums for speed
Simon Glass
2018-12-10
i2c: omap24xx_i2c: Use platdata to probe the device
Jean-Jacques Hiblot
2018-12-10
i2c: omap24xx_i2c: Move away from SoC specific headers for reg offset
Vignesh R
2018-11-14
i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
Bin Meng
2018-09-11
DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATA
Adam Ford
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-09-01
Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAX
Adam Ford
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-05-15
omap24xx_i2c.c: Drop references to CONFIG_OMAP243X
Tom Rini
2017-05-09
ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3
Adam Ford
2017-03-28
i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters
Lukasz Majewski
2016-07-26
drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model
Mugunthan V N
2016-07-26
drivers: i2c: omap24xx_i2c: prepare driver for DM conversion
Mugunthan V N
2016-03-28
omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW
Guy Thouret
2015-05-28
cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer
Hannes Schmelzer
2014-07-16
i2c, omap24xx: add i2c deblock sequenz
Heiko Schocher
2014-02-20
OMAP24xx I2C: Add support for set-speed
Hannes Petermaier
2013-12-05
arm: omap: i2c: don't zero cnt in i2c_write
Nikita Kiryanov
2013-11-13
i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework
Heiko Schocher
2013-06-10
ARM: OMAP: I2C: New read, write and probe functions
Lubomir Popov
2013-01-08
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Albert ARIBAUD
2012-12-11
omap24xx_i2c: Handle OMAP5 like OMAP2,3,4
Vincent Stehlé
2012-12-10
omap24xx_i2c: Handle wait_for_bb error
Vincent Stehlé
2012-09-06
omap4 i2c: add support for i2c bus 4
Koen Kooi
2012-09-01
omap24xx_i2c: add 2-byte address support
Ilya Yanok
2012-07-07
omap24xx_i2c: Add AM33XX support
Tom Rini
2012-07-07
Revert "I2C: OMAP: detect more devices when probing an i2c bus"
Tom Rini
2012-02-21
Revert "ARM: I2C: I2C Multi byte address support"
Tom Rini
2012-02-21
Revert "ARM: AM33XX: Add AM33XX I2C driver support"
Tom Rini
2012-01-23
ARM: AM33XX: Add AM33XX I2C driver support
Patil, Rachna
2012-01-23
ARM: I2C: I2C Multi byte address support
Patil, Rachna
2012-01-16
drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM
Andreas Müller
2012-01-16
drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts
Andreas Müller
2011-09-12
ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible
Michael Jones
2011-09-12
ARMV7: OMAP: Write more than 1 byte at a time in i2c_write
Michael Jones
2011-07-28
cosmetic: spell fixes etc.
Michael Jones
2011-04-14
I2C: OMAP: detect more devices when probing an i2c bus
Nick Thompson
2010-12-21
Move DECLARE_GLOBAL_DATA_PTR to file scope
John Rigby
2010-10-25
ARMV7: OMAP: I2C driver: Fix bug found in 37XX testing
Steve Sakoman
2010-10-20
ARMV7: OMAP: I2C driver: Restructure i2c_probe function
Steve Sakoman
2010-10-20
ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function
Steve Sakoman
2010-10-20
ARMV7: OMAP: I2C driver: Restructure i2c_read_byte function
Steve Sakoman
2010-10-20
ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driver
Steve Sakoman
[next]