aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/mxc_spi.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-4/+4
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-3/+3
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-06-11spi: imx: work with cs greater 0Heiko Schocher1-22/+52
2019-06-11spi: imx: remove doubled pointer from mxc_spi_probeHeiko Schocher1-4/+3
2019-01-28spi: mxc_spi: Fix build warning on ARM64 platformsYe Li1-2/+2
2018-11-27spi: Remove unused spi_initJagan Teki1-4/+0
2018-06-25spi: mxc_spi: Fix chipselect on DM_SPI driver uclassMichael Trimarchi1-3/+3
2018-06-25spi: mxc: Fix compilation problem of DM_SPI class driverMichael Trimarchi1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-25spi: mxc_spi: support driver modelPeng Fan1-32/+149
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-10-27SPI: mxc_spi: delay initialisation until claim busMarkus Niebel1-16/+21
2014-10-27SPI: mxc_spi: remove second reset from ECSPI config handlerMarkus Niebel1-3/+0
2014-10-21ARM: i.MX: provide declaration for board_spi_cs_gpioEric Nelson1-0/+1
2014-09-24spi: mxc: fix sf probe when using mxc_spiNikita Kiryanov1-23/+25
2014-08-06spi, spi_mxc: do not hang in spi_xchg_singleHeiko Schocher1-2/+15
2014-02-18spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3Markus Niebel1-2/+7
2013-10-16spi: mxc_spi: Fix double incrementing read pointer for unaligned buffersTimo Herbrecher1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-15/+1
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-17/+11
2013-06-26spi: mxc_spi: Update pre and post divider algorithmDirk Behme1-18/+12
2013-06-26spi: mxc_spi: Fix pre and post divider calculationDirk Behme1-3/+3
2013-06-22spi: mxc_spi: Use DIV_ROUND_UP at appropriate placesAxel Lin1-3/+3
2013-04-14Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-8/+9
2013-04-13spi: mxc_spi: Set master mode for all channelsFabio Estevam1-8/+9
2013-04-04Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-4/+4
2013-04-04spi: mxc_spi: Fix ECSPI reset handlingDirk Behme1-4/+4
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass1-3/+1
2012-11-19spi: mxc_spi: Fix spi clock glitch durant resetFabio Estevam1-2/+2
2012-11-19spi: mxc_spi: Fix handling of chip selectFabio Estevam1-2/+3
2012-09-01spi: fix mxc_spi_slave structure allocation to clear memoryMatt Sealey1-1/+1
2012-09-01mxc_spi: Round up clock dividerBenoît Thébaudeau1-2/+2
2012-02-27mxc_spi: move machine specifics into CPU headersEric Nelson1-87/+6
2011-09-04IMX: uniform GPIO interface using GPIO frameworkStefano Babic1-4/+4
2011-07-18MX31: Cleanup clock functionStefano Babic1-2/+0
2011-06-21mxc_spi.c: typo fixedHelmut Raiger1-1/+1
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic1-7/+2
2011-02-02SPI: mxc_spi: replace fixed offsets with structuresStefano Babic1-66/+28