summaryrefslogtreecommitdiff
path: root/drivers/i2c/at91_i2c.c
AgeCommit message (Expand)Author
2022-01-13i2c: at91: add compatible with microchip,sam9x60-i2cEugen Hristev
2021-02-21i2c: at91: fix crash when using 'i2c probe'Eugen Hristev
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-07i2c: at91_i2c: remove the .probe_chip functionAlan Ott
2017-12-07i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott
2017-08-09i2c: at91: Add missing probe function to device driverWenyou.Yang@microchip.com
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-28i2c: at91_i2c: Change error return -ENODEV to -EINVALWenyou Yang
2016-10-28i2c: at91_i2c: Remove unnecessary clock callingWenyou Yang
2016-09-13i2c: at91_i2c: Fix the wrong include fileWenyou Yang
2016-08-15i2c: atmel: add i2c driverSongjun Wu