summaryrefslogtreecommitdiff
path: root/drivers/spi/mxc_spi.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-4/+4
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()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 devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-3/+3
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.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
* spi: imx: work with cs greater 0Heiko Schocher2019-06-111-22/+52
* spi: imx: remove doubled pointer from mxc_spi_probeHeiko Schocher2019-06-111-4/+3
* spi: mxc_spi: Fix build warning on ARM64 platformsYe Li2019-01-281-2/+2
* spi: Remove unused spi_initJagan Teki2018-11-271-4/+0
* spi: mxc_spi: Fix chipselect on DM_SPI driver uclassMichael Trimarchi2018-06-251-3/+3
* spi: mxc: Fix compilation problem of DM_SPI class driverMichael Trimarchi2018-06-251-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spi: mxc_spi: support driver modelPeng Fan2017-09-251-32/+149
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* SPI: mxc_spi: delay initialisation until claim busMarkus Niebel2014-10-271-16/+21
* SPI: mxc_spi: remove second reset from ECSPI config handlerMarkus Niebel2014-10-271-3/+0
* ARM: i.MX: provide declaration for board_spi_cs_gpioEric Nelson2014-10-211-0/+1
* spi: mxc: fix sf probe when using mxc_spiNikita Kiryanov2014-09-241-23/+25
* spi, spi_mxc: do not hang in spi_xchg_singleHeiko Schocher2014-08-061-2/+15
* spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3Markus Niebel2014-02-181-2/+7
* spi: mxc_spi: Fix double incrementing read pointer for unaligned buffersTimo Herbrecher2013-10-161-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-15/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-07-121-17/+11
|\
| * spi: mxc_spi: Update pre and post divider algorithmDirk Behme2013-06-261-18/+12
| * spi: mxc_spi: Fix pre and post divider calculationDirk Behme2013-06-261-3/+3
* | spi: mxc_spi: Use DIV_ROUND_UP at appropriate placesAxel Lin2013-06-221-3/+3
|/
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-141-8/+9
|\
| * spi: mxc_spi: Set master mode for all channelsFabio Estevam2013-04-131-8/+9
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-041-4/+4
|\ \ | |/
| * spi: mxc_spi: Fix ECSPI reset handlingDirk Behme2013-04-041-4/+4
* | spi: Use spi_alloc_slave() in each SPI driverSimon Glass2013-03-191-3/+1
|/
* spi: mxc_spi: Fix spi clock glitch durant resetFabio Estevam2012-11-191-2/+2
* spi: mxc_spi: Fix handling of chip selectFabio Estevam2012-11-191-2/+3
* spi: fix mxc_spi_slave structure allocation to clear memoryMatt Sealey2012-09-011-1/+1
* mxc_spi: Round up clock dividerBenoît Thébaudeau2012-09-011-2/+2
* mxc_spi: move machine specifics into CPU headersEric Nelson2012-02-271-87/+6
* IMX: uniform GPIO interface using GPIO frameworkStefano Babic2011-09-041-4/+4
* MX31: Cleanup clock functionStefano Babic2011-07-181-2/+0
* mxc_spi.c: typo fixedHelmut Raiger2011-06-211-1/+1
* IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic2011-04-271-7/+2
* SPI: mxc_spi: replace fixed offsets with structuresStefano Babic2011-02-021-66/+28
* SPI: mxc_spi: add SPI clock calculation and setup to the driverAnatolij Gustschin2011-02-021-1/+22