summaryrefslogtreecommitdiffstats
path: root/drivers/spi/designware_spi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-2/+2
* spi: designware_spi: Disable and free clock when remove driverLey Foon Tan2019-10-251-1/+15
* spi: designware: convert to livetreeSimon Goldschmidt2019-05-101-6/+2
* spi: designware: Change include orderHoratiu.Vultur@microchip.com2019-03-041-1/+1
* DW SPI: Allow to overload the management of the external CSGregory CLEMENT2018-12-191-1/+7
* spi: designware_spi: Add reset ctrl to driverLey Foon Tan2018-10-021-0/+43
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spi: dw: invert wait condition in dw_spi_xferEugeniy Paltsev2018-04-231-1/+1
* DW SPI: use 32 bit access instead of 16 and 32 bit mixEugeniy Paltsev2018-03-221-25/+15
* DW SPI: add option to use external gpio for chip selectEugeniy Paltsev2018-03-221-1/+50
* DW SPI: refactor poll_transfer functionsEugeniy Paltsev2018-03-221-22/+4
* DW SPI: fix transmit only modeEugeniy Paltsev2018-03-221-1/+5
* DW SPI: fix tx data loss on FIFO flushEugeniy Paltsev2018-03-221-0/+15
* DW SPI: Get clock value from Device TreeEugeniy Paltsev2018-01-261-2/+43
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* spi: designware_spi: Use GENMASKJagan Teki2015-10-271-1/+1
* spi: designware_spi: Use BIT macroJagan Teki2015-10-271-7/+7
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-1/+1
* spi: designware_spi: revisit FIFO size detection againAxel Lin2015-03-301-2/+2
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-291-1/+0
* dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssiMarek Vasut2015-01-061-1/+1
* spi: designware_spi: Fix detecting FIFO depthAxel Lin2015-01-061-2/+2
* spi: designware_spi: Some fixes / changesStefan Roese2014-12-061-19/+20
* spi: Add designware master SPI DM driver used on SoCFPGAStefan Roese2014-12-061-0/+425