summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-at91.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* i2c: at91: extend for SAMA5D4 supportAhmad Fatoum2023-01-121-1/+13
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-5/+1
* i2c: at91: extend for sama5d2 supportAhmad Fatoum2020-08-031-19/+116
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* driver: Fix return check of dev_request_mem_regionSascha Hauer2016-02-231-2/+2
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-7/+7
* i2c: at91: fix invalid length checkLucas Stach2014-10-211-2/+2
* I2C: at91: fix the method for interruptBo Shen2014-09-251-15/+23
* i2c: at91: add support of device treeRaphaël Poggi2014-09-251-7/+34
* i2c: at91: add at91sam9x5 configRaphaël Poggi2014-09-251-5/+14
* i2c: at91: fix coding style issueRaphaël Poggi2014-09-251-2/+2
* i2c: add Atmel AT91 driverRaphaël Poggi2014-07-251-0/+437