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
/
at91_i2c.c
Age
Commit message (
Expand
)
Author
2022-01-13
i2c: at91: add compatible with microchip,sam9x60-i2c
Eugen Hristev
2021-02-21
i2c: at91: fix crash when using 'i2c probe'
Eugen Hristev
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-25
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
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 (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-12-07
i2c: at91_i2c: remove the .probe_chip function
Alan Ott
2017-12-07
i2c: at91_i2c: Wait for TXRDY after sending the first byte
Alan Ott
2017-08-09
i2c: at91: Add missing probe function to device driver
Wenyou.Yang@microchip.com
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-10-28
i2c: at91_i2c: Change error return -ENODEV to -EINVAL
Wenyou Yang
2016-10-28
i2c: at91_i2c: Remove unnecessary clock calling
Wenyou Yang
2016-09-13
i2c: at91_i2c: Fix the wrong include file
Wenyou Yang
2016-08-15
i2c: atmel: add i2c driver
Songjun Wu