summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-3/+3
* spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failuresFaiz Abbas2020-09-151-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-271-0/+6
* spi: prevent overriding established bus settingsMarcin Wojtas2020-01-271-9/+11
* dm: spi: Check cs number before accessing slavesBin Meng2020-01-271-19/+26
* spi: Fix manual relocation calling more timesAshok Reddy Soma2020-01-141-15/+19
* spi: Correct operations check in dm_spi_xfer()Simon Glass2019-12-151-1/+4
* spi: Add support for memory-mapped flashSimon Glass2019-11-031-0/+14
* dm: spi: Return 0 if driver does not implement ops->cs_infoBin Meng2019-10-251-4/+3
* dm: spi: Do not assume first SPI busThomas Fitzsimmons2019-10-151-1/+1
* spi: Add spi_write_then_readJagan Teki2019-09-161-0/+24
* dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-121-1/+3
* dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt2018-11-201-3/+12
* dm: spi: Add logging of some return valuesSimon Glass2018-10-091-3/+3
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-101-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spi: spi-uclass: Fix style violationsMario Six2018-01-241-3/+2
* spi: Remove spi_setup_slave_fdtMario Six2018-01-241-16/+0
* dm: spi: Convert uclass to livetreeSimon Glass2017-06-011-17/+14
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-2/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+4
* spi: Add error checking for invalid bus widthsSimon Glass2016-12-151-2/+2
* spi: Add a debug() on bind failureSimon Glass2016-11-251-1/+4
* spi: Add of-platdata support to SPI and SPI flashSimon Glass2016-11-251-1/+12
* spi: Use mode for rx mode flagsJagan Teki2016-09-221-7/+4
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-7/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-2/+1
* dm: spi: Read default speed and mode values from DTVignesh R2016-07-091-2/+6
* spi: spi-uclass: fix typo in debug outputAnatolij Gustschin2016-07-061-1/+1
* dm: spi: introduce dm apiPeng Fan2016-05-171-7/+21
* spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLENChristophe Ricard2016-02-231-0/+1
* spi: Add support for dual and quad modeMugunthan V N2016-01-131-1/+37
* spi: Get spi-3wire from dtsJagan Teki2015-12-111-0/+2
* dm: spi: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-11-191-0/+20
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-4/+4
* dm: spi: Make local functions staticSimon Glass2015-07-211-4/+4
* dm: spi: Avoid setting the speed with every transferSimon Glass2015-05-051-3/+6
* dm: spi: Correct SPI claim/release_bus() methodsSimon Glass2015-04-231-2/+2
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-2/+2
* dm: spi: Move slave details to child platdataSimon Glass2015-01-291-34/+49
* dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass2015-01-291-0/+10
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-291-0/+1
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-32/+2
|\
| * dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2014-11-221-22/+1
| * dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2014-11-221-10/+1
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
|/
* dm: spi: Add a uclass for SPISimon Glass2014-10-221-0/+390