summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-xgene-slimpro.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: xgene-slimpro: Migrate to use generic PCC shmem related macrosSudeep Holla2023-09-291-12/+4
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen2023-03-161-0/+3
* i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR()Wei Yongjun2021-11-061-1/+1
* mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla2021-10-291-21/+12
* i2c: remove unused 'version.h' include in driversTian Tao2021-04-081-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1
* i2c: xgene-slimpro: Support v2Hoan Tran2017-11-011-4/+26
* i2c: xgene-slimpro: include linux/io.h for memremapArnd Bergmann2017-06-181-0/+1
* i2c: xgene-slimpro: Add ACPI support by using PCC mailboxHoan Tran2017-06-021-13/+161
* i2c: xgene-slimpro: Use a single function to send command messageHoan Tran2017-06-021-41/+26
* i2c: xgene: Set ACPI_COMPANION_I2CTin Huynh2017-05-171-0/+1
* i2c: busses: constify i2c_algorithm structuresBhumika Goyal2017-02-091-1/+1
* i2c: xgene: Fix missing code of DTB supportTin Huynh2016-12-171-0/+1
* i2c: xgene: Avoid dma_buffer overrunHoan Tran2016-10-251-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-1/+0
* i2c: xgene-slimpro: dma_mapping_error() doesn't return an error codeDan Carpenter2015-08-241-4/+4
* i2c: xgene-slimpro: Fix missing mbox_free_channel call in probe error pathAxel Lin2015-07-091-0/+1
* i2c: busses: xgene-slimpro: fix incorrect __init declation for probeFeng Kan2015-06-101-1/+1
* i2c: add SLIMpro I2C device driver on APM X-Gene platformFeng Kan2015-05-121-0/+469