aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/designware_spi.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-23spi: dw: invert wait condition in dw_spi_xferEugeniy Paltsev1-1/+1
2018-03-22DW SPI: use 32 bit access instead of 16 and 32 bit mixEugeniy Paltsev1-25/+15
2018-03-22DW SPI: add option to use external gpio for chip selectEugeniy Paltsev1-1/+50
2018-03-22DW SPI: refactor poll_transfer functionsEugeniy Paltsev1-22/+4
2018-03-22DW SPI: fix transmit only modeEugeniy Paltsev1-1/+5
2018-03-22DW SPI: fix tx data loss on FIFO flushEugeniy Paltsev1-0/+15
2018-01-26DW SPI: Get clock value from Device TreeEugeniy Paltsev1-2/+43
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2015-10-27spi: designware_spi: Use GENMASKJagan Teki1-1/+1
2015-10-27spi: designware_spi: Use BIT macroJagan Teki1-7/+7
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-1/+1
2015-03-30spi: designware_spi: revisit FIFO size detection againAxel Lin1-2/+2
2015-01-29dm: spi: Move the per-child data size to the uclassSimon Glass1-1/+0
2015-01-06dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssiMarek Vasut1-1/+1
2015-01-06spi: designware_spi: Fix detecting FIFO depthAxel Lin1-2/+2
2014-12-06spi: designware_spi: Some fixes / changesStefan Roese1-19/+20
2014-12-06spi: Add designware master SPI DM driver used on SoCFPGAStefan Roese1-0/+425