summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/at91_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: at91: fix crash when using 'i2c probe'Eugen Hristev2021-02-211-0/+4
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-201-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* i2c: at91_i2c: remove the .probe_chip functionAlan Ott2017-12-071-22/+0
* i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott2017-12-071-0/+2
* i2c: at91: Add missing probe function to device driverWenyou.Yang@microchip.com2017-08-091-2/+24
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* i2c: at91_i2c: Change error return -ENODEV to -EINVALWenyou Yang2016-10-281-1/+1
* i2c: at91_i2c: Remove unnecessary clock callingWenyou Yang2016-10-281-16/+0
* i2c: at91_i2c: Fix the wrong include fileWenyou Yang2016-09-131-1/+1
* i2c: atmel: add i2c driverSongjun Wu2016-08-151-0/+338