index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
at91_i2c.c
Age
Commit message (
Expand
)
Author
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