summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/at91_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* 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