summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-s3c64xx.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-07spi: s3c64xx: use modern PM macrosJisheng Zhang1-8/+4
2026-06-09spi: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)1-3/+3
2026-04-10spi: s3c64xx: fix NULL-deref on driver unbindJohan Hovold1-5/+0
2026-04-10spi: s3c64xx: fix controller deregistrationJohan Hovold1-1/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-19spi: Drop duplicate of_node assignmentAndy Shevchenko1-1/+0
2025-09-08spi: s3c64xx: Drop S3C2443Krzysztof Kozlowski1-16/+0
2025-08-19spi: s3c64xx: Remove the use of dev_err_probe()Xichao Zhao1-2/+1
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-3/+0
2025-02-19spi: s3c64xx: extend description of compatible's fifo_depthTudor Ambarus1-1/+3
2024-10-07spi: Merge up v6.12Mark Brown1-2/+2
2024-10-01spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks1-2/+2
2024-09-30spi: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-30spi: fix typo in the commentYan Zhen1-1/+1
2024-08-19spi: s3c64xx: Fix module autoloadingJinjie Ruan1-0/+1
2024-04-24spi: spi-s3c64xx.c: Remove of_node_put for auto cleanupShivani Gupta1-3/+3
2024-03-29spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim1-3/+2
2024-03-05spi: s3c64xx: switch exynos850 to new port config dataTudor Ambarus1-4/+3
2024-03-05spi: s3c64xx: switch gs101 to new port config dataTudor Ambarus1-6/+6
2024-03-05spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_idTudor Ambarus1-3/+23
2024-03-05spi: s3c64xx: get rid of the OF alias ID dependencyTudor Ambarus1-0/+4
2024-03-05spi: s3c64xx: introduce s3c64xx_spi_set_port_id()Tudor Ambarus1-12/+25
2024-03-05spi: s3c64xx: let the SPI core determine the bus numberTudor Ambarus1-2/+2
2024-03-05spi: s3c64xx: allow FIFO depth to be determined from the compatibleTudor Ambarus1-2/+6
2024-03-05spi: s3c64xx: retrieve the FIFO depth from the device treeTudor Ambarus1-1/+3
2024-03-05spi: s3c64xx: determine the fifo depth only onceTudor Ambarus1-5/+9
2024-03-05spi: s3c64xx: allow full FIFO masksTudor Ambarus1-4/+36
2024-03-05spi: s3c64xx: define a magic valueTudor Ambarus1-1/+3
2024-02-08spi: s3c64xx: straightforward cleanupMark Brown1-40/+41
2024-02-08spi: s3c64xx: add support for google,gs101-spiTudor Ambarus1-1/+17
2024-02-08spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessorsTudor Ambarus1-2/+34
2024-02-08spi: s3c64xx: prepare for a different flavor of iowrite repTudor Ambarus1-14/+21
2024-02-08spi: s3c64xx: drop a superfluous bitwise NOT operationTudor Ambarus1-1/+0
2024-02-08spi: s3c64xx: remove duplicated definitionTudor Ambarus1-3/+1
2024-02-08spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt propsTudor Ambarus1-2/+2
2024-02-08spi: s3c64xx: drop blank line between declarationsTudor Ambarus1-1/+2
2024-02-08spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()Tudor Ambarus1-3/+3
2024-02-08spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()Tudor Ambarus1-4/+4
2024-02-08spi: s3c64xx: propagate the dma_submit_error() error codeTudor Ambarus1-1/+1
2024-02-08spi: s3c64xx: check return code of dmaengine_slave_config()Tudor Ambarus1-1/+3
2024-02-08spi: s3c64xx: move common code outside if elseTudor Ambarus1-4/+2
2024-02-08spi: s3c64xx: remove else after returnTudor Ambarus1-4/+2
2024-02-08spi: s3c64xx: remove unneeded (void *) casts in of_match_tableTudor Ambarus1-9/+9
2024-02-08spi: s3c64xx: fix typo, s/configuartion/configurationTudor Ambarus1-1/+1
2024-02-08spi: s3c64xx: avoid possible negative array indexTudor Ambarus1-0/+3
2024-02-08spi: s3c64xx: explicitly include <linux/types.h>Tudor Ambarus1-0/+1
2024-02-08spi: s3c64xx: explicitly include <linux/bits.h>Tudor Ambarus1-0/+1
2024-02-08spi: s3c64xx: explicitly include <linux/io.h>Tudor Ambarus1-0/+1
2024-02-08spi: s3c64xx: sort headers alphabeticallyTudor Ambarus1-7/+6