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