summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sprd-adi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: sprd: Add ADI r3 supportChunyan Zhang2021-08-261-50/+165
* spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang2021-08-261-1/+1
* spi: sprd: fill offset only to RD_CMD register for reading from slave deviceChunyan Zhang2021-08-241-6/+5
* spi: sprd: Make sure offset not equal to slave address sizeChunyan Zhang2021-08-241-1/+1
* spi: sprd: Pass offset instead of physical address to adi_read/_write()Chunyan Zhang2021-08-241-61/+44
* spi: sprd: Fix checkpatch spacing errorJay Fang2021-03-241-1/+1
* spi: sprd: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-141-4/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu2020-06-021-1/+1
* spi: sprd: adi: Use IS_ENABLED() to validate configsBaolin Wang2020-04-141-1/+1
* spi: sprd: adi: Set BIT_WDG_NEW bit when rebootingLingling Xu2019-10-281-0/+5
* spi: sprd: adi: Add missing lock protection when rebootingLingling Xu2019-10-281-0/+3
* spi: sprd: adi: Change hwlock to be optionalBaolin Wang2019-07-261-26/+42
* spi: sprd: adi: Add a reset reason for watchdog modeSherry Zong2019-07-261-0/+15
* spi: sprd: adi: Add a reset reason for factory test modeSherry Zong2019-07-261-0/+3
* spi: sprd: adi: Add a reset reason for TOS panicChenxu Wei2019-07-261-0/+3
* spi: sprd: adi: Remove redundant address bits settingBaolin Wang2019-07-261-3/+0
* spi: sprd: Change to use devm_hwspin_lock_request_specific()Baolin Wang2018-06-261-6/+3
* spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()Baolin Wang2018-06-261-1/+1
* spi: sprd: Add the support of restarting the systemBaolin Wang2018-03-211-0/+112
* spi: sprd: Simplify the transfer functionBaolin Wang2018-03-211-29/+35
* spi: sprd: Fix the possible negative value of BIT()Baolin Wang2017-10-251-1/+1
* spi: sprd-adi: fix platform_no_drv_owner.cocci warningsWu Fengguang2017-10-131-1/+0
* spi: sprd-adi: silence an uninitialized variable warningDan Carpenter2017-09-251-1/+1
* spi: sprd-adi: checking for NULL instead of IS_ERR()Dan Carpenter2017-09-251-2/+2
* spi: Add ADI driver for Spreadtrum platformBaolin Wang2017-09-191-0/+419