aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/at91_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05dm: 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