aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-zynq-qspi.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17spi: spi-zynq-qspi: Add description for 2 missing attributes/parametersGravatar Lee Jones 1-1/+2
2020-07-14spi: spi-mem: allow specifying a command's extensionGravatar Pratyush Yadav 1-5/+6
2019-11-08spi: zynq-qspi: Support two chip selectsGravatar Miquel Raynal 1-8/+25
2019-11-08spi: zynq-qspi: Do the actual hardware initialization later in the probeGravatar Miquel Raynal 1-3/+4
2019-11-08spi: zynq-qspi: Clarify the select chip functionGravatar Miquel Raynal 1-11/+6
2019-11-08spi: zynq-qspi: Enhance the Linear CFG bit definitionsGravatar Miquel Raynal 1-3/+3
2019-11-08spi: zynq-qspi: Keep the bitfields naming consistentGravatar Miquel Raynal 1-6/+6
2019-11-08spi: zynq-qspi: Anything else than CS0 is not supported yetGravatar Miquel Raynal 1-2/+6
2019-11-08spi: zynq-qspi: Keep the naming consistent across the driverGravatar Miquel Raynal 1-5/+5
2019-10-30spi: zynq-qspi: Drop GPIO headerGravatar Linus Walleij 1-1/+0
2019-09-04spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-08-23Merge branch 'spi-5.3' into spi-5.4Gravatar Mark Brown 1-1/+1
2019-08-20spi: zynq-qspi: Fix missing spi_unregister_controller when unload moduleGravatar Axel Lin 1-1/+1
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-1/+0
2019-05-02spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writeslGravatar Naga Sureshkumar Relli 1-4/+4
2019-04-05spi: spi-mem: Add support for Zynq QSPI controllerGravatar Naga Sureshkumar Relli 1-0/+761