summaryrefslogtreecommitdiffstats
path: root/drivers/misc/isl29003.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-19spi: sync up initial chipselect stateDavid Bauer1-8/+8
2021-04-19spi: stm32-qspi: Add dirmap supportPatrice Chotard1-16/+67
2021-04-19spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transferPatrice Chotard1-2/+3
2021-04-19spi: stm32-qspi: fix pm_runtime usage_count counterChristophe Kerello1-4/+14
2021-04-16spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single failsQuanyang Wang1-6/+20
2021-04-16spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_opQuanyang Wang1-10/+4
2021-04-16spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bugAmit Kumar Mahapatra1-4/+6
2021-04-16spi: spi-zynqmp-gqspi: fix hang issue when suspend/resumeQuanyang Wang1-6/+14
2021-04-16spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issueQuanyang Wang1-39/+8
2021-04-15spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probeDinghao Liu1-2/+12
2021-04-15spi: s3c64xx: constify driver/match dataKrzysztof Kozlowski1-11/+10
2021-04-15spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_configKrzysztof Kozlowski1-1/+1
2021-04-15spi: s3c64xx: simplify getting of_device_id match dataKrzysztof Kozlowski1-7/+3
2021-04-15spi: pxa2xx: Add support for Intel Alder Lake PCH-MJarkko Nikula1-0/+4
2021-04-12spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()Wei Yongjun1-1/+3
2021-04-12spi: hisi-sfc-v3xx: drop unnecessary ACPI_PTR and related ifendif protectionYicong Yang1-4/+2
2021-04-12spi: hisi-sfc-v3xx: fix potential irq race conditionYicong Yang1-0/+1
2021-04-09spi: davinci: Use device_get_match_data() helperTian Tao1-7/+2
2021-04-09spi: qup: fix PM reference leak in spi_qup_remove()Wang Li1-1/+1
2021-04-09spi: orion: set devdata properly as it is being used laterMuhammad Usama Anjum1-1/+2
2021-04-09spi: imx: add a check for speed_hz before calculating the clockClark Wang1-16/+21
2021-04-09spi: omap-100k: Fix reference leak to masterWei Yongjun1-3/+3
2021-04-09spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li1-1/+1
2021-04-09spi: simplify devm_spi_register_controllerTian Tao1-14/+5
2021-04-09spi: dln2: Fix reference leak to masterWei Yongjun1-1/+1
2021-04-09spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_opQuanyang Wang1-1/+1
2021-04-09spi: spi-zynqmp-gqspi: transmit dummy circles by using the controller's inter...Quanyang Wang1-22/+18
2021-04-09spi: spi-zynqmp-gqspi: add mutex locking for exec_opQuanyang Wang1-0/+5
2021-04-09spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_ex...Quanyang Wang1-3/+3
2021-04-08spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()Yang Yingliang1-5/+18
2021-04-08ARM/spi: spear: Drop PL022 num_chipselectLinus Walleij2-12/+0
2021-04-08spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III2-7/+5
2021-04-08spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probeDinghao Liu1-0/+1
2021-04-07spi: orion: Use device_get_match_data() helperTian Tao1-4/+2
2021-04-07spi: hisi-kunpeng: Fix Woverflow warning on conversionJay Fang1-1/+1
2021-04-01spi: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-01spi: Convert cadence-quadspi.txt to cadence-quadspi.yamlRamuthevar Vadivel Murugan2-68/+143
2021-03-31spi: Add HiSilicon SPI Controller Driver for Kunpeng SoCsJay Fang4-0/+523
2021-03-31spi: pl022: Convert to use GPIO descriptorsLinus Walleij1-6/+14
2021-03-31spi: pl022: Use GPIOs looked up by the coreLinus Walleij2-67/+10
2021-03-31spi: pl022: Drop custom per-chip cs_controlLinus Walleij2-27/+2
2021-03-29spi: pl022: User more sensible defaultsLinus Walleij1-2/+2
2021-03-25spi: fsi: Remove multiple sequenced ops for restricted chipsEddie James1-20/+7
2021-03-25dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controllerHeiko Schocher1-0/+1
2021-03-25spi: fspi: enable fspi driver for on imx8mpHeiko Schocher1-0/+1
2021-03-24spi: pl022: Fix trailing whitespaceJay Fang1-1/+1
2021-03-24spi: rockchip: Fix code indent should use tabs where possibleJay Fang1-3/+3
2021-03-24spi: spi-mem: Fix code indent should use tabs where possibleJay Fang1-3/+3
2021-03-24spi: jcore: Fix trailing statements should be on next lineJay Fang1-1/+2
2021-03-24spi: spi-bitbang: Fix open brace following function definitions go on the nex...Jay Fang1-3/+6