summaryrefslogtreecommitdiff
path: root/drivers/spi/mxc_spi.c
AgeCommit message (Expand)AuthorFilesLines
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-28mxc_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-22mxc_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
2011-02-02SPI: mxc_spi: add SPI clock calculation and setup to the driverAnatolij Gustschin1-1/+22
2011-02-02SPI: mxc_spi: fix swapping bug and add missing swapping in unaligned rx caseAnatolij Gustschin1-5/+4
2011-02-02SPI: mxc_spi: add support for i.MX35 processorStefano Babic1-24/+72
2010-09-30MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51Stefano Babic1-38/+111
2010-09-30MXC: Correct SPI_CPOL setting in SPI driverStefano Babic1-2/+2
2010-09-29Use common function to set GPIOs for MX3 and MX5Stefano Babic1-8/+7
2010-05-05SPI: added support for MX51 to mxc_spiStefano Babic1-20/+211
2010-02-12SPI: Fix 32 bit transfers in mxc_spi.cMagnus Lilja1-0/+9
2009-02-24i.MX31: support GPIO as a chip-select in the mxc_spi driverGuennadi Liakhovetski1-8/+56
2009-02-24i.MX31: fix SPI driver for shorter than 32 bitGuennadi Liakhovetski1-11/+20
2008-06-03SPI API improvementsHaavard Skinnemoen1-31/+57
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-04-18New i.MX31 SPI driverGuennadi Liakhovetski1-0/+166