summaryrefslogtreecommitdiff
path: root/drivers/spi/mxc_spi.c
AgeCommit message (Expand)Author
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2022-12-05arm: Remove unused mx27 codeTom Rini
2022-02-05spi: mxc_spi: remove redundant code in spi_xchg_single()Haolin Li
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini
2021-10-01arm: Remove flea3 boardTom Rini
2021-07-10spi: mxc_spi: fix warnings if CLK_ENABLED not setStefano Babic
2021-02-26spi: imx: Implement set_speedMarek Vasut
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-23spi: imx: Use clock framework if enabledMarek Vasut
2021-01-23spi: imx: Define register bits in the driverMarek Vasut
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-06-11spi: imx: work with cs greater 0Heiko Schocher
2019-06-11spi: imx: remove doubled pointer from mxc_spi_probeHeiko Schocher
2019-01-28spi: mxc_spi: Fix build warning on ARM64 platformsYe Li
2018-11-27spi: Remove unused spi_initJagan Teki
2018-06-25spi: mxc_spi: Fix chipselect on DM_SPI driver uclassMichael Trimarchi
2018-06-25spi: mxc: Fix compilation problem of DM_SPI class driverMichael Trimarchi
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-25spi: mxc_spi: support driver modelPeng Fan
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-10-27SPI: mxc_spi: delay initialisation until claim busMarkus Niebel
2014-10-27SPI: mxc_spi: remove second reset from ECSPI config handlerMarkus Niebel
2014-10-21ARM: i.MX: provide declaration for board_spi_cs_gpioEric Nelson
2014-09-24spi: mxc: fix sf probe when using mxc_spiNikita Kiryanov
2014-08-06spi, spi_mxc: do not hang in spi_xchg_singleHeiko Schocher
2014-02-18spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3Markus Niebel
2013-10-16spi: mxc_spi: Fix double incrementing read pointer for unaligned buffersTimo Herbrecher
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-06-26spi: mxc_spi: Update pre and post divider algorithmDirk Behme
2013-06-26spi: mxc_spi: Fix pre and post divider calculationDirk Behme
2013-06-22spi: mxc_spi: Use DIV_ROUND_UP at appropriate placesAxel Lin
2013-04-14Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-04-13spi: mxc_spi: Set master mode for all channelsFabio Estevam
2013-04-04Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-04-04spi: mxc_spi: Fix ECSPI reset handlingDirk Behme
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass